Re: [OMPI users] Spawned process do not shut down...

2011-10-27 Thread Ralph Castain
You might want to send this to the MPICH mailing lists - this is for Open MPI issues. On Oct 27, 2011, at 4:59 PM, Jonathan Bishop wrote: > I am using MPI_Comm_spawn to dynamically run workers. However, when the > workers exit they get hung up on MPI_Finalize. Here is a short program which > s

[OMPI users] Spawned process do not shut down...

2011-10-27 Thread Jonathan Bishop
I am using MPI_Comm_spawn to dynamically run workers. However, when the workers exit they get hung up on MPI_Finalize. Here is a short program which shows the issue... It responds to several commands... Do start stop and then check how many processes are running - it should be 1, not 2. I am u