Skip to content

Commit

Permalink
ci: add dynamic system dry run, replace allocation modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
slabasan committed Jan 21, 2025
1 parent aa1ec84 commit aa053d6
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -622,12 +622,26 @@ jobs:
--disable-logger \
workspace setup --dry-run
- name: Dry run salmon/openmp with allocation modifier on x86
- name: Dry run dynamic salmon/openmp with dynamic CTS ruby
run: |
./bin/benchpark setup salmon/openmp nosite-x86_64 workspace/
system_id=$(./bin/benchpark system id ./ruby-system)
./bin/benchpark experiment init --dest salmon-openmp salmon +openmp
./bin/benchpark setup salmon-openmp ./ruby-system workspace/
. workspace/setup.sh
ramble \
--workspace-dir workspace/salmon-openmp/$system_id/workspace \
--disable-progress-bar \
--disable-logger \
workspace setup --dry-run
- name: Dry run dynamic salmon/openmp with dynamic fugaku
run: |
system_id=$(./bin/benchpark system id ./fugaku-system)
./bin/benchpark experiment init --dest=salmon-openmp-fugaku salmon+openmp
./bin/benchpark setup ./salmon-openmp-fugaku ./fugaku-system workspace/
. workspace/setup.sh
ramble \
--workspace-dir workspace/salmon/openmp/nosite-x86_64/workspace \
--workspace-dir workspace/salmon-openmp-fugaku/$system_id/workspace \
--disable-progress-bar \
--disable-logger \
workspace setup --dry-run

0 comments on commit aa053d6

Please sign in to comment.