Skip to content

Commit

Permalink
Update run.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rfhaque authored Jan 24, 2025
1 parent efd50a1 commit 6e412a8
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,8 @@ jobs:
run: |
pip install -r ./requirements.txt
- uses: ./.github/actions/dynamic-dry-run
- name: saxpy
uses: ./.github/actions/dynamic-dry-run
with:
benchmark_name: saxpy
benchmark_mode: openmp
Expand All @@ -739,15 +740,17 @@ jobs:
system_spec: llnl-cluster cluster=ruby compiler=intel
name_suffix: intel compiler

- uses: ./.github/actions/dynamic-dry-run
- name: saxpy
uses: ./.github/actions/dynamic-dry-run
with:
benchmark_name: saxpy
benchmark_mode: openmp
benchmark_spec: saxpy+openmp
system_name: dane
system_spec: llnl-cluster cluster=dane

- uses: ./.github/actions/dynamic-dry-run
- name: saxpy
uses: ./.github/actions/dynamic-dry-run
with:
benchmark_name: saxpy
benchmark_mode: openmp
Expand Down

0 comments on commit 6e412a8

Please sign in to comment.