Regards, Gijsbert
I am running OpenMPI on Fedora Core 10. MPI_Abort does not seem to abort
the processes on FC10. I found out that when you send a signal all
processes seem to abort as expected, so I am now using raise(SIGTERM)
instead of MPI_Abort(). Are there any consequences to not using MPI_Abort?