This is with valgrind 3.0.1 on a Centos 6 system. It appears pmix_finalize isnt 
called and this reports leaks from valgrind despite the provided suppression 
file being used. A cursory check reveals MPI_Finalize calls pmix_rte_finalize 
which decrements pmix_initialized to 0 before calling pmix_cleanup. 
pmix_cleanup sees the variable is 0 and does not call pmix_finalize. See 
https://github.com/pmix/pmix/blob/master/src/runtime/pmix_finalize.c.  Is this 
a bug or something I am doing wrong? Thank you.

_______________________________________________
users mailing list
users@lists.open-mpi.org
https://lists.open-mpi.org/mailman/listinfo/users

Reply via email to