Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use smpiff to compile NAS written in fortran.
authorpini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 26 Nov 2010 19:55:05 +0000 (19:55 +0000)
committerpini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 26 Nov 2010 19:55:05 +0000 (19:55 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8685 48e7efb5-ca39-0410-a469-dd3cf9ba447f

examples/smpi/NAS/config/make.def

index ffcfda2..f56b0f1 100644 (file)
 #---------------------------------------------------------------------------
 # This is the fortran compiler used for MPI programs
 #---------------------------------------------------------------------------
-MPIF77 = smpicc
+MPIF77 = smpiff
 # This links MPI fortran programs; usually the same as ${MPIF77}
 FLINK  = $(MPIF77)
 
 #---------------------------------------------------------------------------
 # These macros are passed to the linker to help link with MPI correctly
 #---------------------------------------------------------------------------
-FMPI_LIB  = -lgfortran
+FMPI_LIB  =
 
 #---------------------------------------------------------------------------
 # These macros are passed to the compiler to help find 'mpif.h'
 #---------------------------------------------------------------------------
-FMPI_INC = -I/usr/lib/openmpi/include
+FMPI_INC =
 
 #---------------------------------------------------------------------------
 # Global *compile time* flags for Fortran programs