Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow a memory specification of zero for the SLURM plugin #6605

Merged

Commits on Nov 4, 2024

  1. Allow a memory specification of zero for the SLURM plugin.

    In 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.
    
    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 acctepted.
    ConradJohnston committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    47f83b9 View commit details
    Browse the repository at this point in the history