Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
cdo
Commits
cc2200f7
Commit
cc2200f7
authored
Nov 08, 2016
by
Ralf Mueller
Browse files
add new jessie machine: breeze.mpimet.mpg.de
parent
ce627bc6
Changes
3
Hide whitespace changes
Inline
Side-by-side
.rake.json
View file @
cc2200f7
...
...
@@ -17,10 +17,10 @@
"CC"
:
[
"gcc"
]
},
"jessie-mpi"
:
{
"hostname"
:
"breeze.mpi
.zmaw
.de"
,
"hostname"
:
"breeze.mpi
met.mpg
.de"
,
"dir"
:
"/home/mpim/m300064/builds/remote"
,
"envConfigFiles"
:
[
"/etc/profile"
,
".profile"
],
"CC"
:
[
"gcc"
,
"g++"
,
"clang"
,
"clang++"
]
"CC"
:
[
"gcc"
,
"g++"
,
"clang"
,
"clang++"
,
"icc"
,
"icpc"
,
"pgcc"
]
},
"mistral"
:
{
"hostname"
:
"mistral.dkrz.de"
,
...
...
config/default
View file @
cc2200f7
...
...
@@ -214,6 +214,47 @@ case "${HOSTNAME}" in
CC
=
gcc
CFLAGS
=
'-g -Wall -O3'
fi
;;
# jessie workstation x64
breeze
*
)
CDOLIBS
=
"--with-grib_api=/sw/jessie-x64/grib_api-1.14.3-static-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
\
--with-fftw3
\
$CDOLIBS
\
CC
=
icc
CXX
=
icpc
CFLAGS
=
"-g -Wall -O2 -qopt-report=5 -march=native"
elif
test
"
$COMP
"
=
icc
;
then
${
CONFPATH
}
configure
--prefix
=
$HOME
/local
--exec_prefix
=
$HOME
/local/thunder
\
--with-fftw3
\
$CDOLIBS
\
CC
=
icc
CFLAGS
=
"-g -Wall -O2 -qopt-report=5 -march=native"
elif
test
"
$COMP
"
=
pgcc
;
then
${
CONFPATH
}
configure
--prefix
=
$HOME
/local
--exec_prefix
=
$HOME
/local/thunder
\
$CDOLIBS
\
CC
=
pgcc
CFLAGS
=
"-g"
elif
test
"
$COMP
"
=
clang
;
then
${
CONFPATH
}
configure
--prefix
=
$HOME
/local
--exec_prefix
=
$HOME
/local/thunder
\
--with-fftw3
\
$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
\
--with-fftw3
\
$CDOLIBS
\
CC
=
clang
CXX
=
clang++
CFLAGS
=
"-g -O2"
elif
test
"
$COMP
"
=
g++
;
then
${
CONFPATH
}
configure
--enable-cxx
\
$CDOLIBS
\
CC
=
gcc
CXX
=
g++
CFLAGS
=
"-g -Wall -O3"
else
${
CONFPATH
}
configure
--prefix
=
$HOME
/local
--exec_prefix
=
$HOME
/local/thunder
\
--with-fftw3
\
$CDOLIBS
\
CC
=
gcc
CFLAGS
=
'-g -Wall -O3'
fi
;;
# mistral
mlogin
*
)
CDOLIBS
=
"--with-grib_api=/sw/rhel6-x64/grib_api/grib_api-1.13.0-gcc48
\
...
...
libcdi
@
6e2ec0c0
Subproject commit
43b311dc473065c8d3196fa57e8454f4042d4dfb
Subproject commit
6e2ec0c02b8ce14b71d03181b33f5a02f8af2407
Write
Preview
Markdown
is supported
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