Top "Slurm" questions

Slurm (formerly spelled SLURM) is an open-source resource manager designed for Linux HPC clusters of all sizes.

SLURM sbatch job array for the same script but with different input arguments run in parallel

I have a problem where I need to launch the same script but with different input arguments. Say I have …

arrays slurm sbatch
How do I save print statements when running a program in SLURM?

I am running a Python code that contains print statements via SLURM. Normally when I run the Python code directly …

python slurm
Slurm server with a asterisk near the "idle"

I'm using Slurm. When I run sinfo -Nel it is common to see a server designated as idle, but sometimes …

slurm
SLURM job history: get full length JobName

I want to get information about my job history of SLURM jobs. I use something like sacct --starttime 2014-07-01 …

slurm
Limit the number of running jobs in SLURM

I am queuing multiple jobs in SLURM. Can I limit the number of parallel running jobs in slurm? Thanks in …

slurm