File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ concurrency:
9
9
env :
10
10
GOOGLE_CREDENTIALS : " ${{ secrets.GOOGLE_CREDENTIALS }}"
11
11
GOOGLE_SPREADSHEET_ID : " ${{ secrets.GOOGLE_SPREADSHEET_ID }}"
12
- PDC_BUILD_PATH : " ${{ github.workspace }}/${{ github.run_id }}/build "
12
+ PDC_BUILD_PATH : " ${{ github.workspace }}/${{ github.run_id }}"
13
13
PDC_INSTALL_PATH : " ${{ github.workspace }}/${{ github.run_id }}/install"
14
14
PDC_TMPDIR : " ${{ github.workspace }}/${{ github.run_id }}/pdc-tmp-paralell-pdc"
15
15
PDC_DATA_LOC : " ${{ github.workspace }}/${{ github.run_id }}/pdc-data-paralell-pdc"
32
32
echo "MERCURY_DIR = $MERCURY_DIR"
33
33
module load libfabric
34
34
module list
35
- mkdir -p ${PDC_BUILD_PATH}/no-cache
36
- cd ${PDC_BUILD_PATH}/no-cache
35
+ mkdir -p ${PDC_BUILD_PATH}/no-cache/build
36
+ cd ${PDC_BUILD_PATH}/no-cache/build
37
37
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" -DCMAKE_INSTALL_PREFIX=${PDC_INSTALL_PATH}
38
38
make -j
39
39
make install
You can’t perform that action at this time.
0 commit comments