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
9156d362
Commit
9156d362
authored
Jun 27, 2016
by
Ralf Mueller
Browse files
add new default compilers for remote building on jessie
parent
2a571976
Changes
1
Hide whitespace changes
Inline
Side-by-side
.rake.json
View file @
9156d362
...
...
@@ -20,7 +20,7 @@
"hostname"
:
"mpipc149.mpi.zmaw.de"
,
"dir"
:
"/scratch/local1/m300064/builds/remote"
,
"envConfigFiles"
:
[
"/etc/profile"
,
".profile"
],
"CC"
:
[
"gcc"
]
"CC"
:
[
"gcc"
,
"g++"
,
"clang"
,
"clang++"
]
},
"mistral"
:
{
"hostname"
:
"mistral.dkrz.de"
,
...
...
@@ -82,7 +82,7 @@
"localGCC"
:
{
"doc"
:
"local builder with default GCC - VPATH build"
,
"hostname"
:
"luthien"
,
"configureCall"
:
"/home/ram/src/cdo/configure --enable-openmp CC=gcc CFLAGS='-g -O2'"
,
"configureCall"
:
"/home/ram/src/cdo/configure --enable-openmp
--with-grib_api --with-netcdf --with-hdf5 --with-proj --with-udunits2
CC=gcc CFLAGS='-g -O2'"
,
"makeCall"
:
"make -j 12"
,
"sync"
:
false
},
...
...
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