File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -29,14 +29,14 @@ jobs:
2929 device : gpu
3030 interface : acc
3131 build_script : " bash .github/workflows/frontier/build.sh gpu acc bench"
32- # - cluster: frontier
33- # name: Oak Ridge | Frontier (CCE)
34- # group: phoenix
35- # labels: frontier
36- # flag: f
37- # device: gpu
38- # interface: omp
39- # build_script: "bash .github/workflows/frontier/build.sh gpu omp bench"
32+ - cluster : frontier
33+ name : Oak Ridge | Frontier (CCE)
34+ group : phoenix
35+ labels : frontier
36+ flag : f
37+ device : gpu
38+ interface : omp
39+ build_script : " bash .github/workflows/frontier/build.sh gpu omp bench"
4040 runs-on :
4141 group : ${{ matrix.group }}
4242 labels : ${{ matrix.labels }}
6969 wait %1
7070
7171 - name : Bench (Master)
72- run : bash master/.github/scripts/run_parallel_benchmarks.sh ${{ matrix.device }} ${{ matrix.cluster }}
72+ run : bash master/.github/scripts/run_parallel_benchmarks.sh ${{ matrix.device }} ${{ matrix.interface }} ${{ matrix. cluster }}
7373
7474 - name : Print Logs
7575 if : always()
You can’t perform that action at this time.
0 commit comments