[OMPI users] MPI_THREAD_MULTIPLE not provided

2009-01-26 Thread Ali Copey
Hi, I'm trying to get multiple thread running, and have openMPI 1.2.8 compiled with threading enabled: xxx@xxx:/usr/lib$ ompi_info | grep Thread   Thread support: posix (mpi: yes, progress: no) however, when I attempt to get MPI_THREAD_MULTIPLE, ...FUNNELED or ...SERIALIZED I am return

[OMPI users] Compiling for portability to non-mpi systems.

2008-09-25 Thread Ali Copey
Hello, We have created a piece of software that is designed to work under a variety of conditions, one of which is using MPI. This application will preferably us a single executable and then load the mpi communications interface as a library at runtime, however adding this functionality by com