Skip to content

Commit 9951591

Browse files
committed
update CI
1 parent 3881f05 commit 9951591

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ jobs:
5151
environment: NERSC
5252
timeout-minutes: 2880
5353
env:
54-
PDC_BUILD_PATH: "${{ github.workspace }}/build"
55-
PDC_INSTALL_PATH: "${{ github.workspace }}/install"
54+
PDC_BUILD_PATH: "${{ github.workspace }}/${{ github.run_id }}/build"
55+
PDC_INSTALL_PATH: "${{ github.workspace }}/${{ github.run_id }}/install"
5656
SCHEDULER_PARAMETERS: "-A ${{ secrets.NERSC_PERLMUTTER_PROJECT }} --qos=debug --constraint=cpu --tasks-per-node=64 -N 1 -t 00:30:00"
5757
MERCURY_DIR: "/global/cfs/cdirs/${{ secrets.NERSC_PERLMUTTER_PROJECT }}/pdc-perlmutter/mercury/install"
58-
PDC_TMPDIR: "${PDC_BUILD_PATH}/no-cache/pdc-tmp-paralell-pdc"
59-
PDC_DATA_LOC: "${PDC_BUILD_PATH}/no-cache/pdc-data-paralell-pdc"
58+
PDC_TMPDIR: "${{ github.workspace }}/${{ github.run_id }}/pdc-tmp-paralell-pdc"
59+
PDC_DATA_LOC: "${{ github.workspace }}/${{ github.run_id }}/pdc-data-paralell-pdc"
6060
steps:
6161
- uses: actions/[email protected]
6262
with:
@@ -65,7 +65,7 @@ jobs:
6565
- uses: actions/[email protected]
6666
- run: |
6767
export LD_LIBRARY_PATH="$MERCURY_DIR/lib:$LD_LIBRARY_PATH"
68-
cd ${PDC_BUILD_PATH}/perlmutter/no-cache
68+
cd ${PDC_BUILD_PATH}/no-cache
6969
ctest -L parallel_pdc
7070
rm -rf ${PDC_TMPDIR} ${PDC_DATA_LOC}
7171

0 commit comments

Comments
 (0)