Skip to content

Commit

Permalink
Switch the way we launch jobs in CI (#185)
Browse files Browse the repository at this point in the history
* Switch to the newer syntax Doug suggests

* Fix architecture specification for Spack packages. "no-site" is not a valid prefix
  • Loading branch information
alecbcs authored Mar 20, 2024
1 parent 0572eb0 commit 4520104
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
. workspace/setup.sh
spack mirror add ci-buildcache oci://ghcr.io/llnl/benchpark-binary-cache
spack config add "packages:all:target:[nosite-x86_64_v3]"
spack config add "packages:all:target:[x86_64_v3]"
env | grep SPACK >> "$GITHUB_ENV"
env | grep RAMBLE >> "$GITHUB_ENV"
Expand All @@ -42,12 +42,12 @@ jobs:
working-directory: ./workspace/saxpy/openmp/nosite-x86_64/workspace/
run: |
ramble \
-c variables:n_nodes:1 \
-c variables:n_ranks:1 \
--workspace-dir . \
--disable-progress-bar \
--disable-logger \
on
on \
--executor '{execute_experiment}' \
--where '{n_nodes} == 1'
- name: Analyze Saxpy Results
working-directory: ./workspace/saxpy/openmp/nosite-x86_64/workspace/
Expand Down

0 comments on commit 4520104

Please sign in to comment.