Skip to content

Commit

Permalink
updating system name in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pearce8 committed Jan 19, 2024
1 parent e7f1e22 commit a09fbd5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@ jobs:

- name: Build Saxpy Workspace
run: |
./bin/benchpark setup saxpy/openmp x86_64 workspace/
./bin/benchpark setup saxpy/openmp generic-x86_64 workspace/
- name: Setup Ramble & Spack
run: |
. workspace/setup.sh
spack mirror add ci-buildcache oci://ghcr.io/llnl/benchpark-binary-cache
spack config add "packages:all:target:[x86_64_v3]"
spack config add "packages:all:target:[generic-x86_64_v3]"
env | grep SPACK >> "$GITHUB_ENV"
env | grep RAMBLE >> "$GITHUB_ENV"
echo "PATH=$PATH" >> "$GITHUB_ENV"
- name: Setup Saxpy Workspace
working-directory: ./workspace/saxpy/openmp/x86_64/workspace/
working-directory: ./workspace/saxpy/openmp/generic-x86_64/workspace/
run: |
ramble \
--workspace-dir . \
Expand All @@ -39,7 +39,7 @@ jobs:
workspace setup
- name: Run Saxpy Experiments
working-directory: ./workspace/saxpy/openmp/x86_64/workspace/
working-directory: ./workspace/saxpy/openmp/generic-x86_64/workspace/
run: |
ramble \
-c variables:n_nodes:1 \
Expand All @@ -50,7 +50,7 @@ jobs:
on
- name: Analyze Saxpy Results
working-directory: ./workspace/saxpy/openmp/x86_64/workspace/
working-directory: ./workspace/saxpy/openmp/generic-x86_64/workspace/
run: |
ramble \
--workspace-dir . \
Expand All @@ -59,7 +59,7 @@ jobs:
workspace analyze
- name: Archive Experiment Workspace
working-directory: ./workspace/saxpy/openmp/x86_64/workspace/
working-directory: ./workspace/saxpy/openmp/generic-x86_64/workspace/
if: always()
run: |
ramble \
Expand All @@ -73,7 +73,7 @@ jobs:
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595
with:
name: workspace-archive
path: './workspace/saxpy/openmp/x86_64/workspace/archive/**'
path: './workspace/saxpy/openmp/generic-x86_64/workspace/archive/**'

- name: Upload Binaries to CI Cache
if: github.ref == 'refs/heads/develop'
Expand Down

0 comments on commit a09fbd5

Please sign in to comment.