X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/faf5328304cd7c0b3ec1669c6f7f18c3f4daf25c..b8036cfd2acd1bf2910130deb46be8a38eaff253:/sdk/cli/bin/crunch-job diff --git a/sdk/cli/bin/crunch-job b/sdk/cli/bin/crunch-job index 0ad5a6b80b..7584d3a83d 100755 --- a/sdk/cli/bin/crunch-job +++ b/sdk/cli/bin/crunch-job @@ -1511,11 +1511,10 @@ sub preprocess_stderr Log ($jobstepidx, "stderr $line"); if ($line =~ /srun: error: (SLURM job $ENV{SLURM_JOB_ID} has expired|Unable to confirm allocation for job $ENV{SLURM_JOB_ID})/) { # If the allocation is revoked, we can't possibly continue, so mark all - # slots as failed. This will cause the overall exit code to be + # nodes as failed. This will cause the overall exit code to be # EX_RETRY_UNLOCKED instead of failure so that crunch_dispatch can re-run - # this job. whoa. + # this job. $main::please_freeze = 1; - $working_slot_count = 0; foreach my $st (@slot) { $st->{node}->{fail_count}++; }