Skip to content

Commit

Permalink
Adding more dryrun tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pearce8 committed Jun 6, 2024
1 parent fd74645 commit 27c28fe
Showing 1 changed file with 24 additions and 3 deletions.
27 changes: 24 additions & 3 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
--unsigned \
--update-index ci-buildcache \
$(spack find --format '/{hash}')
allocationmodifier:
dryrunexperiments:
runs-on: ubuntu-latest
steps:
- name: Checkout Benchpark
Expand All @@ -100,7 +100,7 @@ jobs:
run: |
pip install -r ./requirements.txt
- name: Dry run amg2023/cuda on Sierra
- name: Dry run amg2023/cuda on Sierra with allocation modifier
run: |
./bin/benchpark setup amg2023/cuda LLNL-Sierra-IBM-power9-V100-Infiniband workspace/
. workspace/setup.sh
Expand All @@ -110,7 +110,7 @@ jobs:
--disable-logger \
workspace setup --dry-run
- name: Dry run amg2023/cuda on Pascal
- name: Dry run amg2023/cuda on Pascal with allocation modifier
run: |
./bin/benchpark setup amg2023/cuda LLNL-Pascal-Penguin-broadwell-P100-OmniPath workspace/
. workspace/setup.sh
Expand All @@ -119,3 +119,24 @@ jobs:
--disable-progress-bar \
--disable-logger \
workspace setup --dry-run
- name: Dry run kripke/rocm on Tioga
run: |
./bin/benchpark setup kripke/rocm LLNL-Tioga-HPECray-zen3-MI250X-Slingshot workspace/
. workspace/setup.sh
ramble \
--workspace-dir workspace/kripke/rocm/LLNL-Tioga-HPECray-zen3-MI250X-Slingshot/workspace \
--disable-progress-bar \
--disable-logger \
workspace setup --dry-run
- name: Dry run hpl/openmp with Caliper-topdown modifier on Magma
run: |
./bin/benchpark setup hpl/openmp --modifier=caliper-topdown LLNL-Magma-Penguin-icelake-OmniPath \
workspace/
. workspace/setup.sh
ramble \
--workspace-dir workspace/hpl/openmp/LLNL-Magma-Penguin-icelake-OmniPath/workspace \
--disable-progress-bar \
--disable-logger \
workspace setup --dry-run

0 comments on commit 27c28fe

Please sign in to comment.