Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exit Problems for PSVM when using PBS #3

Open
GoogleCodeExporter opened this issue Apr 20, 2015 · 1 comment
Open

Exit Problems for PSVM when using PBS #3

GoogleCodeExporter opened this issue Apr 20, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

Thanks for your suggestion.
We didnot seem to have this problem using MPICH2.
But surely this is what we should do. I will add soon.

Original comment by baihong...@gmail.com on 19 Aug 2008 at 8:28

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant