From f92e71115eaa33c38c8808fe4305bfc52a690ff3 Mon Sep 17 00:00:00 2001
From: Xuan Gu <xuan.gu@liu.se>
Date: Tue, 30 May 2023 19:40:16 +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 199430e..ef43455 100644
--- a/scripts/run_benchmark_single_node.sh
+++ b/scripts/run_benchmark_single_node.sh
@@ -8,7 +8,7 @@ cat <<EOT > scripts/benchmark_dim${1}_nodes${2}_gpus${3}_batchsize${4}_iteration
 #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
+##SBATCH --reservation=devel
 
 ###################21.11.0
 # This version does not run on multi-node
-- 
GitLab