From b9bf569fbf0c82da1922de3eaae2cbf8bbf951ae Mon Sep 17 00:00:00 2001
From: Xuan Gu <xuan.gu@liu.se>
Date: Tue, 30 May 2023 12:51:19 +0000
Subject: [PATCH] Update 2 files

- /scripts/benchmark_single_node.sbatch
- /scripts/benchmark_multi_node.sbatch
---
 scripts/benchmark_multi_node.sbatch  | 1 -
 scripts/benchmark_single_node.sbatch | 3 ++-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/benchmark_multi_node.sbatch b/scripts/benchmark_multi_node.sbatch
index de2e57f..5349a12 100644
--- a/scripts/benchmark_multi_node.sbatch
+++ b/scripts/benchmark_multi_node.sbatch
@@ -1,4 +1,3 @@
-#!/bin/bash
 sbatch <<EOT
 
 #!/bin/bash
diff --git a/scripts/benchmark_single_node.sbatch b/scripts/benchmark_single_node.sbatch
index ee25c40..2ae4c6c 100644
--- a/scripts/benchmark_single_node.sbatch
+++ b/scripts/benchmark_single_node.sbatch
@@ -1,6 +1,7 @@
-#!/bin/bash
 sbatch <<EOT
 
+#!/bin/bash
+
 #SBATCH -A nsc
 #SBATCH --nodes=1
 #SBATCH --gres=gpu:${3}
-- 
GitLab