Skip to content

Commit e1d78c9

Browse files
committed
README: add info about the cmd line option for gpus accounting
1 parent 0ef4ae5 commit e1d78c9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ Prometheus collector and exporter for metrics extracted from the [Slurm](https:/
2424
- Information extracted from the SLURM [**sinfo**](https://slurm.schedmd.com/sinfo.html) and [**sacct**](https://slurm.schedmd.com/sacct.html) command.
2525
- [Slurm GRES scheduling](https://slurm.schedmd.com/gres.html)
2626

27+
**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+
2734
### State of the Nodes
2835

2936
* **Allocated**: nodes which has been allocated to one or more jobs.

0 commit comments

Comments
 (0)