Skip to content

Commit d15c914

Browse files
authored
Update bench-frontier.yml for cluster and checkout
Comment out the Frontier cluster configuration and change checkout reference to master.
1 parent eebe250 commit d15c914

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/bench-frontier.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff 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 }}
@@ -55,7 +55,7 @@ jobs:
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

0 commit comments

Comments
 (0)