You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
We are testing PSVM using PBS and MOAB schedulers. In the code, you guys
are using exit(1) when an error occurs. This causes that particular job to
quit, however all the other processes keep going. The job then goes zombie
and has to be killed manually ( we usually do not get root access so it's a
touchy subject to ask our sys administrator to do this).
Would it be possible to add a function for this use, something like:
void paralllel_interface:exit()
{
MPI_Abort(MPI_COMM_WORLD,EXIT_FAILURE);
}
which would get around this problem?
Thanks,
Patrick Nichols
Original issue reported on code.google.com by PatJNichols@gmail.com on 13 Aug 2008 at 5:36
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
PatJNichols@gmail.com
on 13 Aug 2008 at 5:36The text was updated successfully, but these errors were encountered: