Skip to content

Commit

Permalink
fixing dry run
Browse files Browse the repository at this point in the history
  • Loading branch information
august-knox committed Oct 30, 2024
1 parent 8928a5a commit 3770038
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -378,13 +378,14 @@ jobs:
--disable-logger \
workspace setup --dry-run

- name: Dry run dynamic osu-micro-benchmarks on dynamic CTS ruby
- name: Dry run dynamic osu-micro-benchmarks/mpi-only with dynamic CTS ruby
run: |
benchpark experiment init --dest=osu-micro-benchmarks-mpi-only osu-micro-benchmarks
benchpark setup ./osu-micro-benchmarks ./ruby-system workspace/
. workspace/setup.sh
ramble \
--workspace-dir workspace/saxpy/osu-micro-benchmarks-mpi-only/Cts-6d48f81/workspace \
--disable-progress-bar \
--disable-logger \
workspace setup --dry-run
benchpark system init --dest=ruby-system cts cluster=ruby
benchpark experiment init --dest=osu-micro-benchmarks-mpi-only osu-micro-benchmarks
benchpark setup ./osu-micro-benchmarks-mpi-only ./ruby-system workspace/
. workspace/setup.sh
ramble \
--workspace-dir workspace/osu-micro-benchmarks-mpi-only/Cts-6d48f81/workspace \
--disable-progress-bar \
--disable-logger \
workspace setup --dry-run

0 comments on commit 3770038

Please sign in to comment.