Commit f9977ee5 authored by Brian Christiansen's avatar Brian Christiansen
Browse files

Fix sbatch --wait to stop after job is gone

slurm_load_job() prior to 17.11 returns the error code in errno and not
in rc.  With the addition of 47175901 if a job is removed from memory
before sbatch checks for the job again, sbatch could get in an loop
checking for the job. This only happens if you have a very small
MinJobAge (<10) -- which is not recommended.
parent 1fb0afe8
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