Scaling for RSE-ops vs. DevOps

High performance computing was designed for scaling, but it must be done intentionally. By way of job managers [1], [2], Message Passing Interface (MPI) programming [3], and extreme parallelism [4], it’s possible to scale a task on an HPC cluster. Libraries like MPI are tested and can be used by HPC experts to run parallel applications.

This is in contrast to some traditional DevOps tools that handle scaling or scaled testing for the user, and typically have a strategy of deploying many separate instances up or out instead of using a connected fabric [5]. A prime example is the container orchestration tool Kubernetes [6], which centers are starting to deploy alongside traditional resources, possibly allowing RSE-ops to better overlap with DevOps. Emerging tools like the Flux Framework [2] are further closing the gap between traditional HPC managers and container orchestration tools. The work remaining to be done is bridging the gap between the developers of the tools and the user base. If it isn’t infinitely easy for a user to launch a job, then arguably the frameworks and techniques are not successful. There is a huge opportunity for development of RSE-ops tools that can better teach and possibly automate this scaling. There is also opportunity for cloud or DevOps practices to learn from traditional HPC and think about providing similar options.


  1. “SLURM: Simple Linux Utility for Resource Management.” https://link.springer.com/chapter/10.1007/10968987_3. [bibtex]
  2. “Flux Framework.” https://flux-framework.org/. [bibtex]
  3. “MPI: A message passing interface.” https://ieeexplore.ieee.org/document/1263546. [bibtex]
  4. “Inside HPC Future Technologies.” https://insidehpc.com/2017/03/future-technologies-rise-hpc/. [bibtex]
  5. G. Reese, Cloud Application Architectures. O’Reilly Media, Inc. [bibtex]
  6. “Towards a Framework for Monitoring and Analyzing High Performance Computing Environments Using Kubernetes and Prometheus.” https://ieeexplore.ieee.org/document/9060302. [bibtex]