Hacker News new | ask | show | jobs
by gregod 844 days ago
Slurm [1] is a open-source HPC scheduler thats a good example. Its featureful and (surprisingly) easy to run if no user accounting (i.e., accounting for individual computation budgets) is needed.

[1]: https://slurm.schedmd.com/documentation.html

1 comments

It’s also really good for when accounting is needed too, it’s just more complicated to setup. :)
Yes, that was poorly worded. It has a very neat accounting system! Its just a little more complex to setup and keep in sync.