Closed luator closed 6 months ago
Instead of just checking $rc == 1 consider all non-zero return codes (except the magic RETURN_CODE_FOR_RESUME code) as failure.
$rc == 1
RETURN_CODE_FOR_RESUME
This fixes #87 and #42.
By running examples on Slurm, Condor and locally
Instead of just checking
$rc == 1
consider all non-zero return codes (except the magicRETURN_CODE_FOR_RESUME
code) as failure.This fixes #87 and #42.
Do not merge before
98
How I Tested
By running examples on Slurm, Condor and locally