Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding openmp dryruns for hpl #583

Merged
merged 28 commits into from
Jan 30, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -758,6 +758,33 @@ jobs:
system_name: lassen
system_spec: llnl-sierra cuda=11-8-0 compiler=clang-ibm blas=essl

- name: hpl/openmp caliper=mpi,time tioga llnl-elcapitan rocm=5.5.1 compiler=cce +gtl blas=intel-oneapi-mkl
uses: ./.github/actions/dynamic-dry-run
with:
benchmark_name: hpl
benchmark_mode: openmp
benchmark_spec: hpl+openmp caliper=mpi,time
system_name: tioga
system_spec: llnl-elcapitan rocm=5.5.1 compiler=cce +gtl blas=intel-oneapi-mkl

- name: hpl/openmp caliper=mpi,time ruby llnl-cluster cluster=ruby compiler=gcc
uses: ./.github/actions/dynamic-dry-run
with:
benchmark_name: hpl
benchmark_mode: openmp
benchmark_spec: hpl+openmp caliper=mpi,time
system_name: ruby
system_spec: llnl-cluster cluster=ruby compiler=gcc

- name: hpl/openmp caliper=mpi,time lassen llnl-sierra cuda=11-8-0 compiler=clang-ibm blas=essl
uses: ./.github/actions/dynamic-dry-run
with:
benchmark_name: hpl
benchmark_mode: openmp
benchmark_spec: hpl+openmp caliper=mpi,time
system_name: lassen
system_spec: llnl-sierra cuda=11-8-0 compiler=clang-ibm blas=essl

- name: stream/mpi caliper=mpi,time ruby llnl-cluster cluster=ruby
uses: ./.github/actions/dynamic-dry-run
with:
Expand Down