Skip to content

Commit 99acfcb

Browse files
committed
update CI
1 parent f2b558e commit 99acfcb

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
@@ -27,15 +27,15 @@ jobs:
2727
steps:
2828
- uses: actions/[email protected]
2929
with:
30-
path: ${PDC_PATH}
30+
path: ${{ github.run_id }}
3131
- run: |
32-
echo "MERCURY_DIR = $MERCURY_DIR"
3332
module load libfabric
3433
module list
3534
mkdir -p ${PDC_BUILD_PATH} ${PDC_INSTALL_PATH}
3635
cd ${PDC_BUILD_PATH}
3736
cmake ../.. -DBUILD_MPI_TESTING=ON -DBUILD_SHARED_LIBS=ON -DPDC_SERVER_CACHE=OFF -DBUILD_TESTING=ON -DCMAKE_INSTALL_PREFIX=${PDC_INSTALL_PATH} -DPDC_ENABLE_MPI=ON -DMERCURY_DIR=$MERCURY_DIR -DCMAKE_C_COMPILER=cc -DMPI_RUN_CMD="srun -A ${{ secrets.NERSC_PERLMUTTER_PROJECT }} --qos=debug --constraint=cpu --tasks-per-node=64"
3837
make -j
38+
make install
3939
- uses: actions/[email protected]
4040
if: success()
4141
with:

0 commit comments

Comments
 (0)