You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/libraries/nemo-evaluator-launcher/configuration/executors/slurm.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -217,7 +217,7 @@ execution:
217
217
218
218
**Configuration:**
219
219
- `max_walltime`: Maximum total runtime in `HH:MM:SS` format (e.g., `"24:00:00"` for 24 hours)
220
-
- Defaults to `"72:00:00"` (72 hours). Set to `null` for unlimited resuming
220
+
- Defaults to `"120:00:00"` (120 hours). Set to `null` for unlimited resuming
221
221
222
222
:::{note}
223
223
The `max_walltime` tracks **actual job execution time only**, excluding time spent waiting in the queue. This ensures accurate runtime accounting even when jobs are repeatedly preempted or must wait for resources.
0 commit comments