From bdee40d2bc54baf9489148cbfbd6bd1fcd6469df Mon Sep 17 00:00:00 2001 From: pini Date: Fri, 26 Nov 2010 19:55:05 +0000 Subject: [PATCH] Use smpiff to compile NAS written in fortran. 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/smpi/NAS/config/make.def b/examples/smpi/NAS/config/make.def index ffcfda2bef..f56b0f1742 100644 --- a/examples/smpi/NAS/config/make.def +++ b/examples/smpi/NAS/config/make.def @@ -29,19 +29,19 @@ #--------------------------------------------------------------------------- # 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 -- 2.20.1