File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,15 +27,15 @@ jobs:
27
27
steps :
28
28
- uses : actions/checkout@v4.1.0
29
29
with :
30
- path : ${PDC_PATH }
30
+ path : ${{ github.run_id } }
31
31
- run : |
32
- echo "MERCURY_DIR = $MERCURY_DIR"
33
32
module load libfabric
34
33
module list
35
34
mkdir -p ${PDC_BUILD_PATH} ${PDC_INSTALL_PATH}
36
35
cd ${PDC_BUILD_PATH}
37
36
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"
38
37
make -j
38
+ make install
39
39
- uses : actions/upload-artifact@v4.1.0
40
40
if : success()
41
41
with :
You can’t perform that action at this time.
0 commit comments