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: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,13 @@ Prometheus collector and exporter for metrics extracted from the [Slurm](https:/
24
24
- Information extracted from the SLURM [**sinfo**](https://slurm.schedmd.com/sinfo.html) and [**sacct**](https://slurm.schedmd.com/sacct.html) command.
**NOTE**: since version **0.19**, GPU accounting has to be **explicitly** enabled adding the _-gpu-acct_ option to the command line otherwise it will not be activated.
28
+
29
+
Be aware that:
30
+
31
+
* According to issue #38, users reported that newer version of Slurm provides slightly different output and thus GPUs accounting may not work properly.
32
+
* Users who do not have GPUs and/or do not have accounting activated may want to keep GPUs accounting **off** (see issue #45).
33
+
27
34
### State of the Nodes
28
35
29
36
***Allocated**: nodes which has been allocated to one or more jobs.
0 commit comments