Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Link fortran programs with libm.
[simgrid.git] / src / smpi / smpiff.in
index 301802c..034bdf9 100644 (file)
@@ -2,7 +2,7 @@
 prefix="@exec_prefix@"
 
 ARGS="-DMAIN__=user_main -Diargc_=smpi_process_argc -Dgetarg_=smpi_process_getarg"
-LINKARGS="-lf2c"
+LINKARGS="-lf2c -lm"
 SRCFILES=""
 
 while [ -n "$1" ]; do