Skip to content

Commit

Permalink
demo use of symlinks for systems (which works like experiments)
Browse files Browse the repository at this point in the history
  • Loading branch information
scheibelp committed Nov 26, 2024
1 parent 8ece46b commit a9adae1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -363,25 +363,23 @@ jobs:
- name: Dry run dynamic saxpy/openmp with dynamic CTS magma
run: |
./bin/benchpark system init --dest=magma-system cts cluster=magma
system_id=$(./bin/benchpark system id ./magma-system)
./bin/benchpark experiment init --dest=saxpy-openmp3 saxpy+openmp
./bin/benchpark setup ./saxpy-openmp3 ./magma-system workspace/
. workspace/setup.sh
ramble \
--workspace-dir "workspace/saxpy-openmp3/$system_id/workspace" \
--workspace-dir "workspace/saxpy-openmp3/magma-system/workspace" \
--disable-progress-bar \
--disable-logger \
workspace setup --dry-run
- name: Dry run dynamic saxpy/openmp with dynamic generic x86
run: |
./bin/benchpark system init --dest=x86-system genericx86
system_id=$(./bin/benchpark system id ./x86-system)
./bin/benchpark experiment init --dest=saxpy-omp-generic saxpy+openmp
./bin/benchpark setup ./saxpy-omp-generic ./x86-system workspace/
. workspace/setup.sh
ramble \
--workspace-dir "workspace/saxpy-omp-generic/$system_id/workspace" \
--workspace-dir "workspace/saxpy-omp-generic/x86-system/workspace" \
--disable-progress-bar \
--disable-logger \
workspace setup --dry-run
Expand Down

0 comments on commit a9adae1

Please sign in to comment.