pypar icon indicating copy to clipboard operation
pypar copied to clipboard

Segfault after Control+C; OpenMPI

Open segasai opened this issue 10 years ago • 1 comments

Hi,

For quite a while I'm observing that after importing pypar python segfaults on Control+C. In the same time when for example using mpi4py, nothing like this happens. That suggest to me that maybe it is not the issue with the mpi library itself. Here is the test program which segfaults on me:

import os
# import mpi4py
import pypar
os.kill(os.getpid(),2)

My OS is RHEL 6.6 on x86_64 with OpenMPI 1.8.1. Python version 2.7.6 I've been observing this issue for last year/couple of years.

segasai avatar Oct 31 '14 13:10 segasai

Ok, thanks. I'll have a look...

daleroberts avatar Nov 03 '14 23:11 daleroberts