From: pini Date: Fri, 26 Nov 2010 19:55:05 +0000 (+0000) Subject: Use smpiff to compile NAS written in fortran. X-Git-Tag: v3_5~146 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/bdee40d2bc54baf9489148cbfbd6bd1fcd6469df 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 --- 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