Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
cdo
Commits
b020f651
Commit
b020f651
authored
Dec 11, 2017
by
Ralf Mueller
Browse files
use eccodes instead of grib_api on mpi woskstations
parent
149bf44f
Changes
1
Hide whitespace changes
Inline
Side-by-side
config/default
View file @
b020f651
...
...
@@ -178,12 +178,12 @@ case "${HOSTNAME}" in
;;
# jessie workstation x64
breeze
*
)
CDOLIBS
=
"--with-
grib_api
=/sw/jessie-x64/
grib_api-1.14.3-static
-gccsys
\
CDOLIBS
=
"--with-
eecodes
=/sw/jessie-x64/
eccodes/eccodes-2.4.1
-gccsys
\
--with-netcdf=/sw/jessie-x64/netcdf-4.3.3.1-gccsys
\
--with-udunits2=/sw/jessie-x64/udunits-2.2.20-gccsys
\
--with-proj=/sw/jessie-x64/proj4-4.9.3-gccsys LIBS=-lz"
if
test
"
$COMP
"
=
icpc
;
then
${
CONFPATH
}
configure
--enable-cxx
--prefix
=
$HOME
/local
--exec_prefix
=
$HOME
/local/thunder
\
${
CONFPATH
}
configure
--prefix
=
$HOME
/local
--exec_prefix
=
$HOME
/local/thunder
\
--with-fftw3
\
$CDOLIBS
\
CC
=
icc
CXX
=
icpc
CFLAGS
=
"-g -Wall -O2 -qopt-report=5 -march=native"
...
...
@@ -202,12 +202,12 @@ case "${HOSTNAME}" in
$CDOLIBS
\
CC
=
clang
CXX
=
clang++
CFLAGS
=
"-g -O2"
elif
test
"
$COMP
"
=
clang++
;
then
${
CONFPATH
}
configure
--enable-cxx
--prefix
=
$HOME
/local
--exec_prefix
=
$HOME
/local/thunder
\
${
CONFPATH
}
configure
--prefix
=
$HOME
/local
--exec_prefix
=
$HOME
/local/thunder
\
--with-fftw3
\
$CDOLIBS
\
CC
=
clang
CXX
=
clang++
CFLAGS
=
"-g -O2"
elif
test
"
$COMP
"
=
g++
;
then
${
CONFPATH
}
configure
--enable-cxx
\
${
CONFPATH
}
configure
\
$CDOLIBS
\
CC
=
gcc
CXX
=
g++
CFLAGS
=
"-g -Wall -O3"
else
...
...
@@ -295,7 +295,7 @@ case "${HOSTNAME}" in
--with-hdf5
\
--with-szlib
\
--with-grib_api
\
--with-
udunits2
\
--with-
eccodes
\
--with-grib_api
\
--with-fftw3
\
--with-proj
\
...
...
@@ -319,9 +319,8 @@ case "${HOSTNAME}" in
--with-netcdf
\
--with-hdf5
\
--with-szlib
\
--with-
grib_api
\
--with-
eccodes
\
--with-udunits2
\
--with-grib_api
\
--with-fftw3
\
--with-proj
\
--with-pic
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment