Skip to content
Snippets Groups Projects
Commit baf30907 authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

Docu update

parent aff69360
No related branches found
No related tags found
No related merge requests found
2010-09-10 Uwe Schulzweida <Uwe.Schulzweida@zmaw.de>
2010-09-17 Uwe Schulzweida <Uwe.Schulzweida@zmaw.de>
* using CDI library version 1.4.6
* Version 1.4.6 released
......
CDO NEWS
--------
Version 1.4.6 (10 September 2010):
Version 1.4.6 (17 September 2010):
New features:
* Using libtool for linking (rpath)
* Changed predefined gaussian grid names from t<RES>grid to n<N>
Use n80 instead of t106grid to define a Gaussian N80 grid
* Changed percentile parameter type from integer to float
......@@ -15,6 +16,7 @@ Version 1.4.6 (10 September 2010):
* eca_gsl: adjust implementation to fit definition by ECA
* expr, exprf: added missing values support
Fixed bugs:
* sellevel: copy zaxis meta data name and units
* seldate: open output file only when time steps found
Version 1.4.5.1 (05 July 2010):
......
......@@ -2,8 +2,6 @@
#
# default configuration options and compiler flags for different hosts
#
SGE_MODE=off
SGE_SUFFIX=sge
#
CONFPATH=`echo $0 | cut -c 1-6`
if [ "$CONFPATH" != "../../" ] ; then
......@@ -13,12 +11,7 @@ fi
if test -z "$1" ; then
HOSTNAME=`hostname`
else
if [ "$1" = "$SGE_SUFFIX" ] ; then
SGE_MODE=on
HOSTNAME=`hostname`
else
HOSTNAME=$1
fi
HOSTNAME=$1
fi
#
set -x
......@@ -35,20 +28,10 @@ case "${HOSTNAME}" in
;;
# ia64-xxx-linux
ds*)
if [ "$SGE_MODE" = "off" ] ; then
${CONFPATH}configure --prefix=$HOME/local \
--with-netcdf=/pool/ia64/netcdf/netcdf-3.6.0-p1 \
--with-szlib=$HOME/local \
CC=icc CFLAGS="-g -O2 -Wall -fno-alias -DMIN_BUF_SIZE=4194304"
else
${CONFPATH}configure --prefix=$HOME/local \
--program-suffix=_${SGE_SUFFIX} \
${CONFPATH}configure --prefix=$HOME/local \
--with-netcdf=/pool/ia64/netcdf/netcdf-3.6.0-p1 \
--with-szlib=$HOME/local \
CPPFLAGS="-DHAVE_LIBDRMAA -I/opt/gridware/sge/include -DHAVE_LIBCURL -I/pool/ia64/libcurl4-7.16.0/include" \
LIBS="-L/opt/gridware/sge/lib/lx24-ia64 -ldrmaa -ldl /pool/ia64/libcurl4-7.16.0/lib/libcurl.a -lssl -lz" \
CC=icc CFLAGS="-g -O2 -Wall -fno-alias -DMIN_BUF_SIZE=4194304"
fi
;;
wasser*)
${CONFPATH}configure --prefix=$HOME/local \
......@@ -58,29 +41,22 @@ case "${HOSTNAME}" in
# x86_64-suse-linux
tornado*)
${CONFPATH}configure --prefix=$HOME/local --exec_prefix=$HOME/local/sles10-x64 \
--enable-all-static \
--with-netcdf=/sw/sles10-x64/netcdf-4.0.1 \
--with-hdf5=/sw/sles10-x64/hdf5-1.8.2 \
--with-szlib=/sw/sles10-x64/szip-2.1 \
CC=gcc CFLAGS="-g -D_REENTRANT -Wall -O2 -fopenmp -static"
CC=gcc CFLAGS='-g -D_REENTRANT -Wall -O2 -fopenmp'
# CC=suncc CFLAGS="-g -D_REENTRANT -fast -xopenmp"
;;
# x86_64-etch-x64-linux
squall*)
if [ "$SGE_MODE" = "off" ] ; then
${CONFPATH}configure --prefix=$HOME/local --exec_prefix=$HOME/local/etch-x64 \
${CONFPATH}configure --prefix=$HOME/local --exec_prefix=$HOME/local/etch-x64 \
--enable-all-static \
--with-netcdf=/sw/etch-x64/netcdf-4.0.1 \
--with-hdf5=/sw/etch-x64/hdf5-1.8.2 \
--with-szlib=/sw/etch-x64/szip-2.1-static \
--with-proj=/sw/etch-x64/proj-4.7.0 \
CC=gcc 'CFLAGS=-g -D_REENTRANT -Wall -O2 -fopenmp -static'
else
${CONFPATH}configure --prefix=$HOME/local --exec_prefix=$HOME/local/etch-x64 \
--with-netcdf=/sw/etch-x64/netcdf-3.6.2 \
--with-szlib=/sw/etch-x64/szip-2.1 \
CPPFLAGS="-DHAVE_LIBDRMAA -I/opt/gridware/sge/include -DHAVE_LIBCURL -I/usr/include" \
LIBS="-L/opt/gridware/sge/lib/lx24-amd64 -ldrmaa -ldl -L/usr/lib -lcurl" \
CC=gcc CFLAGS="-g -D_REENTRANT -Wall -O2"
fi
CC=gcc CFLAGS='-g -D_REENTRANT -Wall -O2 -fopenmp'
;;
# x86_64-archlinux
thingol*)
......@@ -104,8 +80,7 @@ case "${HOSTNAME}" in
;;
# etch-ia32
etch-ia32 | gata | baba)
if [ "$SGE_MODE" = "off" ] ; then
${CONFPATH}configure --prefix=$HOME/local --exec_prefix=$HOME/local/etch-ia32 \
${CONFPATH}configure --prefix=$HOME/local --exec_prefix=$HOME/local/etch-ia32 \
--with-jasper=/sw/etch-ia32/jasper-1.900.1 \
--with-grib_api=/scratch/local2/m214003/local \
--with-netcdf=/sw/etch-ia32/netcdf-4.0.1 \
......@@ -115,15 +90,6 @@ case "${HOSTNAME}" in
--with-proj=/sw/etch-ia32/proj-4.6.0 \
LIBS="-ljpeg"\
CC=gcc CFLAGS="-g -D_REENTRANT -Wall -W -Wfloat-equal -pedantic -O2"
else
${CONFPATH}configure --prefix=$HOME/local --exec_prefix=$HOME/local/etch-ia32 \
--program-suffix=_${SGE_SUFFIX} \
--with-netcdf=/sw/etch-ia32/netcdf-3.6.2 \
--with-szlib=$HOME/local/etch-ia32 \
CPPFLAGS="-DHAVE_LIBDRMAA -I/opt/gridware/sge/include -DHAVE_LIBCURL -I/usr/include" \
LIBS="-L/opt/gridware/sge/lib/lx24-x86 -ldrmaa -ldl -L/usr/lib -lcurl" \
CC=gcc CFLAGS="-g -D_REENTRANT -Wall -O2"
fi
;;
# dap enabled
egmont)
......@@ -136,29 +102,6 @@ case "${HOSTNAME}" in
LIBS="-lcurl -lgssapi_krb5 -lssl -lcrypto -ldl -lidn -ldes425 -lkrb5 -lk5crypto -lcom_err -lkrb5support -lresolv" \
CC=gcc CFLAGS="-g -D_REENTRANT -fopenmp -static -Wall -W -Wfloat-equal -pedantic -O2"
;;
# sarge-ia32
sarge-ia32)
# opt: -fno-PIC -O4 -march=i686 -mcpu=i686 -pipe -ffast-math -fomit-frame-pointer
if [ "$SGE_MODE" = "off" ] ; then
${CONFPATH}configure --prefix=$HOME/local --exec_prefix=$HOME/local/LINUX \
--with-netcdf=/client \
--with-szlib=$HOME/local/LINUX \
CC=gcc CFLAGS="-g -D_REENTRANT -Wall -O2"
else
${CONFPATH}configure --prefix=$HOME/local --exec_prefix=$HOME/local/LINUX \
--program-suffix=_${SGE_SUFFIX} \
--with-netcdf=/client \
--with-szlib=$HOME/local/LINUX \
CPPFLAGS="-DHAVE_LIBDRMAA -I/opt/gridware/sge/include -DHAVE_LIBCURL -I/usr/include" \
LIBS="-L/opt/gridware/sge/lib/lx24-x86 -ldrmaa -ldl -L/usr/lib -lcurl" \
CC=gcc CFLAGS="-g -D_REENTRANT -Wall -O2"
fi
;;
regio01)
${CONFPATH}configure --prefix=$HOME/local --exec_prefix=$HOME/local/LINUX0 \
--with-netcdf=/client \
CC=gcc CFLAGS="-g -D_REENTRANT -Wall -O2"
;;
# i386-pc-solaris2.10
grim)
${CONFPATH}configure --prefix=$HOME/local --exec_prefix=$HOME/local/solaris10-x86 \
......@@ -172,24 +115,6 @@ case "${HOSTNAME}" in
--with-netcdf=/sw/solaris10/netcdf-3.6.2 \
CC=cc CFLAGS="-g -mt -xO3 -m64"
;;
# sparc-sun-solaris2.9 changed to
# sparc-sun-solaris2.10
executor | yang | yin)
if [ "$SGE_MODE" = "off" ] ; then
${CONFPATH}configure --prefix=$HOME/local --exec_prefix=$HOME/local/solaris10 \
--with-netcdf=/sw/solaris10/netcdf-3.6.2 \
--with-szlib=$HOME/local/solaris10 \
CC=cc CFLAGS="-g -mt -xO3 -m64"
else
${CONFPATH}configure --prefix=$HOME/local --exec_prefix=$HOME/local/solaris10 \
--program-suffix=_${SGE_SUFFIX} \
--with-netcdf=/sw/solaris10/netcdf-3.6.2 \
--with-szlib=$HOME/local/solaris10 \
CPPFLAGS="-DHAVE_LIBDRMAA -I/opt/gridware/sge/include -DHAVE_LIBCURL -I/usr/local/include" \
LIBS="-L/opt/gridware/sge/lib/sol-sparc64 -ldrmaa -ldl -L/sw/solaris10/curl-7.16.4-cc/lib -lcurl" \
CC=cc CFLAGS="-g -mt -xO3 -m64"
fi
;;
# sx6-nec-superux12.2
cs*)
${CONFPATH}configure --prefix=$HOME/local \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment