Re: [OMPI users] Problem in MPI::Finalize when freeingintercommunicators

2009-03-14 Thread Jeff Squyres
On Mar 13, 2009, at 5:15 PM, Mikael Djurfeldt wrote: On Fri, Mar 13, 2009 at 9:28 PM, Jeff Squyres wrote: > No you should not need to do this. > > Is there any chance you could upgrade to Open MPI v1.3? Yes. It works without a Barrier under v1.3. Is this a known problem? Possibly...? I

Re: [OMPI users] Problem in MPI::Finalize when freeingintercommunicators

2009-03-13 Thread Mikael Djurfeldt
On Fri, Mar 13, 2009 at 9:28 PM, Jeff Squyres wrote: > No you should not need to do this. > > Is there any chance you could upgrade to Open MPI v1.3? Yes. It works without a Barrier under v1.3. Is this a known problem? What is the best way for me to test in my configure script that I'm running

Re: [OMPI users] Problem in MPI::Finalize when freeingintercommunicators

2009-03-13 Thread Jeff Squyres
No you should not need to do this. Is there any chance you could upgrade to Open MPI v1.3? On Mar 12, 2009, at 12:14 PM, Mikael Djurfeldt wrote: I should add that the problem disappears if I add a line MPI::COMM_WORLD.Barrier () just before the loop which frees the intercommunicators. I