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

fix compilation bug with nag

parent 87367fa3
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@
"melianNag_f2003_NoThreads" : {
"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 --enable-iso-c-interface --without-threads FCFLAGS='-Qpath /home/ram/local/nag-6.0/lib' FC=nagfor CC=gcc F77=nagfor --with-threads",
"configureCall":"/home/ram/src/cimd/cdo/libcdi/configure --enable-iso-c-interface --without-threads FCFLAGS='-Qpath /home/ram/local/nag-6.0/lib' FCFLAGS=-kind=byte 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