Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions docs/running/known-issues.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[](){#ref-known-issues}
# Known Issues

## Out of Memory on GH200 nodes
There is a known issue with Nvidia GPU driver version R550.54.15, currently installed on all GH200 nodes, that can reduce the amount of available GPU memory.

Under normal conditions, Linux in-memory file caches may migrate from CPU to GPU memory. Allocating GPU memory should trigger the eviction of these caches, freeing up GPU memory. However, due to this bug, eviction does not occur, leading to out-of-memory errors.

Applications with heavy I/O workloads are especially affected, as increased I/O generates more cached data. While we currently ensure that at least 90% of GPU memory is available when a node is allocated to a job, available memory may still decrease during the job’s execution.

This issue is fixed in driver version R570, which will be deployed during a future system maintenance.

1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ nav:
- running/index.md
- 'Slurm': running/slurm.md
- 'Job report': running/jobreport.md
- 'Known issues': running/known-issues.md
- 'Data Management and Storage':
- storage/index.md
- 'File Systems': storage/filesystems.md
Expand Down
Loading