Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanbez committed Dec 11, 2024
1 parent 3a4d609 commit 49fb42b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/perlmutter-no-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ jobs:
cmake .. -DBUILD_MPI_TESTING=ON -DBUILD_SHARED_LIBS=ON -DPDC_SERVER_CACHE=OFF -DBUILD_TESTING=ON -DCMAKE_INSTALL_PREFIX=$(realpath ..)/install -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"
make -j
make install
- uses: actions/[email protected]
if: success()
with:
name: "no-cache"
path: |
${{ github.workspace }}/build
${{ github.workspace }}/install
parallel-pdc:
needs:
Expand Down Expand Up @@ -64,7 +71,8 @@ jobs:
- run: |
export LD_LIBRARY_PATH="$MERCURY_DIR/lib:$LD_LIBRARY_PATH"
cd ${{ github.workspace }}/no-cache/build
salloc SCHEDULER_PARAMETERS
salloc $SCHEDULER_PARAMETERS
ctest -L parallel_obj
exit
rm -rf ${PDC_TMPDIR} ${PDC_DATA_LOC}

0 comments on commit 49fb42b

Please sign in to comment.