|
90 | 90 | ctest -L parallel_obj
|
91 | 91 | rm -rf ${PDC_TMPDIR} ${PDC_DATA_LOC}
|
92 | 92 |
|
93 |
| - parallel-cont: |
94 |
| - needs: |
95 |
| - - build |
96 |
| - - parallel-pdc |
97 |
| - runs-on: |
98 |
| - - self-hosted |
99 |
| - - perlmutter |
100 |
| - environment: NERSC |
101 |
| - timeout-minutes: 2880 |
102 |
| - |
103 |
| - with: |
104 |
| - fetch-depth: 20 |
105 |
| - lfs: true |
106 |
| - |
107 |
| - with: |
108 |
| - path: | |
109 |
| - ${{ github.workspace }}/${{ github.run_id }} |
110 |
| - - run: | |
111 |
| - export LD_LIBRARY_PATH="$MERCURY_DIR/lib:$LD_LIBRARY_PATH" |
112 |
| - cd ${PDC_BUILD_PATH}/no-cache |
113 |
| - ctest -L parallel_cont |
114 |
| - rm -rf ${PDC_TMPDIR} ${PDC_DATA_LOC} |
115 |
| -
|
116 |
| - parallel-prop: |
117 |
| - needs: |
118 |
| - - build |
119 |
| - - parallel-pdc |
120 |
| - runs-on: |
121 |
| - - self-hosted |
122 |
| - - perlmutter |
123 |
| - environment: NERSC |
124 |
| - timeout-minutes: 2880 |
125 |
| - steps: |
126 |
| - |
127 |
| - with: |
128 |
| - fetch-depth: 20 |
129 |
| - lfs: true |
130 |
| - |
131 |
| - with: |
132 |
| - path: | |
133 |
| - ${{ github.workspace }}/${{ github.run_id }} |
134 |
| - - run: | |
135 |
| - export LD_LIBRARY_PATH="$MERCURY_DIR/lib:$LD_LIBRARY_PATH" |
136 |
| - cd ${PDC_BUILD_PATH}/no-cache |
137 |
| - ctest -L parallel_prop |
138 |
| - rm -rf ${PDC_TMPDIR} ${PDC_DATA_LOC} |
139 |
| -
|
140 |
| - parallel-region: |
141 |
| - needs: |
142 |
| - - build |
143 |
| - - parallel-pdc |
144 |
| - runs-on: |
145 |
| - - self-hosted |
146 |
| - - perlmutter |
147 |
| - environment: NERSC |
148 |
| - timeout-minutes: 2880 |
149 |
| - steps: |
150 |
| - |
151 |
| - with: |
152 |
| - fetch-depth: 20 |
153 |
| - lfs: true |
154 |
| - |
155 |
| - with: |
156 |
| - path: | |
157 |
| - ${{ github.workspace }}/${{ github.run_id }} |
158 |
| - - run: | |
159 |
| - export LD_LIBRARY_PATH="$MERCURY_DIR/lib:$LD_LIBRARY_PATH" |
160 |
| - cd ${PDC_BUILD_PATH}/no-cache |
161 |
| - ctest -L parallel_region_transfer |
162 |
| - rm -rf ${PDC_TMPDIR} ${PDC_DATA_LOC} |
163 |
| -
|
164 |
| - parallel-region-all: |
165 |
| - needs: |
166 |
| - - build |
167 |
| - - parallel-pdc |
168 |
| - runs-on: |
169 |
| - - self-hosted |
170 |
| - - perlmutter |
171 |
| - environment: NERSC |
172 |
| - timeout-minutes: 2880 |
173 |
| - steps: |
174 |
| - |
175 |
| - with: |
176 |
| - fetch-depth: 20 |
177 |
| - lfs: true |
178 |
| - |
179 |
| - with: |
180 |
| - path: | |
181 |
| - ${{ github.workspace }}/${{ github.run_id }} |
182 |
| - - run: | |
183 |
| - export LD_LIBRARY_PATH="$MERCURY_DIR/lib:$LD_LIBRARY_PATH" |
184 |
| - cd ${PDC_BUILD_PATH}/no-cache |
185 |
| - ctest -L parallel_region_transfer_all |
186 |
| - rm -rf ${PDC_TMPDIR} ${PDC_DATA_LOC} |
0 commit comments