Skip to content

Commit 20300d0

Browse files
committed
update CI
1 parent 7e1b997 commit 20300d0

File tree

1 file changed

+0
-94
lines changed

1 file changed

+0
-94
lines changed

.github/workflows/perlmutter-no-cache.yaml

Lines changed: 0 additions & 94 deletions
Original file line numberDiff line numberDiff line change
@@ -90,97 +90,3 @@ jobs:
9090
ctest -L parallel_obj
9191
rm -rf ${PDC_TMPDIR} ${PDC_DATA_LOC}
9292
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-
- uses: actions/[email protected]
103-
with:
104-
fetch-depth: 20
105-
lfs: true
106-
- uses: actions/[email protected]
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-
- uses: actions/[email protected]
127-
with:
128-
fetch-depth: 20
129-
lfs: true
130-
- uses: actions/[email protected]
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-
- uses: actions/[email protected]
151-
with:
152-
fetch-depth: 20
153-
lfs: true
154-
- uses: actions/[email protected]
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-
- uses: actions/[email protected]
175-
with:
176-
fetch-depth: 20
177-
lfs: true
178-
- uses: actions/[email protected]
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

Comments
 (0)