commit | bda0a436fe734303c0329055c004d4a5758dbc17 | [log] [tgz] |
---|---|---|
author | Morris Jette <jette@schedmd.com> | Fri Sep 11 11:19:28 2015 -0700 |
committer | Morris Jette <jette@schedmd.com> | Fri Sep 11 11:19:28 2015 -0700 |
tree | 4b1c9a1be0975f2ec8309d3ad567e76bef9c28ec | |
parent | e85d88a9e2fe4adf8204c3d31057ba1acd8f9e73 [diff] |
handle job kill while step prolog running This prevents a step from being launched if the job is killed while the prolog is running. Reproducing the original failure requires use of srun to trigger the prolog and using scancel while that prolog is running. bug 1755