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
Investigate removing memory as a consumable resource and allocate 1 job per node.
This is more scalable according to https://slurm.schedmd.com/big_sys.html because the scheduler doesn't have to keep track of the cores and memory on each node.
Some experiments indicate that it might be more cost-effective to run 1 job per instance anyway rather than trying to pack multiple jobs per node.
The extra cost comes when an larger instance remains running by a small job so that it isn't idle.
The text was updated successfully, but these errors were encountered:
Some experiments indicate that it might be more cost-effective to run 1 job per instance anyway rather than trying to pack multiple jobs per node.
The extra cost comes when an larger instance remains running by a small job so that it isn't idle.
The text was updated successfully, but these errors were encountered: