Re: [OMPI users] signal handling with mpirun

2017-11-21 Thread r...@open-mpi.org
Try upgrading to the v3.0, or at least to the latest in the v2.x series. The v1.10 series is legacy and no longer maintained. > On Nov 21, 2017, at 8:20 AM, Kulshrestha, Vipul > wrote: > > Hi, > > I am finding that on Ctrl-C, mpirun immediately stops and does

[OMPI users] signal handling with mpirun

2017-11-21 Thread Kulshrestha, Vipul
Hi, I am finding that on Ctrl-C, mpirun immediately stops and does not sends SIGTERM to the child processes. I am using openmpi 1.10.6. The child processes are able to handle SIGINT. I verified that by a printf in my signal handler and then issuing SIGINT to my process directly. However, when