Re: [OMPI users] Forcing MPI processes to end

2017-11-17 Thread Adam Sylvester
Thanks - that's exactly what I needed! Works as advertised. :o) On Thu, Nov 16, 2017 at 1:27 PM, Aurelien Bouteiller wrote: > Adam. Your MPI program is incorrect. You need to replace the finalize on > the process that found the error with MPIAbort > > On Nov 16, 2017

Re: [OMPI users] Forcing MPI processes to end

2017-11-16 Thread Aurelien Bouteiller
Adam. Your MPI program is incorrect. You need to replace the finalize on the process that found the error with MPIAbort On Nov 16, 2017 10:38, "Adam Sylvester" wrote: > I'm using Open MPI 2.1.0 for this but I'm not sure if this is more of an > Open MPI-specific implementation