Re: [OMPI users] configuration of openmpi-1.5.4 with visual studio

2012-03-23 Thread Shiqing Fan
Hi Toufik Sorry for answering late. Have you found a solution for this problem? Could you please provide me some information of your CMake configuration and an output of ompi_info? This might be helpful for me to know what is wrong. Regards, Shiqing On 2012-03-19 11:57 AM, Toufik wrote: Hi

Re: [OMPI users] SIGTERM propagation across MPI processes

2012-03-23 Thread Ralph Castain
Well, yes and no. When a process abnormally terminates, OMPI will kill the job - this is done by first hitting each process with a SIGTERM, followed shortly thereafter by a SIGKILL. So you do have a short time on each process to attempt to cleanup. My guess is that your signal handler actually