Re: [OMPI users] OpenMPI with multiple threads (MPI_THREAD_MULTIPLE)

2007-06-07 Thread Jeff Squyres
This issue was just recently discussed on this list -- check out the thread here: http://www.open-mpi.org/community/lists/users/2007/05/3323.php On Jun 5, 2007, at 6:52 PM, smai...@ksu.edu wrote: Hi, I am trying a program in which I have 2 MPI nodes and each MPI node has 2 threads:

[OMPI users] OpenMPI with multiple threads (MPI_THREAD_MULTIPLE)

2007-06-05 Thread smairal
Hi, I am trying a program in which I have 2 MPI nodes and each MPI node has 2 threads: Main node-thread Receive Thread - MPI_Init_Thread(MPI_THREAD_MULTIPLE); . . LOOP: LOOP: THRE