Skip to content
Snippets Groups Projects
Commit 9156d362 authored by Ralf Mueller's avatar Ralf Mueller
Browse files

add new default compilers for remote building on jessie

parent 2a571976
No related branches found
No related tags found
No related merge requests found
......@@ -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
},
......
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