Re: [OMPI users] MPI-2 Supported on Open MPI 1.2.5?

2008-03-12 Thread Pavel Shamis (Pasha)
Jeff Pummill wrote: Haha, yeah we found out about that one when trying to run Linpack with threaded BLAS implementations. BTW Goto BLAS threaded implementation doesn't use any MPI calls. So you may build Linpack with Goto_thread + OMPI non-threaded and it will run without any problem. Pasha.

Re: [OMPI users] MPI-2 Supported on Open MPI 1.2.5?

2008-03-12 Thread Jeff Squyres
MPI_THREAD_MULTIPLE is unlikely to work at all (regardless of network) in the v1.2 series. On Mar 11, 2008, at 7:31 PM, Brian Budge wrote: One small (or to some, not so small) note is that full multi- threading with OpenMPI is very unlikely to work with infiniband right now. Brian On M

Re: [OMPI users] MPI-2 Supported on Open MPI 1.2.5?

2008-03-11 Thread Jeff Pummill
Haha, yeah we found out about that one when trying to run Linpack with threaded BLAS implementations. On the MPI-2 note, anyone running MATLAB and the parallel toolkit under Open MPI? They are unreasonably obscure about what MPI they need although I do believe they need MPI-2 functions. If i

Re: [OMPI users] MPI-2 Supported on Open MPI 1.2.5?

2008-03-11 Thread Brian Budge
One small (or to some, not so small) note is that full multi-threading with OpenMPI is very unlikely to work with infiniband right now. Brian On Mon, Mar 10, 2008 at 6:24 AM, Michael wrote: > Quick answer, till you get a complete answer, Yes, OpenMPI has long > supported most of the MPI-2 fea

Re: [OMPI users] MPI-2 Supported on Open MPI 1.2.5?

2008-03-10 Thread Michael
Quick answer, till you get a complete answer, Yes, OpenMPI has long supported most of the MPI-2 features. Michael On Mar 7, 2008, at 7:44 AM, Jeff Pummill wrote: Just a quick question... Does Open MPI 1.2.5 support most or all of the MPI-2 directives and features? I have a user who speci

[OMPI users] MPI-2 Supported on Open MPI 1.2.5?

2008-03-07 Thread Jeff Pummill
Just a quick question... Does Open MPI 1.2.5 support most or all of the MPI-2 directives and features? I have a user who specified MVAPICH2 as he needs some features like extra task spawning, but I am trying to standardize on Open MPI compiled against Infiniband for my primary software stack