Skip to content

Commit 0668fed

Browse files
committed
forks look nicer now i think
1 parent 2e1eb87 commit 0668fed

File tree

1 file changed

+25
-8
lines changed

1 file changed

+25
-8
lines changed

.github/workflows/test.yml

Lines changed: 25 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -93,23 +93,40 @@ jobs:
9393
OPT2: ${{ matrix.debug == 'debug' && '-% 20' || '' }}
9494

9595
self:
96-
name: "${{ matrix.lbl == 'gt' && 'Georgia Tech | Phoenix' || 'Oak Ridge | Frontier' }} (${{ matrix.device }}${{ matrix.interface != 'none' && format('-{0}', matrix.interface) || '' }})"
96+
name: "${{ matrix.cluster_name }} (${{ matrix.device }}${{ matrix.interface != 'none' && format('-{0}', matrix.interface) || '' }})"
9797
if: github.repository == 'MFlowCode/MFC' && needs.file-changes.outputs.checkall == 'true'
9898
needs: file-changes
9999
continue-on-error: false
100100
timeout-minutes: 480
101101
strategy:
102102
matrix:
103-
device: ['gpu']
104-
interface: ['acc', 'omp']
105-
lbl: ['gt', 'frontier']
106103
include:
107-
- device: 'cpu'
104+
# Phoenix (GT)
105+
- lbl: 'gt'
106+
cluster_name: 'Georgia Tech | Phoenix'
107+
device: 'gpu'
108+
interface: 'acc'
109+
- lbl: 'gt'
110+
cluster_name: 'Georgia Tech | Phoenix'
111+
device: 'gpu'
112+
interface: 'omp'
113+
- lbl: 'gt'
114+
cluster_name: 'Georgia Tech | Phoenix'
115+
device: 'cpu'
108116
interface: 'none'
109-
lbl: 'gt'
110-
- device: 'cpu'
117+
# Frontier (ORNL)
118+
- lbl: 'frontier'
119+
cluster_name: 'Oak Ridge | Frontier'
120+
device: 'gpu'
121+
interface: 'acc'
122+
- lbl: 'frontier'
123+
cluster_name: 'Oak Ridge | Frontier'
124+
device: 'gpu'
125+
interface: 'omp'
126+
- lbl: 'frontier'
127+
cluster_name: 'Oak Ridge | Frontier'
128+
device: 'cpu'
111129
interface: 'none'
112-
lbl: 'frontier'
113130
runs-on:
114131
group: phoenix
115132
labels: ${{ matrix.lbl }}

0 commit comments

Comments
 (0)