Skip to content

Commit 2ebbf45

Browse files
authored
Add warning about jobreport reporting too many GPUs (#116)
1 parent 7e7e721 commit 2ebbf45

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/running/jobreport.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,12 @@ GPU Specific Values
133133
The `jobreport` tool requires the application to complete successfully.
134134
If the application crashes or the job is killed by `slurm` prematurely, `jobreport` will not be able to write any output.
135135

136+
!!! warning "Too many GPUs reported by `jobreport`"
137+
If the job reporting utility reports more GPUs than you expect from the number of nodes requested by SLURM, you may be missing options to set the visible devices correctly for your job.
138+
See the [GH200 SLURM documentation][ref-slurm-gh200] for examples on how to expose GPUs correctly in your job.
139+
When oversubscribing ranks to GPUs, the utility will always report too many GPUs.
140+
The utility does not combine data for the same GPU from different ranks.
141+
136142
!!! warning "workaround known issue on macOS"
137143
Currently, there is an issue when generating the report file via `jobreport print` on the macOS terminal:
138144

0 commit comments

Comments
 (0)