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
Slurm: What is the difference for code executing under salloc vs srun

I'm using a cluster managed by slurm to run some yarn/hadoop benchmarks. To do this I am starting the …

hadoop yarn slurm
Use Bash variable within SLURM sbatch script

I'm trying to obtain a value from another file and use this within a SLURM submission script. However, I get …

linux bash shell awk slurm
Is it possible to configure the directory for sbatch's default output file?

Is there some way to configure an alternative default directory (other than the current directory) for sbatch to put the …

slurm