X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5c34006196e03189d6579462eba5c900a61de45b..4b29c30aaa2abee35781b6b59f96f6979128401c:/tools/simgrid.supp diff --git a/tools/simgrid.supp b/tools/simgrid.supp index 6cc05df470..5b71741baa 100644 --- a/tools/simgrid.supp +++ b/tools/simgrid.supp @@ -86,7 +86,16 @@ 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