Skip to content
Snippets Groups Projects
Commit 90971468 authored by Xuan Gu's avatar Xuan Gu
Browse files

Update 2 files

- /scripts/benchmark_single_node.sbatch
- /scripts/benchmark_multi_node.sbatch
parent 8041f040
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,8 @@
sbatch <<EOT
#!/bin/bash
#SBATCH -A nsc
#SBATCH --nodes=${2}
#SBATCH --gres=gpu:8
......
......@@ -2,6 +2,8 @@
sbatch <<EOT
#!/bin/bash
#SBATCH -A nsc
#SBATCH --nodes=1
#SBATCH --gres=gpu:${3}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment