Skip to content

Commit

Permalink
Move to a single job to share enviornment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
alecbcs committed Nov 8, 2023
1 parent d121181 commit dbdde1d
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,17 @@ jobs:
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11

- name: Build Saxpy Workspace
- name: Build & Run Saxpy Workspace
run: |
./bin/benchpark setup saxpy/openmp x86 workspace/
- name: Setup Spack & Ramble
run: |
export SPACK_DISABLE_LOCAL_CONFIG=1
./workspace/saxpy/openmp/x86/spack/share/spack/setup-env.sh
./workspace/saxpy/openmp/x86/ramble/share/ramble/setup-env.sh
- name: Initialize Saxpy Workspace
run: |
cd workspace/
ramble -P -D . workspace setup
- name: Run Saxpy
run: |
ramble on -P -D . on
- name: Analyze Saxpy
run: |
ramble -P -D . workspace setup

0 comments on commit dbdde1d

Please sign in to comment.