[slurm-users] Job requesting two different GPUs on two
Gestió Servidors
sysadmin.caos at uab.cat
Fri Jun 11 06:58:22 UTC 2021
Hi,
I have tried with
>
> #!/bin/bash
> #
> #SBATCH --job-name=N2n4
> #SBATCH --partition=cuda.q
> #SBATCH --output=N2n4-CUDA.txt
> #SBATCH -N 1 # number of nodes with the first GPU
> #SBATCH -n 2 # number of cores
> #SBATCH --gres=gpu:GeForceRTX3080:1
> #SBATCH hetjob
> #SBATCH -N 1 # number of nodes with the second GPU
> #SBATCH -n 2 # number of cores
> #SBATCH --gres=gpu:GeForceRTX2070:1
> ...
but job runs only in first GPU node...
Help...
Thanks a lot!
More information about the slurm-users
mailing list