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

Benjamin Wong bwong at keiserlab.org
Tue Jul 16 22:46:08 UTC 2019


I believe you are right, Mark!

Thanks so much.  I put in #SBATCH --mem=16000 and now the jobs run fine. I
can get both GPU jobs running.

Ben Wong

On Tue, Jul 16, 2019 at 3:22 PM Mark Hahn <hahn at mcmaster.ca> wrote:

> > #!/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.
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.schedmd.com/pipermail/slurm-users/attachments/20190716/b6ba8a55/attachment.htm>


More information about the slurm-users mailing list