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 }}
5555 uses : actions/checkout@v4
5656 with :
5757 repository : MFlowCode/MFC
58- ref : ${{ env.BENCH_TAG }}
58+ ref : master
5959 path : master
6060
6161 - name : Checkout PR repo
You can’t perform that action at this time.
0 commit comments