Joseph,
the goal is to plug all the memory leaks (e.g. not simply filter them)
there is an ongoing effort at https://github.com/open-mpi/ompi/pull/2175
but i must admit this is not a high priority one (and it will take a bit
more time before all the fixes land
into the stable branches
Che
Yann,
this is a bug that was previously reported, and the fix is pending on
review.
meanwhile, you can manually apply the patch available at
https://github.com/open-mpi/ompi/pull/2418
Cheers,
Gilles
On 11/18/2016 9:34 PM, Yann Jobic wrote:
Hi,
I'm using valgrind 3.12 with openmpi 2.
Gilles,
Thanks a lot for the fix. I just tested on master and can confirm that
both the leak and the invalid read-writes are gone. However, the
suppression file still does not filter the memory that is allocated in
MPI_Init and not properly free'd at the end. Any chance this can be
filtered u