[Dart-dev] [3306] DART/trunk/mkmf/mkmf.template.intel.linux:
added comment about compiling with big_endian support
thoar at subversion.ucar.edu
thoar at subversion.ucar.edu
Thu Apr 10 13:33:49 MDT 2008
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/dart-dev/attachments/20080410/bb5fb88f/attachment.html
-------------- next part --------------
Modified: DART/trunk/mkmf/mkmf.template.intel.linux
===================================================================
--- DART/trunk/mkmf/mkmf.template.intel.linux 2008-04-09 22:26:55 UTC (rev 3305)
+++ DART/trunk/mkmf/mkmf.template.intel.linux 2008-04-10 19:33:48 UTC (rev 3306)
@@ -35,6 +35,7 @@
# -fpp run Fortran preprocessor on source files prior to compilation
# -free interpret source as free-format, regardless of file extension
# -r8 specify default real size ...
+# -convert big_endian useful if you're on the wrong architecture
#
# FFLAGS useful for debugging
# -C (partially) enable extensive runtime error checking
@@ -88,8 +89,10 @@
MPILD = mpif90
FC = ifort
LD = ifort
+
# this will probably need to be customized for your machine.
-NETCDF = /contrib/netcdf
+#NETCDF = /contrib/netcdf
+
INCS = -I$(NETCDF)/include
LIBS = -L$(NETCDF)/lib -lnetcdf
FFLAGS = -O2 -mp -fpe0 $(INCS)
More information about the Dart-dev
mailing list