Re: [OMPI users] Newbie query - mpirun will not run if it's previously been killed with Control-C

2014-08-07 Thread Ralph Castain
On Aug 7, 2014, at 9:17 AM, Gus Correa wrote: > On 08/07/2014 11:49 AM, Ralph Castain wrote: >> >> On Aug 7, 2014, at 8:47 AM, Reuti > > wrote: >> >>> Am 07.08.2014 um 17:28 schrieb Gus Correa: >>> I

Re: [OMPI users] Newbie query - mpirun will not run if it's previously been killed with Control-C

2014-08-07 Thread Gus Correa
On 08/07/2014 11:49 AM, Ralph Castain wrote: On Aug 7, 2014, at 8:47 AM, Reuti > wrote: Am 07.08.2014 um 17:28 schrieb Gus Correa: I guess Control-C will kill only the mpirun process. You may need to kill the (two) jules.exe

Re: [OMPI users] Newbie query - mpirun will not run if it's previously been killed with Control-C

2014-08-07 Thread Gus Correa
On 08/07/2014 11:28 AM, Gus Correa wrote: I guess Control-C will kill only the mpirun process. You may need to kill the (two) jules.exe processes separately, say, with kill -9. ps -u "yourname" will show what you have running. Something may have been left behind by Control-C, although as

Re: [OMPI users] Newbie query - mpirun will not run if it's previously been killed with Control-C

2014-08-07 Thread Jeff Squyres (jsquyres)
Can you try upgrading? 1.6.x is super old. 1.8.1 is the current stable release. On Aug 7, 2014, at 11:16 AM, Jane Lewis wrote: > Hi all, > > This is a really simple problem (I hope) where I’ve introduced MPI to a > complex numerical model which I have to kill

Re: [OMPI users] Newbie query - mpirun will not run if it's previously been killed with Control-C

2014-08-07 Thread Ralph Castain
On Aug 7, 2014, at 8:47 AM, Reuti wrote: > Am 07.08.2014 um 17:28 schrieb Gus Correa: > >> I guess Control-C will kill only the mpirun process. >> You may need to kill the (two) jules.exe processes separately, >> say, with kill -9. >> ps -u "yourname" >> will show

Re: [OMPI users] Newbie query - mpirun will not run if it's previously been killed with Control-C

2014-08-07 Thread Reuti
Am 07.08.2014 um 17:28 schrieb Gus Correa: > I guess Control-C will kill only the mpirun process. > You may need to kill the (two) jules.exe processes separately, > say, with kill -9. > ps -u "yourname" > will show what you have running. Shouldn't Open MPI clean this up in a proper way when

Re: [OMPI users] Newbie query - mpirun will not run if it's previously been killed with Control-C

2014-08-07 Thread Gus Correa
I guess Control-C will kill only the mpirun process. You may need to kill the (two) jules.exe processes separately, say, with kill -9. ps -u "yourname" will show what you have running. On 08/07/2014 11:16 AM, Jane Lewis wrote: Hi all, This is a really simple problem (I hope) where I’ve

[OMPI users] Newbie query - mpirun will not run if it's previously been killed with Control-C

2014-08-07 Thread Jane Lewis
Hi all, This is a really simple problem (I hope) where I've introduced MPI to a complex numerical model which I have to kill occasionally with Control-C as I don't want it running forever. I have only used mpi_init(), mpi_comm_size(), mpi_comm_rank() and mpi_finalize()- there are no