Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move smpi_replay.hpp in private section.
[simgrid.git] / tools / simgrid.supp
index 6cc05df47015380d4c6ee13aaa316222c8e0e561..5b71741baa4105f62fc3e89470d52ac843a69fcb 100644 (file)
    fun:smpi_simulated_main_
 }
 
-# Memory leaks appearing to be in libcgraph.  They can be seen with the
+#This test has an intentional leak
+{
+   Intentional leak in SMPI sample codes
+   Memcheck:Leak
+   match-leak-kinds: all
+   fun:MPI_Comm_dup
+   obj:coll-allreduce-with-leaks*
+}
+
+#Memory leaks appearing to be in libcgraph.  They can be seen with the
 # following simple program:
 # ,----
 # | #include <stdio.h>