Skip to content

Commit

Permalink
one dry run
Browse files Browse the repository at this point in the history
  • Loading branch information
dyokelson committed Nov 26, 2024
1 parent c03c244 commit 5bf64bb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,18 @@ jobs:
--disable-logger \
workspace setup --dry-run
- name: Dry run dynamic qws + openmp with allocation modifier on dynamic CTS ruby
run: |
./bin/benchpark system init --dest ruby-system cts cluster=ruby
./bin/benchpark experiment init --dest qws-test qws +openmp
./bin/benchpark setup qws-test ruby-system workspace/
. workspace/setup.sh
ramble \
--workspace-dir workspace/qws/openmp/RCCS-Fugaku-Fujitsu-A64FX-TofuD/workspace \
--disable-progress-bar \
--disable-logger \
workspace setup --dry-run
- name: Dry run dynamic saxpy/openmp with dynamic CTS ruby
run: |
./bin/benchpark system init --dest=ruby-system cts cluster=ruby
Expand Down

0 comments on commit 5bf64bb

Please sign in to comment.