Skip to content

Commit 8a42cb1

Browse files
committed
update CI
1 parent 97c1623 commit 8a42cb1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,14 @@ jobs:
2020
env:
2121
PDC_BUILD_PATH: "${{ github.workspace }}/build"
2222
PDC_INSTALL_PATH: "${{ github.workspace }}/install"
23-
SCHEDULER_PARAMETERS: "-A ${PDC_PROJECT} --qos=debug --constraint=cpu --tasks-per-node=64 -N 1 -t 00:30:00"
24-
MERCURY_DIR: "/global/cfs/cdirs/${PDC_PROJECT}/pdc-perlmutter/mercury/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"
2525
steps:
2626
- uses: actions/[email protected]
2727
with:
2828
fetch-depth: 20
2929
lfs: true
3030
- run: |
31-
echo "PDC_PROJECT = $PDC_PROJECT"
32-
echo "MERCURY_DIR = $MERCURY_DIR"
3331
module load libfabric
3432
module list
3533
mkdir -p ${PDC_BUILD_PATH}/perlmutter/no-cache

0 commit comments

Comments
 (0)