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