Azure / Azure/azhpc-diagnostics
More Reliable Checks for Drivers
Open
- Dominant language
- Shell
- Stars
- 10
- Forks
- 23
- PR merge metrics
- No merged PRs in 30d
Description
The current implementation of checking for GPU/IB drivers relies on checking to see if CLI tools that come installed with the drivers are functioning (e.g. nvidia-smi, ibstat).
Notably, this relies on these binaries being on the PATH, which can be a source of confusion for containerized environments, but in general, it's not as direct of a method as it could be.
For instance, checking for known kernel modules via lsmod could give us a clearer picture of what drivers have been successfully installed.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.