Skip to content

Commit

Permalink
add dynamic dry runs on ruby and fugaku
Browse files Browse the repository at this point in the history
  • Loading branch information
slabasan committed Jan 31, 2025
1 parent a59b855 commit 25ae372
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ jobs:
--unsigned \
--update-index ci-buildcache \
$(spack find --format '/{hash}')
dryrunexperiments:
runs-on: ubuntu-22.04
steps:
Expand Down Expand Up @@ -808,3 +809,21 @@ jobs:
benchmark_spec: stream caliper=mpi,time
system_name: tioga
system_spec: llnl-elcapitan rocm=5.5.1 compiler=cce

- name: salmon ruby llnl-cluster cluster=ruby compiler=intel
uses: ./.github/actions/dynamic-dry-run
with:
benchmark_name: salmon-tddft
benchmark_mode: mpi
benchmark_spec: salmon-tddft
system_name: ruby
system_spec: llnl-cluster cluster=ruby compiler=intel

- name: salmon fugaku riken-fugaku
uses: ./.github/actions/dynamic-dry-run
with:
benchmark_name: salmon-tddft
benchmark_mode: mpi
benchmark_spec: salmon-tddft
system_name: fugaku
system_spec: riken-fugaku

0 comments on commit 25ae372

Please sign in to comment.