Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cdo
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mpim-sw
cdo
Commits
baf30907
Commit
baf30907
authored
14 years ago
by
Uwe Schulzweida
Browse files
Options
Downloads
Patches
Plain Diff
Docu update
parent
aff69360
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ChangeLog
+1
-1
1 addition, 1 deletion
ChangeLog
NEWS
+3
-1
3 additions, 1 deletion
NEWS
config/default
+8
-83
8 additions, 83 deletions
config/default
with
12 additions
and
85 deletions
ChangeLog
+
1
−
1
View file @
baf30907
2010-09-1
0
Uwe Schulzweida <Uwe.Schulzweida@zmaw.de>
2010-09-1
7
Uwe Schulzweida <Uwe.Schulzweida@zmaw.de>
* using CDI library version 1.4.6
* Version 1.4.6 released
...
...
This diff is collapsed.
Click to expand it.
NEWS
+
3
−
1
View file @
baf30907
CDO NEWS
--------
Version 1.4.6 (1
0
September 2010):
Version 1.4.6 (1
7
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):
...
...
This diff is collapsed.
Click to expand it.
config/default
+
8
−
83
View file @
baf30907
...
...
@@ -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
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment