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
-**On completion:**`nel info <id>` to fetch results.
113
120
-**On failure:**`nel info <id> --logs` then inspect server/client/SLURM logs via SSH.
114
121
@@ -120,10 +127,25 @@ vocabulary of the source you're polling.
120
127
121
128
### Raw SLURM jobs (`type: slurm`)
122
129
123
-
-**Check:**`ssh <host> "sacct -j <id> --format=JobID%12,JobName%25,State%12,Elapsed%10 -n"` and filter out `extern`, `batch`, and step rows like `.<step>`. Use `sacct` for the termination check; `squeue` can lag in `COMPLETING` after `sacct` reports a terminal state.
124
-
-**States (terminal):**`COMPLETED`, `FAILED`, `CANCELLED` (also appears as `CANCELLED by <uid>`), `TIMEOUT`, `NODE_FAIL`, `OUT_OF_MEMORY`, `PREEMPTED`, `BOOT_FAIL`, `DEADLINE`.
0 commit comments