Skip to content

Commit 0a5b99a

Browse files
author
Spencer Bryngelson
committed
Revert frontier template changes
1 parent 1d57af8 commit 0a5b99a

2 files changed

Lines changed: 12 additions & 4 deletions

File tree

toolchain/templates/frontier.mako

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,12 @@
1717
% if account:
1818
#SBATCH --account=${account}
1919
% endif
20-
#SBATCH --partition=batch
21-
#SBATCH --qos=hackathon
20+
% if partition:
21+
#SBATCH --partition=${partition}
22+
% endif
23+
% if quality_of_service:
24+
#SBATCH --qos=${quality_of_service}
25+
% endif
2226
% if email:
2327
#SBATCH --mail-user=${email}
2428
#SBATCH --mail-type="BEGIN, END, FAIL"

toolchain/templates/frontier_amd.mako

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,12 @@
1717
% if account:
1818
#SBATCH --account=${account}
1919
% endif
20-
#SBATCH --partition=batch
21-
#SBATCH --qos=hackathon
20+
% if partition:
21+
#SBATCH --partition=${partition}
22+
% endif
23+
% if quality_of_service:
24+
#SBATCH --qos=${quality_of_service}
25+
% endif
2226
% if email:
2327
#SBATCH --mail-user=${email}
2428
#SBATCH --mail-type="BEGIN, END, FAIL"

0 commit comments

Comments
 (0)