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 20300d0 commit 953fa62Copy full SHA for 953fa62
.github/workflows/perlmutter-no-cache.yaml
@@ -17,7 +17,7 @@ env:
17
MERCURY_DIR: "/global/cfs/cdirs/${{ secrets.NERSC_PERLMUTTER_PROJECT }}/pdc-perlmutter/mercury/install"
18
19
jobs:
20
- build:
+ no-cache:
21
runs-on:
22
- self-hosted
23
- perlmutter
@@ -62,7 +62,7 @@ jobs:
62
${{ github.workspace }}/${{ github.run_id }}
63
- run: |
64
export LD_LIBRARY_PATH="$MERCURY_DIR/lib:$LD_LIBRARY_PATH"
65
- cd ${PDC_BUILD_PATH}/no-cache
+ cd ${PDC_BUILD_PATH}/no-cache/build
66
ctest -L parallel_pdc
67
rm -rf ${PDC_TMPDIR} ${PDC_DATA_LOC}
68
0 commit comments