Slurm (formerly spelled SLURM) is an open-source resource manager designed for Linux HPC clusters of all sizes.
Is it possible to expand the number of characters used in the JobName column of the command sacct in SLURM? …
slurm sacctI am trying to run some parallel code on slurm, where the different processes do not need to communicate. Naively …
python multiprocessing slurmI'm working in a SLURM cluster and I was running several processes at the same time (on several input files), …
memory cluster-computing slurmI am running a job array with SLURM, with the following job array script (that I run with sbatch job_…
cluster-computing slurmYou need to run, say, 30 srun jobs, but ensure each of the jobs is run on a node from the …
slurmThe terminology used in the sbatch man page might be a bit confusing. Thus, I want to be sure I …
multithreading parallel-processing mpi hpc slurmWhen I launch a computation on the cluster, I usually have a separate program doing the post-processing at the end : …
linux batch-processing hpc slurmI want to run a script on cluster (SBATCH file). How can active my virtual environment (path/to/env_name/…
python slurm sbatchI submitted several jobs via SLURM to our school's HPC cluster. Because the shell scripts all have the same name, …
linux hpc slurmWhen using bsub with LSF, the -o option gave a lot of details such as when the job started and …
slurm lsf