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.
authorAugustin Degomme <adegomme@users.noreply.github.com>
Thu, 27 May 2021 09:13:29 +0000 (11:13 +0200)
committerAugustin Degomme <adegomme@users.noreply.github.com>
Thu, 27 May 2021 09:13:29 +0000 (11:13 +0200)
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")