File tree Expand file tree Collapse file tree 1 file changed +25
-8
lines changed
Expand file tree Collapse file tree 1 file changed +25
-8
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments