Skip to content

Commit daa070c

Browse files
committed
update CI
1 parent 8a42cb1 commit daa070c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/perlmutter-no-cache.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
env:
2121
PDC_BUILD_PATH: "${{ github.workspace }}/build"
2222
PDC_INSTALL_PATH: "${{ github.workspace }}/install"
23-
SCHEDULER_PARAMETERS: "-A ${{ env.PDC_PROJECT }} --qos=debug --constraint=cpu --tasks-per-node=64 -N 1 -t 00:30:00"
24-
MERCURY_DIR: "/global/cfs/cdirs/${{ env.PDC_PROJECT }}/pdc-perlmutter/mercury/install"
23+
SCHEDULER_PARAMETERS: "-A ${{ vars.PDC_PROJECT }} --qos=debug --constraint=cpu --tasks-per-node=64 -N 1 -t 00:30:00"
24+
MERCURY_DIR: "/global/cfs/cdirs/${{ vars.PDC_PROJECT }}/pdc-perlmutter/mercury/install"
2525
steps:
2626
- uses: actions/[email protected]
2727
with:

0 commit comments

Comments
 (0)