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 17
17
MERCURY_DIR : " /global/cfs/cdirs/${{ secrets.NERSC_PERLMUTTER_PROJECT }}/pdc-perlmutter/mercury/install"
18
18
19
19
jobs :
20
- no-cache :
20
+ build :
21
21
runs-on :
22
22
- self-hosted
23
23
- perlmutter
47
47
48
48
parallel-pdc :
49
49
needs :
50
- - no-cache
50
+ - build
51
51
runs-on :
52
52
- self-hosted
53
53
- perlmutter
@@ -64,13 +64,13 @@ jobs:
64
64
${{ github.workspace }}/${{ github.run_id }}
65
65
- run : |
66
66
export LD_LIBRARY_PATH="$MERCURY_DIR/lib:$LD_LIBRARY_PATH"
67
- cd ${PDC_BUILD_PATH}/build
67
+ cd ${PDC_BUILD_PATH}
68
68
ctest -L parallel_pdc
69
69
rm -rf ${PDC_TMPDIR} ${PDC_DATA_LOC}
70
70
71
71
parallel-obj :
72
72
needs :
73
- - no-cache
73
+ - build
74
74
- parallel-pdc
75
75
runs-on :
76
76
- self-hosted
88
88
${{ github.workspace }}/${{ github.run_id }}
89
89
- run : |
90
90
export LD_LIBRARY_PATH="$MERCURY_DIR/lib:$LD_LIBRARY_PATH"
91
- cd ${PDC_BUILD_PATH}/build
91
+ cd ${PDC_BUILD_PATH}
92
92
ctest -L parallel_obj
93
93
rm -rf ${PDC_TMPDIR} ${PDC_DATA_LOC}
94
94
You can’t perform that action at this time.
0 commit comments