Re: [OMPI users] Thread Safety

2006-05-30 Thread Brian Barrett
On May 26, 2006, at 11:31 PM, imran shaik wrote: I have installed openMPI alpha 7 release. I created an MPI programs with pthreads. I ran with just 6 process, each thread making MPI calls concurrently with main thread. Things work fine . I use a TCP network. Some times i get a strange err

Re: [OMPI users] Thread Safety

2006-05-27 Thread imran shaik
e using tcp or shared memory, fork() *might* work, but this is not something that we have extensively tested. - From: users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] On Behalf Of imran shaik Sent: Friday, May 26, 2006 1:50 AM T

Re: [OMPI users] Thread Safety

2006-05-26 Thread George Bosilca
AM To: openMPI mailing list Subject: [OMPI users] Thread Safety Hi, I am a newbie to OpenMPI. Can anyone say how the support for MPI_THREAD_MULTIPLE is implemented in openMPI? Is thread safety completely provided in openMPI? or does it still has some bugs? I am currently using LAM/MPI.But i n

Re: [OMPI users] Thread Safety

2006-05-26 Thread Jeff Squyres (jsquyres)
en-mpi.org [mailto:users-boun...@open-mpi.org] On Behalf Of imran shaik Sent: Friday, May 26, 2006 1:50 AM To: openMPI mailing list Subject: [OMPI users] Thread Safety Hi, I am a newbie to OpenMPI. Can anyone say how the s

[OMPI users] Thread Safety

2006-05-26 Thread imran shaik
Hi, I am a newbie to OpenMPI. Can anyone say how the support for MPI_THREAD_MULTIPLE is implemented in openMPI? Is thread safety completely provided in openMPI? or does it still has some bugs? I am currently using LAM/MPI.But i need concurrent threads making MPI calls. So i am planning