Top "Slurm" questions

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

Expand columns to see full jobname in Slurm

Is it possible to expand the number of characters used in the JobName column of the command sacct in SLURM? …

slurm sacct
Using python's multiprocessing on slurm

I am trying to run some parallel code on slurm, where the different processes do not need to communicate. Naively …

python multiprocessing slurm
Error in SLURM cluster - Detected 1 oom-kill event(s): how to improve running jobs

I'm working in a SLURM cluster and I was running several processes at the same time (on several input files), …

memory cluster-computing slurm
How to hold up a script until a slurm job (start with srun) is completely finished?

I am running a job array with SLURM, with the following job array script (that I run with sbatch job_…

cluster-computing slurm
SLURM: How to run 30 jobs on particular nodes only?

You need to run, say, 30 srun jobs, but ensure each of the jobs is run on a node from the …

slurm
HPC cluster: select the number of CPUs and threads in SLURM sbatch

The terminology used in the sbatch man page might be a bit confusing. Thus, I want to be sure I …

multithreading parallel-processing mpi hpc slurm
Use slurm job id

When I launch a computation on the cluster, I usually have a separate program doing the post-processing at the end : …

linux batch-processing hpc slurm
How to activate a specific Python environment as part of my submission to Slurm?

I want to run a script on cluster (SBATCH file). How can active my virtual environment (path/to/env_name/…

python slurm sbatch
How to find from where a job is submitted in SLURM?

I submitted several jobs via SLURM to our school's HPC cluster. Because the shell scripts all have the same name, …

linux hpc slurm
How can I get detailed job run info from SLURM (e.g. like that produced for "standard output" by LSF)?

When using bsub with LSF, the -o option gave a lot of details such as when the job started and …

slurm lsf