We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92e751f commit f528e23Copy full SHA for f528e23
1 file changed
.github/workflows/test.yml
@@ -234,6 +234,9 @@ jobs:
234
# submit-slurm-job.sh can detect and cancel stale SLURM jobs on retry.
235
clean: false
236
237
+ - name: Clean stale output files
238
+ run: rm -f *.out
239
+
240
- name: Build (login node)
241
if: matrix.cluster != 'phoenix'
242
timeout-minutes: 60
@@ -317,6 +320,9 @@ jobs:
317
320
with:
318
321
319
322
323
324
325
326
- name: Pre-Build (SLURM)
327
if: matrix.cluster == 'phoenix'
328
run: bash .github/scripts/submit-slurm-job.sh .github/scripts/prebuild-case-optimization.sh cpu ${{ matrix.interface }} ${{ matrix.cluster }}
0 commit comments