[Dart-dev] DART/branches Revision: 12097
dart at ucar.edu
dart at ucar.edu
Fri Nov 10 15:24:47 MST 2017
nancy at ucar.edu
2017-11-10 15:24:47 -0700 (Fri, 10 Nov 2017)
43
updated for CGD server with NAG compiler.
Modified: DART/branches/recam/build_templates/mkmf.template.nag.linux
===================================================================
--- DART/branches/recam/build_templates/mkmf.template.nag.linux 2017-11-10 22:20:11 UTC (rev 12096)
+++ DART/branches/recam/build_templates/mkmf.template.nag.linux 2017-11-10 22:24:47 UTC (rev 12097)
@@ -108,8 +108,8 @@
MPIFC = mpif90
MPILD = mpif90
-FC = ifort
-LD = ifort
+FC = nagfor
+LD = nagfor
# DISCUSSION ABOUT NETCDF. DART works with both V3 and V4 flavors of netCDF.
# Some V4 installations also require the HDF5 libraries. Some don't.
@@ -131,6 +131,7 @@
# are found for the netcdf files that match this compiler.
#
# NETCDF = /opt/local
+NETCDF = /usr/local/netcdf_c-4.3.2_f-4.4.1-nag-6.0
INCS = -I$(NETCDF)/include
LIBS = -L$(NETCDF)/lib -lnetcdff -lnetcdf
More information about the Dart-dev
mailing list