diff --git a/misc/run-phoenix-release-cpu.sh b/misc/run-phoenix-release-cpu.sh index 2f649d07a..97b9c7042 100644 --- a/misc/run-phoenix-release-cpu.sh +++ b/misc/run-phoenix-release-cpu.sh @@ -1,9 +1,9 @@ #!/bin/bash #SBATCH -Jshb-test-jobs # Job name +#SBATCH -p cpu-small # partition #SBATCH --account=gts-sbryngelson3 # charge account -#SBATCH -N1 --ntasks-per-node=12 # Number of nodes and cores per node required -#SBATCH --mem-per-cpu=2G # Memory per core -#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) #SBATCH -q embers # QOS Name #SBATCH -otest.out # Combined output and error messages file #SBATCH -W # Do not exit until the submitted job terminates.