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 1797038 commit 0131901Copy full SHA for 0131901
misc/run-phoenix-release-cpu.sh
@@ -1,9 +1,9 @@
1
#!/bin/bash
2
#SBATCH -Jshb-test-jobs # Job name
3
+#SBATCH -p cpu-small # partition
4
#SBATCH --account=gts-sbryngelson3 # charge account
-#SBATCH -N1 --ntasks-per-node=12 # Number of nodes and cores per node required
5
-#SBATCH --mem-per-cpu=2G # Memory per core
6
-#SBATCH -t 04:00:00 # Duration of the job (Ex: 15 mins)
+#SBATCH -N1 --ntasks-per-node=24 # Number of nodes and cores per node required
+#SBATCH -t 03:00:00 # Duration of the job (Ex: 15 mins)
7
#SBATCH -q embers # QOS Name
8
#SBATCH -otest.out # Combined output and error messages file
9
#SBATCH -W # Do not exit until the submitted job terminates.
0 commit comments