Skip to content

Commit 5e7fc2a

Browse files
authored
Merge pull request #170 from sbryngelson/master
2 parents 0ff078c + e031d68 commit 5e7fc2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

misc/run-phoenix-release-cpu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#SBATCH -N1 --ntasks-per-node=12 # Number of nodes and cores per node required
55
#SBATCH --mem-per-cpu=2G # Memory per core
66
#SBATCH -t 04:00:00 # Duration of the job (Ex: 15 mins)
7-
#SBATCH -q inferno # QOS Name
7+
#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.
1010

misc/run-phoenix-release-gpu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#SBATCH -N1 # Number of nodes and cores per node required
55
#SBATCH --gres=gpu:V100:2
66
#SBATCH -t 02:00:00 # Duration of the job (Ex: 15 mins)
7-
#SBATCH -q inferno # QOS Name
7+
#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.
1010

0 commit comments

Comments
 (0)