Re: [OMPI devel] [OMPI svn] svn:open-mpi r28456 - trunk

2013-05-06 Thread Ralph Castain
Could someone help me out a bit here: * I'm unaware of any mechanism for "ignoring" an entire framework. Was something added for that purpose? * What "non-MCA" projects are in our repository? Everything appears to be based on MCA plugins. * Looking at Trac, we eliminated all project/config dir

Re: [OMPI devel] June OMPI developer's meeting

2013-05-06 Thread Jeff Squyres (jsquyres)
On Apr 30, 2013, at 6:20 PM, Larry Baker wrote: > I would like to try to get down there (from Menlo Park) to meet and thank the > OpenMPI developers, but I doubt I would be a very useful participant. All are free to attend, but you'll need to endure some deep-mojo discussions of the innards

Re: [OMPI devel] MPI_Comm_accept with multiple threads.

2013-05-06 Thread Hugo Daniel Meyer
Thanks for the reply Ralph. I will look for a way to deal with this situation for the moment. Regards. Hugo 2013/5/6 Ralph Castain > We are working towards thread safety, but nowhere near ready yet. > > On May 6, 2013, at 3:39 AM, Hugo Daniel Meyer > wrote: > > Sorry, i've sent the message

Re: [OMPI devel] MPI_Comm_accept with multiple threads.

2013-05-06 Thread Ralph Castain
We are working towards thread safety, but nowhere near ready yet. On May 6, 2013, at 3:39 AM, Hugo Daniel Meyer wrote: > Sorry, i've sent the message without finishing it. > > Hello to @ll. > > I'm not sure if this is the correct list to post this question, but maybe i'm > dealing with a bug

Re: [OMPI devel] MPI_Comm_accept with multiple threads.

2013-05-06 Thread Hugo Daniel Meyer
Sorry, i've sent the message without finishing it. Hello to @ll. I'm not sure if this is the correct list to post this question, but maybe i'm dealing with a bug. I have develop an event logging mechanism where application processes connect to event loggers (using MPI_Lookup, MPI_open_port, MPI_

[OMPI devel] MPI_Comm_accept with multiple threads.

2013-05-06 Thread Hugo Daniel Meyer
Hello to @ll. I'm not sure if this is the correct list to post this question, but maybe i'm dealing with a bug. I have develop an event logging mechanism where application processes connect to event loggers (using MPI_Lookup, MPI_open_port, MPI_Comm_Connect, MPI_Comm_Accept, etc) that are part of