From f929bbf41d85a3f46fdb4c1f464fdba50519dff9 Mon Sep 17 00:00:00 2001 From: Lukas Leufen <leufen1@hdfmll01.hdfml> Date: Wed, 17 Nov 2021 16:00:01 +0100 Subject: [PATCH] added gres:gpu to script template for hdfml --- HPC_setup/create_runscripts_HPC.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/HPC_setup/create_runscripts_HPC.sh b/HPC_setup/create_runscripts_HPC.sh index 61d361b5..730aa52e 100755 --- a/HPC_setup/create_runscripts_HPC.sh +++ b/HPC_setup/create_runscripts_HPC.sh @@ -102,6 +102,7 @@ cat <<EOT > ${cur}/run_${hpcsys}_batch.bash #SBATCH --output=${hpclogging}mlt-out.%j #SBATCH --error=${hpclogging}mlt-err.%j #SBATCH --time=08:00:00 +#SBATCH --gres=gpu:4 #SBATCH --mail-type=ALL #SBATCH --mail-user=${email} -- GitLab