You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'None' is the Python-ism for this, the annoyance being that this doesn't parse as a number so the user can't specify it explicitly (e.g., to override an environment var via the command line) without a couple extra lines of code.
Currently, memory request of 0 is used to indicate not making a memory request.
SLURM reserves 0 to a special request of "give me all ram on the node". So we can't see this.
Either -1 or maybe start with it being "None"?
The text was updated successfully, but these errors were encountered: