Closed ConradJohnston closed 2 weeks ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 77.88%. Comparing base (
ef60b66
) to head (47f83b9
). Report is 128 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I think @giovannipizzi wrote the SLURM plugin, in time immemorial.
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 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.