From 21afbf6580051bb162be4e2f0637f27a05509dca Mon Sep 17 00:00:00 2001 From: Xuan Gu <xuan.gu@liu.se> Date: Tue, 30 May 2023 19:24:19 +0000 Subject: [PATCH] Update file run_benchmark_single_node.sh --- scripts/run_benchmark_single_node.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run_benchmark_single_node.sh b/scripts/run_benchmark_single_node.sh index 1b52ca4..199430e 100644 --- a/scripts/run_benchmark_single_node.sh +++ b/scripts/run_benchmark_single_node.sh @@ -5,7 +5,7 @@ cat <<EOT > scripts/benchmark_dim${1}_nodes${2}_gpus${3}_batchsize${4}_iteration #SBATCH -A nsc #SBATCH --nodes=1 -#SBATCH --gres=gpu:8 +#SBATCH --gres=gpu:${3} #SBATCH --time=0-0:10:00 #SBATCH --output=sbatch_out/benchmark_dim${1}_nodes${2}_gpus${3}_batchsize${4}_iteration${5}.out #SBATCH --reservation=devel -- GitLab