[OMPI devel] "basic" dlopen() example?

2007-09-18 Thread Paul H. Hargrove
As developer of BLCR (used for checkpointing in OMPI) I am currently working on some changes for the next release (about 6 months away) that could accidentally break usage of the BLCR library as a dynamically opened object. I know that at least once in the past, changes I made broke dlopen() u

Re: [OMPI devel] Commit r16105

2007-09-18 Thread Gleb Natapov
On Tue, Sep 18, 2007 at 10:57:38AM -0400, George Bosilca wrote: > More information about this can be founded in the trac #1127 > (https://svn.open-mpi.org/trac/ompi/ticket/1127). > OK. So the code I cited is only a temporary solution. Thanks. > george. > > On Sep 18, 2007, at 10:20 AM, Gleb Nata

Re: [OMPI devel] Commit r16105

2007-09-18 Thread George Bosilca
More information about this can be founded in the trac #1127 (https://svn.open-mpi.org/trac/ompi/ticket/1127). george. On Sep 18, 2007, at 10:20 AM, Gleb Natapov wrote: On Tue, Sep 18, 2007 at 09:44:42AM -0400, George Bosilca wrote: The setup of a communicators include as a last stage, a co

Re: [OMPI devel] Commit r16105

2007-09-18 Thread Gleb Natapov
On Tue, Sep 18, 2007 at 09:44:42AM -0400, George Bosilca wrote: > The setup of a communicators include as a last stage, a collective > communication. As a result, some of the nodes can exit the collective > before the others and therefore can start sending messages using this > communicator [whi

Re: [OMPI devel] Commit r16105

2007-09-18 Thread George Bosilca
The setup of a communicators include as a last stage, a collective communication. As a result, some of the nodes can exit the collective before the others and therefore can start sending messages using this communicator [while some of the other nodes are still waiting for the collective com

[OMPI devel] Commit r16105

2007-09-18 Thread Gleb Natapov
George, In the comment you are saying that "a message for a not yet existing communicator can happen". Can you explain in what situation it can happen? Thanks, -- Gleb.