-
Notifications
You must be signed in to change notification settings - Fork 198
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Scheduler: Allow a memory specification of zero for the SLURM plugin (#…
…6605) In the SLURM memory specification, a value of zero is treated as a special case indicating that no memory limit should be used. This is documented here: https://slurm.schedmd.com/sbatch.html under the '--mem' section. However, currently the SLURM plugin demands a positive integer, but this logic puts an unexpected limitation on the SLURM plugin. This commit changes this logic to allow a value of 0 to be accepted.
- Loading branch information
1 parent
7057238
commit 0fa9582
Showing
2 changed files
with
55 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