Skip to content

Commit 8db8807

Browse files
sbryngelsonclaude
andcommitted
Re-enable Phoenix NVHPC and Frontier AMD in CI workflows
Restore all runners that were temporarily disabled to speed up initial CI validation of the CCE fix. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent ac28127 commit 8db8807

2 files changed

Lines changed: 73 additions & 5 deletions

File tree

.github/workflows/bench.yml

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,30 @@ jobs:
3737
fail-fast: false
3838
matrix:
3939
include:
40-
# Phoenix (NVHPC) — TEMPORARILY DISABLED (QOS job limit / pre-existing SLURM failures)
40+
- cluster: phoenix
41+
name: Georgia Tech | Phoenix (NVHPC)
42+
group: phoenix
43+
labels: gt
44+
flag: p
45+
device: cpu
46+
interface: none
47+
build_script: ""
48+
- cluster: phoenix
49+
name: Georgia Tech | Phoenix (NVHPC)
50+
group: phoenix
51+
labels: gt
52+
flag: p
53+
device: gpu
54+
interface: acc
55+
build_script: ""
56+
- cluster: phoenix
57+
name: Georgia Tech | Phoenix (NVHPC)
58+
group: phoenix
59+
labels: gt
60+
flag: p
61+
device: gpu
62+
interface: omp
63+
build_script: ""
4164
- cluster: frontier
4265
name: Oak Ridge | Frontier (CCE)
4366
group: phoenix

.github/workflows/test.yml

Lines changed: 49 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,22 @@ jobs:
170170
strategy:
171171
matrix:
172172
include:
173-
# Phoenix (GT) — TEMPORARILY DISABLED (pre-existing SLURM/Case Opt failures)
173+
# Phoenix (GT) — build+test combined in SLURM job
174+
- runner: 'gt'
175+
cluster: 'phoenix'
176+
cluster_name: 'Georgia Tech | Phoenix'
177+
device: 'gpu'
178+
interface: 'acc'
179+
- runner: 'gt'
180+
cluster: 'phoenix'
181+
cluster_name: 'Georgia Tech | Phoenix'
182+
device: 'gpu'
183+
interface: 'omp'
184+
- runner: 'gt'
185+
cluster: 'phoenix'
186+
cluster_name: 'Georgia Tech | Phoenix'
187+
device: 'cpu'
188+
interface: 'none'
174189
# Frontier (ORNL) — build on login node, GPU tests sharded for batch partition
175190
- runner: 'frontier'
176191
cluster: 'frontier'
@@ -201,7 +216,24 @@ jobs:
201216
cluster_name: 'Oak Ridge | Frontier'
202217
device: 'cpu'
203218
interface: 'none'
204-
# Frontier AMD — TEMPORARILY DISABLED (pre-existing failures unrelated to CCE fix)
219+
# Frontier AMD — build on login node, GPU tests sharded for batch partition
220+
- runner: 'frontier'
221+
cluster: 'frontier_amd'
222+
cluster_name: 'Oak Ridge | Frontier (AMD)'
223+
device: 'gpu'
224+
interface: 'omp'
225+
shard: '1/2'
226+
- runner: 'frontier'
227+
cluster: 'frontier_amd'
228+
cluster_name: 'Oak Ridge | Frontier (AMD)'
229+
device: 'gpu'
230+
interface: 'omp'
231+
shard: '2/2'
232+
- runner: 'frontier'
233+
cluster: 'frontier_amd'
234+
cluster_name: 'Oak Ridge | Frontier (AMD)'
235+
device: 'cpu'
236+
interface: 'none'
205237
runs-on:
206238
group: phoenix
207239
labels: ${{ matrix.runner }}
@@ -257,8 +289,16 @@ jobs:
257289
strategy:
258290
matrix:
259291
include:
260-
# Phoenix (GT) — TEMPORARILY DISABLED (pre-existing SLURM/Case Opt failures)
261-
# Frontier AMD — TEMPORARILY DISABLED (pre-existing failures unrelated to CCE fix)
292+
- runner: 'gt'
293+
cluster: 'phoenix'
294+
cluster_name: 'Georgia Tech | Phoenix'
295+
device: 'gpu'
296+
interface: 'acc'
297+
- runner: 'gt'
298+
cluster: 'phoenix'
299+
cluster_name: 'Georgia Tech | Phoenix'
300+
device: 'gpu'
301+
interface: 'omp'
262302
- runner: 'frontier'
263303
cluster: 'frontier'
264304
cluster_name: 'Oak Ridge | Frontier'
@@ -269,6 +309,11 @@ jobs:
269309
cluster_name: 'Oak Ridge | Frontier'
270310
device: 'gpu'
271311
interface: 'omp'
312+
- runner: 'frontier'
313+
cluster: 'frontier_amd'
314+
cluster_name: 'Oak Ridge | Frontier (AMD)'
315+
device: 'gpu'
316+
interface: 'omp'
272317
runs-on:
273318
group: phoenix
274319
labels: ${{ matrix.runner }}

0 commit comments

Comments
 (0)