Skip to content

Commit 4600b40

Browse files
author
Spencer Bryngelson
committed
Hardcode hackathon partition/QOS in frontier templates
1 parent f64e405 commit 4600b40

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

toolchain/templates/frontier.mako

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
% if account:
1818
#SBATCH --account=${account}
1919
% endif
20-
#SBATCH --partition=${partition or 'batch'}
21-
#SBATCH --qos=${quality_of_service or 'hackathon'}
20+
#SBATCH --partition=batch
21+
#SBATCH --qos=hackathon
2222
% if email:
2323
#SBATCH --mail-user=${email}
2424
#SBATCH --mail-type="BEGIN, END, FAIL"

toolchain/templates/frontier_amd.mako

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
% if account:
1818
#SBATCH --account=${account}
1919
% endif
20-
#SBATCH --partition=${partition or 'batch'}
21-
#SBATCH --qos=${quality_of_service or 'hackathon'}
20+
#SBATCH --partition=batch
21+
#SBATCH --qos=hackathon
2222
% if email:
2323
#SBATCH --mail-user=${email}
2424
#SBATCH --mail-type="BEGIN, END, FAIL"

0 commit comments

Comments
 (0)