From da099606cf5f08881c826341498ef4bc8bbd26ee Mon Sep 17 00:00:00 2001 From: Xuan Gu <xuan.gu@liu.se> Date: Tue, 30 May 2023 14:25:48 +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 c6e1fc5..202abce 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:${3} +#SBATCH --gres=gpu:8 #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