[slurm-users] GPU machines only run a single GPU job despite resources being available.

Mark Hahn hahn at mcmaster.ca
Tue Jul 16 22:21:37 UTC 2019


> #!/bin/bash
> #SBATCH -c 2
> #SBATCH -o slurm-gpu-job.out
> #SBATCH -p gpu.q
> #SBATCH -w mk-gpu-1
> #SBATCH --gres=gpu:1

could it be that sbatch is defaulting to --mem=0, meaning "all the node's memory"?

regards, mark hahn.



More information about the slurm-users mailing list