Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Change sg_storage_size_t to sg_size_t and fix surf network bug
[simgrid.git] / src / smpi / smpiff.in
index ab01b6d..d393bd0 100644 (file)
@@ -33,7 +33,7 @@ list_add_not_empty ARGS "${LINKARGS}"
 
 build () {
     local SRCFILE
-    SCFILE="$1"
+    SRCFILE="$1"
     TMPFILE=$(mymktemp "${SRCFILE}" ".f")
     CFILE="${TMPFILE%.f}.c"