diff --git a/scripts/run_benchmark_single_node.sh b/scripts/run_benchmark_single_node.sh index c6e1fc5669da4491bff9689461a47bdaee993257..202abcef5d606557140b71c4bba497c9b2ee8ff3 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