slurm Parallelizing Workloads With Slurm (Brute Force Edition) One of the reasons researchers turn to clusters and Slurm is to run many independent jobs. Recently, we posted about how to use Slurm job arrays to do this. Here we describe some additional intuitive ways of getting the job(s) done.
linux An Introduction to Linux Directories and the PATH Variable To effectively manage your compute environment in the cloud, you need to understand the Linux directory structure, as well as key environment variables such as the PATH variable. This blog post is here to teach you the basics.