Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
switch to bigdft sdk container for building bigdft, it already has most packages...
[simgrid.git] / tools / simgrid.supp
index 6cc05df47015380d4c6ee13aaa316222c8e0e561..f14c257cf344d317080ea2816b272ac0e15618c8 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>