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.
slurm Parallelizing Workloads with Slurm Job Arrays Do you have a script that needs to be run across many samples? Or maybe you need to parameter test a script with a variety of values? This blog post covers how to achieve this simply and efficiently with Slurm job arrays.
linux 10 Simple Linux Commands Every Researcher Should Know Being able to work with and manipulate files directly via the command line is one of the most useful skills to develop when working in the cloud. This blog post will introduce you to 10 common Linux commands that are crucial for your analysis artillery.