Fix gpu gres for slurm

This commit is contained in:
Anton Reinhard 2024-02-21 17:03:47 +01:00
parent daf22ecdb0
commit f4747bfc9d

View File

@ -5,7 +5,7 @@
#SBATCH --nodes=1
#SBATCH --ntasks=1
#SBATCH --cpus-per-task=32
#SBATCH --gpus-per-task=1
#SBATCH --gres=gpu:1
#SBATCH --mem=24GB
#SBATCH --output=simulation-%A-%a.out
#SBATCH --error=simulation-%A-%a.err