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
@@ -46,15 +46,15 @@ The Alliance Canada documentation has lots of resources for [monitoring jobs, in
46
46
47
47
One useful command to get a full accounting of a completed job is with `scontrol`:
48
48
49
-
```{bash}
49
+
```console
50
50
scontrol show job -dd <JOBID>
51
51
```
52
52
53
53
## Requesting resources
54
54
55
55
In order to more efficiently _request_ resources, we can use the `partition-stats` command, called simply using:
56
56
57
-
```{bash}
57
+
```console
58
58
partition-stats
59
59
```
60
60
@@ -72,8 +72,8 @@ Specifically, the command will return:
72
72
As Alliance Resources [implement backfilling](https://docs.alliancecan.ca/wiki/Job_scheduling_policies#Backfilling), jobs are not strictly started in terms of priority order, but also in terms of what resources are available.
73
73
The start time for a given job can therefore be estimated using:
74
74
75
-
```{bash}
75
+
```console
76
76
squeue --start -j <JOBID>
77
77
```
78
78
79
-
Note, though, that this is not a strictly accurate estimate, as it depends on multiple factors including that other, currently running jobs have requested accurate time limits.
79
+
Note, though, that this is not a strictly accurate estimate, as it depends on multiple factors including that other, currently running jobs have requested accurate time limits.
0 commit comments