[Dart-dev] [4418] DART/trunk/mkmf/mkmf.template.pgi.cray: Turns out you use ftn to compile mpi programs as well

nancy at ucar.edu nancy at ucar.edu
Fri Jul 9 16:28:28 MDT 2010


Revision: 4418
Author:   nancy
Date:     2010-07-09 16:28:28 -0600 (Fri, 09 Jul 2010)
Log Message:
-----------
Turns out you use ftn to compile mpi programs as well
as normal ones.  no separate mpi wrapper scripts needed.

Modified Paths:
--------------
    DART/trunk/mkmf/mkmf.template.pgi.cray

-------------- next part --------------
Modified: DART/trunk/mkmf/mkmf.template.pgi.cray
===================================================================
--- DART/trunk/mkmf/mkmf.template.pgi.cray	2010-07-09 22:13:25 UTC (rev 4417)
+++ DART/trunk/mkmf/mkmf.template.pgi.cray	2010-07-09 22:28:28 UTC (rev 4418)
@@ -73,8 +73,8 @@
 # On lightning, load the 'lsf' module to get mpif90 in your path.
 # (as well as the 'pgi' module.)
 
-MPIFC = mpif90
-MPILD = mpif90
+MPIFC = ftn
+MPILD = ftn
 FC = ftn
 LD = ftn
 NETCDF = /opt/cray/netcdf/4.0.1.3/netcdf-pgi


More information about the Dart-dev mailing list