We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cab026e commit e9a5a93Copy full SHA for e9a5a93
.github/workflows/bench.yml
@@ -62,6 +62,14 @@ jobs:
62
device: gpu
63
interface: acc
64
build_script: "bash .github/workflows/frontier/build.sh gpu acc bench"
65
+ - cluster: frontier
66
+ name: Oak Ridge | Frontier (CCE)
67
+ group: phoenix
68
+ labels: frontier
69
+ flag: f
70
+ device: gpu
71
+ interface: omp
72
+ build_script: "bash .github/workflows/frontier/build.sh gpu omp bench"
73
runs-on:
74
group: ${{ matrix.group }}
75
labels: ${{ matrix.labels }}
.github/workflows/test.yml
@@ -111,10 +111,6 @@ jobs:
111
- device: 'cpu'
112
interface: 'none'
113
lbl: 'frontier'
114
- exclude:
115
- - device: 'gpu'
116
- interface: 'omp'
117
- lbl: 'frontier'
118
119
group: phoenix
120
labels: ${{ matrix.lbl }}
0 commit comments