Skip to content

Commit

Permalink
Ensure that BatchRuntime is set No Matter What
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhlin committed Mar 26, 2021
1 parent 3e795e7 commit 7993b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/01-ce-router-defaults.conf.in
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ JOB_ROUTER_TRANSFORM_BatchRuntime @=jrt
def_walltime = 60*$(ROUTED_JOB_MAX_TIME)
endif

SET BatchRuntime $(def_walltime)
SET BatchRuntime $(def_walltime) ?: 259200
@jrt


Expand Down

0 comments on commit 7993b98

Please sign in to comment.