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!