Skip to content

Commit 0131901

Browse files
authored
Run Phoenix jobs using available CPU cores (#266)
1 parent 1797038 commit 0131901

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

misc/run-phoenix-release-cpu.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/bin/bash
22
#SBATCH -Jshb-test-jobs # Job name
3+
#SBATCH -p cpu-small # partition
34
#SBATCH --account=gts-sbryngelson3 # charge account
4-
#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)
5+
#SBATCH -N1 --ntasks-per-node=24 # Number of nodes and cores per node required
6+
#SBATCH -t 03:00:00 # Duration of the job (Ex: 15 mins)
77
#SBATCH -q embers # QOS Name
88
#SBATCH -otest.out # Combined output and error messages file
99
#SBATCH -W # Do not exit until the submitted job terminates.

0 commit comments

Comments
 (0)