Merged
Conversation
Untested. Includes installation for nvidia
removed a log line with little semantic information #705
jkrue
approved these changes
Feb 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds the proper driver implementation necessary to allow for nvidia graphic cards to run without issue. This will not work with nodes that use other graphic cards.
Note that this implementation assumes that nvidia device files are numbered 0-N. This assumption is necessary to allow for proper configuring slurm nodes with one or more graphic cards.
This PR also limits - as discussed - the allowed node images to
24.04in anticipation of the Slurm update.A new configuration schema is now supported essentially splitting master and other configs into separate elements in the yaml. This allows for a more pydantic format, but is not required nor intended to be adopted yet. In the next big version change, this could be considered.
With documentation/markdown/features/gres.md a short documentation is given informing GPU node users how BiBiGrid installs drivers to allow them to provide additional playbooks if they need more setup.