Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
New option: smpi/keep-temps to not cleanup temp files
[simgrid.git] / src / smpi / smpirun.in
index 7c83e0f..5d962e4 100755 (executable)
@@ -206,6 +206,7 @@ while true; do
             ;;
         "-keep-temps")
            KEEP="true"
+           SIMOPTS="$SIMOPTS --cfg=smpi/keep-temps:yes"
             shift 1
             ;;
         "-wrapper")