Skip to content

Commit dcc1602

Browse files
committed
update CI
1 parent 388fe8e commit dcc1602

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

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

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,14 @@ jobs:
2828
with:
2929
fetch-depth: 20
3030
lfs: true
31-
- run: module load libfabric
32-
- run: module list
33-
- run: mkdir -p ${PDC_BUILD_PATH}/perlmutter/no-cache
34-
- run: cd ${PDC_BUILD_PATH}/perlmutter/no-cache
35-
- run: cmake ../../.. -DBUILD_MPI_TESTING=ON -DBUILD_SHARED_LIBS=ON -DPDC_SERVER_CACHE=OFF -DBUILD_TESTING=ON -DCMAKE_INSTALL_PREFIX=$PDC_DIR -DPDC_ENABLE_MPI=ON -DMERCURY_DIR=$MERCURY_DIR -DCMAKE_C_COMPILER=cc -DMPI_RUN_CMD="srun -A ${PDC_PROJECT} --qos=debug --constraint=cpu --tasks-per-node=64" -DCMAKE_INSTALL_PREFIX=${PDC_INSTALL_PATH}/perlmutter/no-cache
36-
- run: make -j
37-
- run: make install
31+
- run: |
32+
module load libfabric
33+
module list
34+
mkdir -p ${PDC_BUILD_PATH}/perlmutter/no-cache
35+
cd ${PDC_BUILD_PATH}/perlmutter/no-cache
36+
cmake ../../.. -DBUILD_MPI_TESTING=ON -DBUILD_SHARED_LIBS=ON -DPDC_SERVER_CACHE=OFF -DBUILD_TESTING=ON -DCMAKE_INSTALL_PREFIX=$PDC_DIR -DPDC_ENABLE_MPI=ON -DMERCURY_DIR=$MERCURY_DIR -DCMAKE_C_COMPILER=cc -DMPI_RUN_CMD="srun -A ${PDC_PROJECT} --qos=debug --constraint=cpu --tasks-per-node=64" -DCMAKE_INSTALL_PREFIX=${PDC_INSTALL_PATH}/perlmutter/no-cache
37+
make -j
38+
make install
3839
- uses: actions/[email protected]
3940
if: success()
4041
with:

0 commit comments

Comments
 (0)