We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a42cb1 commit daa070cCopy full SHA for daa070c
.github/workflows/perlmutter-no-cache.yaml
@@ -20,8 +20,8 @@ jobs:
20
env:
21
PDC_BUILD_PATH: "${{ github.workspace }}/build"
22
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"
+ SCHEDULER_PARAMETERS: "-A ${{ vars.PDC_PROJECT }} --qos=debug --constraint=cpu --tasks-per-node=64 -N 1 -t 00:30:00"
+ MERCURY_DIR: "/global/cfs/cdirs/${{ vars.PDC_PROJECT }}/pdc-perlmutter/mercury/install"
25
steps:
26
- uses: actions/[email protected]
27
with:
0 commit comments