Re: [OMPI devel] Memory leak

2017-07-25 Thread Gilles Gouaillardet
Samuel, fwiw, the issue is fixed in upcoming Open MPI 3.0 Cheers, Gilles On Wed, Jul 26, 2017 at 3:43 AM, Samuel Poncé wrote: > Dear OpenMPI developpers, > > I would like to report a bug for openmpi/2.0.2 > > This bug might have been corrected in earlier version.

[OMPI devel] Memory leak

2017-07-25 Thread Samuel Poncé
Dear OpenMPI developpers, I would like to report a bug for openmpi/2.0.2 This bug might have been corrected in earlier version. Appologies if it is the case. I tested that it work with openmpi/1.10. If you open and close a file a lot of times with openmpi 2.0.2, the memory increase linearly

Re: [OMPI devel] LD_LIBRARY_PATH and environment variables not getting set in remote hosts

2017-07-25 Thread Jeff Squyres (jsquyres)
I think what Ralph means is: can you upgrade to the latest version of Open MPI and see if the same problem occurs? > On Jul 20, 2017, at 8:58 AM, r...@open-mpi.org wrote: > > You must be kidding - 1.2.8??? We wouldn’t even know where to begin to advise > you on something that old - I’m

Re: [OMPI devel] PMIX visibility

2017-07-25 Thread r...@open-mpi.org
George - I believe this PR fixes the problems. At least, it now runs on OSX for me: https://github.com/open-mpi/ompi/pull/3957 > On Jul 25, 2017, at 5:27 AM, r...@open-mpi.org wrote: > > Ouch - sorry about that. pmix_setenv is actually defined

Re: [OMPI devel] PMIX visibility

2017-07-25 Thread r...@open-mpi.org
Ouch - sorry about that. pmix_setenv is actually defined down in the code base, so let me investigate why it got into pmix_common. > On Jul 24, 2017, at 10:26 PM, George Bosilca wrote: > > The last PMIX import broke the master on all platforms that support > visibility. I