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 actuall

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 am having a problem when I t

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

2011-05-06 Thread Ralph Castain
Why are you using ompi-clean for this purpose instead of a simple ctrl-c? It wasn't intended for killing jobs, but only for attempting cleanup of lost processes in extremity (i.e., when everything else short of rebooting the node fails). So it isn't robust by any means. On May 6, 2011, at 11:5

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

2011-05-06 Thread Rodrigo Oliveira
Hi. I am having a problem when I try to kill a spawned process. I am using ompi 1.4.3. I use the command ompi-clean to kill all the processes I have running, but those ones which were dynamically spawned are not killed. Any idea? Thanks in advance.