File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -31,16 +31,17 @@ jobs:
3131 echo "MERCURY_DIR = $MERCURY_DIR"
3232 module load libfabric
3333 module list
34- mkdir -p ${PDC_BUILD_PATH}/build
34+ mkdir -p ${PDC_BUILD_PATH}/build ${PDC_BUILD_PATH}/install
3535 cd ${PDC_BUILD_PATH}/build
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 ${{ secrets.NERSC_PERLMUTTER_PROJECT }} --qos=debug --constraint=cpu --tasks-per-node=64"
36+ cmake ../.. -DBUILD_MPI_TESTING=ON -DBUILD_SHARED_LIBS=ON -DPDC_SERVER_CACHE=OFF -DBUILD_TESTING=ON -DCMAKE_INSTALL_PREFIX=${PDC_BUILD_PATH}/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"
3737 make -j
38383939 if : success()
4040 with :
4141 name : " ${{ github.job }}"
4242 path : |
4343 ${{ github.workspace }}/${{ github.run_id }}/build
44+ ${{ github.workspace }}/${{ github.run_id }}/install
4445
4546 parallel-pdc :
4647 needs :
6162 ${{ github.workspace }}/${{ github.run_id }}
6263 - run : |
6364 export LD_LIBRARY_PATH="$MERCURY_DIR/lib:$LD_LIBRARY_PATH"
64- cd ${PDC_BUILD_PATH}/build
65+ cd ${PDC_BUILD_PATH}/install
6566 ctest -L parallel_pdc
6667 rm -rf ${PDC_TMPDIR} ${PDC_DATA_LOC}
6768
You can’t perform that action at this time.
0 commit comments