Re: [OMPI users] Signal propagation in 2.0.1

2016-12-02 Thread r...@open-mpi.org
Fix is on the way: https://github.com/open-mpi/ompi/pull/2498 Thanks Ralph > On Dec 1, 2016, at 10:49 AM, r...@open-mpi.org wrote: > > Yeah, that’s a bug - we’ll have to address it > > Thanks > Ralph > >> On Nov 28, 2016, at 9:29 AM, Noel Rycroft >

Re: [OMPI users] Signal propagation in 2.0.1

2016-12-01 Thread r...@open-mpi.org
Yeah, that’s a bug - we’ll have to address it Thanks Ralph > On Nov 28, 2016, at 9:29 AM, Noel Rycroft wrote: > > I'm seeing different behaviour between Open MPI 1.8.4 and 2.0.1 with regards > to signal propagation. > > With version 1.8.4 mpirun seems to propagate SIGTERM to the tasks it star

[OMPI users] Signal propagation in 2.0.1

2016-11-28 Thread Noel Rycroft
I'm seeing different behaviour between Open MPI 1.8.4 and 2.0.1 with regards to signal propagation. With version 1.8.4 mpirun seems to propagate SIGTERM to the tasks it starts which enables the tasks to handle SIGTERM. In version 2.0.1 mpirun does not seem to propagate SIGTERM and instead I suspe