High Performance Computing Clusters
High-performance computing clusters have multiple CPUs and massive amounts of RAM all distributed between multiple machines, and all used by multiple people with varying needs. Because of this, multiple common problems arise:
Distributing the processing load from so many people's jobs onto computing nodes.
Running interactive programs on the computing cluster.
Managing packages when users have varying, sometimes contradictory needs.
How do we manage these problems on our computing cluster?
Last updated