Skip to content

Commit

Permalink
Update run-phoenix-release-cpu.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
sbryngelson authored Dec 17, 2023
1 parent 00bef97 commit c8e0a74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions misc/run-phoenix-release-cpu.sh
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit c8e0a74

Please sign in to comment.