Re: [OMPI users] Problem with MPI_Intercomm_create

2011-06-13 Thread Jeff Squyres
George -- can you file a ticket about this? On Jun 12, 2011, at 1:25 PM, George Bosilca wrote: > Fraderic, > > Based on the current version of the MPI standard, the two groups involved in > the intercomm_create have to be disjoints, which means the leader cannot be > the same process. > >

Re: [OMPI users] Deadlock with barrier und RMA

2011-06-13 Thread Barrett, Brian W
There are no missing calls to MPI_WIN_FENCE as the code is using passive synchronization (lock/unlock). The test code looks correct, I think this is a bug in Open MPI. The code also fails on the development trunk, so upgrading will not fix the bug. I've filed a bug (#2809). Unfortunately, I'm

[OMPI users] Deadline Extension: HeteroPAR @ Euro-Par 2011

2011-06-13 Thread George Bosilca
Due to multiple requests, the deadline have been extended until June 20, 2011. == CALL FOR PAPERS 8th International Workshop on Algorithms, Models and Tools for Parallel Computing on

Re: [OMPI users] Error when trying to kill a spawned process

2011-06-13 Thread Rodrigo Oliveira
The point is: I have a system composed by a set of mpi processes. These processes run as daemons in each cluster machine. I need a way to kill those ones when I decide to shutdown the system. Thanks On Fri, May 6, 2011 at 2:51 PM, Rodrigo Oliveira wrote: > Hi. > > I

Re: [OMPI users] Error when trying to kill a spawned process

2011-06-13 Thread Ralph Castain
On Jun 13, 2011, at 1:32 PM, Rodrigo Oliveira wrote: > The point is: I have a system composed by a set of mpi processes. These > processes run as daemons in each cluster machine. I need a way to kill those > ones when I decide to shutdown the system. Do you mean that your MPI processes