Commit 7cb4f6e1 authored by Tim Wickberg's avatar Tim Wickberg
Browse files

Only terminate processes if none are writing core.

Only one of a set of OpenMP processes will be marked as dumping
core, but terminating any of them will interrupt this and lead to
a partial core file being written.

Test all processes in the task, and only signal them if none are
writing out a core file. Otherwise wait and try again later.

Bug 4624.
parent 6c7b6775
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment