Re: [OMPI users] Problem with the receive buffer size?

2010-09-07 Thread Jeff Squyres (jsquyres)
If you're using the stl, you should probably be using boost.MPI. Memory usage within the stl is tricky. Sent from my PDA. No type good. On Sep 4, 2010, at 9:57 AM, dbbmyx-franzxa...@yahoo.com wrote: > > Hi, > > I have some problems with my mpi-project. > I try to send some information from

[OMPI users] What will happen if a non-MPI executible loaded a MPI enabled shared library?

2010-09-07 Thread Allen Zhao
Hi, All, A newbie question: Suppose that I have a main executable (a non-MPI code, which just dynamically loaded a named share library), and I do compile the shared library with mpi-gcc. This way, when the main executable loads the shared library, what is going to happen? Can I parallel th