Skip to content

Commit

Permalink
bug fix, add another dryrun, remove legacy tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dyokelson committed Jan 8, 2025
1 parent 87af925 commit 92d07a2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 21 deletions.
32 changes: 12 additions & 20 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -367,26 +367,6 @@ jobs:
--disable-logger \
workspace setup --dry-run
- name: Dry run genesis/openmp with allocation modifier on Fugaku
run: |
./bin/benchpark setup genesis/openmp RCCS-Fugaku-Fujitsu-A64FX-TofuD workspace/
. workspace/setup.sh
ramble \
--workspace-dir workspace/genesis/openmp/RCCS-Fugaku-Fujitsu-A64FX-TofuD/workspace \
--disable-progress-bar \
--disable-logger \
workspace setup --dry-run
- name: Dry run genesis/openmp with allocation modifier on nosite-x86_64
run: |
./bin/benchpark setup genesis/openmp nosite-x86_64 workspace/
. workspace/setup.sh
ramble \
--workspace-dir workspace/genesis/openmp/nosite-x86_64/workspace \
--disable-progress-bar \
--disable-logger \
workspace setup --dry-run
- name: Dry run salmon/openmp with allocation modifier on Fugaku
run: |
./bin/benchpark setup salmon/openmp RCCS-Fugaku-Fujitsu-A64FX-TofuD workspace/
Expand Down Expand Up @@ -626,3 +606,15 @@ jobs:
--disable-progress-bar \
--disable-logger \
workspace setup --dry-run
- name: Dry run dynamic genesis/openmp with dynamic fugaku
run: |
system_id=$(./bin/benchpark system id ./fugaku-system)
./bin/benchpark experiment init --dest=genesis-openmp-fugaku genesis+openmp
./bin/benchpark setup ./genesis-openmp-fugaku ./fugaku-system workspace/
. workspace/setup.sh
ramble \
--workspace-dir workspace/genesis-openmp-fugaku/$system_id/workspace \
--disable-progress-bar \
--disable-logger \
workspace setup --dry-run
2 changes: 1 addition & 1 deletion experiments/genesis/experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Genesis(Experiment, OpenMPExperiment):

variant(
"version",
default="master",
default="main",
description="app version",
)

Expand Down

0 comments on commit 92d07a2

Please sign in to comment.