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

add local builder using nag-6.0 w/o threads

parent 8e85d542
No related branches found
No related tags found
No related merge requests found
{ "hosts": {
"luthien": {
"melian": {
"hostname": "localhost",
"dir": "/home/ram/builds/cdi/auto",
"CC": ["gcc"]
......@@ -17,5 +17,22 @@
"CC": ["intel","pgi","gnu_pic","gnu"]
}
},
"remoteUser": "m300064"
"remoteUser": "m300064",
"builders": {
"melianNagNoThreads" : {
"hostname":"melian",
"preCommands":"export NAG_KUSARI_FILE=/home/ram/.nag/license.txt; PATH=/home/ram/local/nag-6.0:$PATH",
"configureCall":"/home/ram/src/cimd/cdo/libcdi/configure --disable-cf-interface --without-threads FCFLAGS='-Qpath /home/ram/local/nag-6.0/lib' FC=nagfor CC=gcc F77=nagfor",
"makeCall":"make -j 8",
"sync": false
},
"melianNagWithThreads" : {
"hostname":"melian",
"preCommands":"export NAG_KUSARI_FILE=/home/ram/.nag/license.txt; PATH=/home/ram/local/nag-6.0:$PATH",
"configureCall":"/home/ram/src/cimd/cdo/libcdi/configure --disable-cf-interface --without-threads FCFLAGS='-Qpath /home/ram/local/nag-6.0/lib' FC=nagfor CC=gcc F77=nagfor --with-threads",
"makeCall":"make -j 8",
"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