We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aad787b commit 12e340dCopy full SHA for 12e340d
misc/run-phoenix-release-gpu.sh
@@ -2,7 +2,9 @@
2
#SBATCH -Jshb-test-jobs # Job name
3
#SBATCH --account=gts-sbryngelson3 # charge account
4
#SBATCH -N1 # Number of nodes and cores per node required
5
-#SBATCH --gres=gpu:V100:2
+#SBATCH -CV100-16GB
6
+#SBATCH -G2
7
+#SBATCH --tasks-per-node=2
8
#SBATCH -t 02:00:00 # Duration of the job (Ex: 15 mins)
9
#SBATCH -q embers # QOS Name
10
#SBATCH -otest.out # Combined output and error messages file
0 commit comments