-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
runner.singularity: Support for build's --cpus and --memory options
Only available since Singularity 3.10.0 and on systems with cgroups v2.¹ With older Singularity versions, these options will continue to be ignored (as before this change). If the Singularity version is new enough but the system doesn't support cgroups v2 (or it is administratively disabled in the Singularity config), then Singularity will error when these options are used. ¹ <https://docs.sylabs.io/guides/latest/user-guide/cgroups.html#requirements-linux-cgroups>
- Loading branch information
Showing
3 changed files
with
15 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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