File tree 1 file changed +5
-5
lines changed 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -51,12 +51,12 @@ jobs:
51
51
environment : NERSC
52
52
timeout-minutes : 2880
53
53
env :
54
- PDC_BUILD_PATH : " ${{ github.workspace }}/build"
55
- PDC_INSTALL_PATH : " ${{ github.workspace }}/install"
54
+ PDC_BUILD_PATH : " ${{ github.workspace }}/${{ github.run_id }}/ build"
55
+ PDC_INSTALL_PATH : " ${{ github.workspace }}/${{ github.run_id }}/ install"
56
56
SCHEDULER_PARAMETERS : " -A ${{ secrets.NERSC_PERLMUTTER_PROJECT }} --qos=debug --constraint=cpu --tasks-per-node=64 -N 1 -t 00:30:00"
57
57
MERCURY_DIR : " /global/cfs/cdirs/${{ secrets.NERSC_PERLMUTTER_PROJECT }}/pdc-perlmutter/mercury/install"
58
- PDC_TMPDIR : " ${PDC_BUILD_PATH}/no-cache /pdc-tmp-paralell-pdc"
59
- PDC_DATA_LOC : " ${PDC_BUILD_PATH}/no-cache /pdc-data-paralell-pdc"
58
+ PDC_TMPDIR : " ${{ github.workspace }}/${{ github.run_id }} /pdc-tmp-paralell-pdc"
59
+ PDC_DATA_LOC : " ${{ github.workspace }}/${{ github.run_id }} /pdc-data-paralell-pdc"
60
60
steps :
61
61
62
62
with :
65
65
66
66
- run : |
67
67
export LD_LIBRARY_PATH="$MERCURY_DIR/lib:$LD_LIBRARY_PATH"
68
- cd ${PDC_BUILD_PATH}/perlmutter/ no-cache
68
+ cd ${PDC_BUILD_PATH}/no-cache
69
69
ctest -L parallel_pdc
70
70
rm -rf ${PDC_TMPDIR} ${PDC_DATA_LOC}
71
71
You can’t perform that action at this time.
0 commit comments