Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
change the way we display leak types, skipping demangling
[simgrid.git] / teshsuite / smpi / coll-allreduce-with-leaks / mc-coll-allreduce-with-leaks.tesh
index b2d238b..3a93258 100644 (file)
@@ -9,14 +9,14 @@ $ $VALGRIND_NO_LEAK_CHECK ${bindir:=.}/../../../smpi_script/bin/smpirun -wrapper
 > [0.000000] [mc_safety/INFO] Check a safety property. Reduction is: dpor.
 > [0.000000] [smpi_utils/INFO] Probable memory leaks in your code: SMPI detected 8 unfreed MPI handles : display types and addresses (n max) with --cfg=smpi/list-leaks:n.
 > Running smpirun with -wrapper "valgrind --leak-check=full" can provide more information
-> [0.000000] [smpi_utils/WARNING] Leaked handle of type simgrid::smpi::Comm
-> [0.000000] [smpi_utils/WARNING] Leaked handle of type simgrid::smpi::Group
-> [0.000000] [smpi_utils/WARNING] Leaked handle of type simgrid::smpi::Comm
-> [0.000000] [smpi_utils/WARNING] Leaked handle of type simgrid::smpi::Group
-> [0.000000] [smpi_utils/WARNING] Leaked handle of type simgrid::smpi::Comm
-> [0.000000] [smpi_utils/WARNING] Leaked handle of type simgrid::smpi::Group
-> [0.000000] [smpi_utils/WARNING] Leaked handle of type simgrid::smpi::Comm
-> [0.000000] [smpi_utils/WARNING] Leaked handle of type simgrid::smpi::Group
+> [0.000000] [smpi_utils/WARNING] Leaked handle of type MPI_Comm
+> [0.000000] [smpi_utils/WARNING] Leaked handle of type MPI_Group
+> [0.000000] [smpi_utils/WARNING] Leaked handle of type MPI_Comm
+> [0.000000] [smpi_utils/WARNING] Leaked handle of type MPI_Group
+> [0.000000] [smpi_utils/WARNING] Leaked handle of type MPI_Comm
+> [0.000000] [smpi_utils/WARNING] Leaked handle of type MPI_Group
+> [0.000000] [smpi_utils/WARNING] Leaked handle of type MPI_Comm
+> [0.000000] [smpi_utils/WARNING] Leaked handle of type MPI_Group
 > [0.000000] [smpi_utils/INFO] Memory Usage: Simulated application allocated 128 bytes during its lifetime through malloc/calloc calls.
 > Largest allocation at once from a single process was 16 bytes, at sysdep.h:59. It was called 8 times during the whole simulation.
 > If this is too much, consider sharing allocations for computation buffers.
@@ -24,14 +24,14 @@ $ $VALGRIND_NO_LEAK_CHECK ${bindir:=.}/../../../smpi_script/bin/smpirun -wrapper
 > 
 > [0.000000] [smpi_utils/INFO] Probable memory leaks in your code: SMPI detected 8 unfreed MPI handles : display types and addresses (n max) with --cfg=smpi/list-leaks:n.
 > Running smpirun with -wrapper "valgrind --leak-check=full" can provide more information
-> [0.000000] [smpi_utils/WARNING] Leaked handle of type simgrid::smpi::Comm
-> [0.000000] [smpi_utils/WARNING] Leaked handle of type simgrid::smpi::Group
-> [0.000000] [smpi_utils/WARNING] Leaked handle of type simgrid::smpi::Comm
-> [0.000000] [smpi_utils/WARNING] Leaked handle of type simgrid::smpi::Group
-> [0.000000] [smpi_utils/WARNING] Leaked handle of type simgrid::smpi::Comm
-> [0.000000] [smpi_utils/WARNING] Leaked handle of type simgrid::smpi::Group
-> [0.000000] [smpi_utils/WARNING] Leaked handle of type simgrid::smpi::Comm
-> [0.000000] [smpi_utils/WARNING] Leaked handle of type simgrid::smpi::Group
+> [0.000000] [smpi_utils/WARNING] Leaked handle of type MPI_Comm
+> [0.000000] [smpi_utils/WARNING] Leaked handle of type MPI_Group
+> [0.000000] [smpi_utils/WARNING] Leaked handle of type MPI_Comm
+> [0.000000] [smpi_utils/WARNING] Leaked handle of type MPI_Group
+> [0.000000] [smpi_utils/WARNING] Leaked handle of type MPI_Comm
+> [0.000000] [smpi_utils/WARNING] Leaked handle of type MPI_Group
+> [0.000000] [smpi_utils/WARNING] Leaked handle of type MPI_Comm
+> [0.000000] [smpi_utils/WARNING] Leaked handle of type MPI_Group
 > [0.000000] [smpi_utils/INFO] Memory Usage: Simulated application allocated 128 bytes during its lifetime through malloc/calloc calls.
 > Largest allocation at once from a single process was 16 bytes, at sysdep.h:59. It was called 8 times during the whole simulation.
 > If this is too much, consider sharing allocations for computation buffers.