Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
leaks analysis: when -analyze is given to smpirun, set value for list-leaks to 50.
[simgrid.git] / src / smpi / smpirun.in
index e18553b..ac3e393 100755 (executable)
@@ -237,7 +237,7 @@ while true; do
             shift 1
             ;;
         "-analyze")
-            SIMOPTS="$SIMOPTS --cfg=smpi/display-timing:yes --cfg=smpi/display-allocs:yes"
+            SIMOPTS="$SIMOPTS --cfg=smpi/display-timing:yes --cfg=smpi/display-allocs:yes --cfg=smpi/list-leaks:50"
             shift 1
             ;;
         "-help" | "--help" | "-h")