[Dart-dev] DART/branches Revision: 12220

dart at ucar.edu dart at ucar.edu
Tue Dec 19 11:13:56 MST 2017


nancy at ucar.edu
2017-12-19 11:13:55 -0700 (Tue, 19 Dec 2017)
120
the nag compiler cannot use the external definition
of system either, so add a case for it with the
gfortran compiler.




Modified: DART/branches/rma_trunk/assimilation_code/modules/utilities/fixsystem
===================================================================
--- DART/branches/rma_trunk/assimilation_code/modules/utilities/fixsystem	2017-12-19 18:13:12 UTC (rev 12219)
+++ DART/branches/rma_trunk/assimilation_code/modules/utilities/fixsystem	2017-12-19 18:13:55 UTC (rev 12220)
@@ -73,7 +73,7 @@
       echo "  or   $0 pgf90 "
       echo "  etc."
       exit 1
-    elif [ "$1" = gfortran ]; then
+    elif ([ "$1" = gfortran ] || [ "$1" = nagfor ]); then
       export todo=out
     else
       export todo=in


More information about the Dart-dev mailing list