Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Request should not be null here.
[simgrid.git] / src / smpi / smpif90.in
index 99bd888..5dd979e 100644 (file)
@@ -1,6 +1,6 @@
 #! /bin/bash
 
-CC=gfortran
+F90=gfortran
 
 INCLUDEARGS="@includeflag@"
 CMAKE_LINKARGS="-L@libdir@"
@@ -36,7 +36,7 @@ while [ -n "$1" ]; do
   esac
 done
 
-CMDLINE="${CC} ${FFLAGS} ${CMDLINE} ${INCLUDEARGS} ${CMAKE_LINKARGS} ${LINKARGS}"
+CMDLINE="${F90} ${FFLAGS} ${CMDLINE} ${INCLUDEARGS} ${CMAKE_LINKARGS} ${LINKARGS}"
 
 #echo "${CMDLINE}"
 ${CMDLINE}