Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wreck: set job state to failed if first rank fails
In some cases a call to `wlog_fatal` would cause jobs to get stuck in `reserved` or `starting` state, especially if rank 0 wrexecd exited with a failure. Try harder in this function to update the job state to "failed" before rank 0 wrexecd exits on error.
- Loading branch information