Skip to content

Commit 9626e6c

Browse files
authored
Configure Frontier cluster with OpenMP interface
Added a new configuration for the Frontier cluster with OpenMP interface and updated the benchmark script call to include the interface parameter.
1 parent d15c914 commit 9626e6c

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 }}
@@ -69,7 +69,7 @@ jobs:
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()

0 commit comments

Comments
 (0)