We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d57af8 commit 0a5b99aCopy full SHA for 0a5b99a
2 files changed
toolchain/templates/frontier.mako
@@ -17,8 +17,12 @@
17
% if account:
18
#SBATCH --account=${account}
19
% endif
20
-#SBATCH --partition=batch
21
-#SBATCH --qos=hackathon
+% if partition:
+#SBATCH --partition=${partition}
22
+% endif
23
+% if quality_of_service:
24
+#SBATCH --qos=${quality_of_service}
25
26
% if email:
27
#SBATCH --mail-user=${email}
28
#SBATCH --mail-type="BEGIN, END, FAIL"
toolchain/templates/frontier_amd.mako
0 commit comments