Skip to content

Commit

Permalink
adding dryrun
Browse files Browse the repository at this point in the history
  • Loading branch information
august-knox committed Oct 30, 2024
1 parent c009e45 commit 8928a5a
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -376,4 +376,15 @@ jobs:
--workspace-dir workspace/saxpy-omp-generic/Genericx86-040898b/workspace \
--disable-progress-bar \
--disable-logger \
workspace setup --dry-run
workspace setup --dry-run

- name: Dry run dynamic osu-micro-benchmarks on 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

0 comments on commit 8928a5a

Please sign in to comment.