Skip to content

Commit

Permalink
Add debug step to check what compilers are on host
Browse files Browse the repository at this point in the history
  • Loading branch information
alecbcs committed Nov 8, 2023
1 parent f18d007 commit ee37b35
Showing 1 changed file with 17 additions and 10 deletions.
27 changes: 17 additions & 10 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,29 @@ jobs:
- name: Setup Ramble & Spack
run: |
export SPACK_DISABLE_LOCAL_CONFIG=1
# 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
env | grep SPACK >> "$GITHUB_ENV"
env | grep SPACK >> "$GITHUB_ENV"
echo "PATH=$PATH" >> "$GITHUB_ENV"
- name: Setup Saxpy Workspace
run: |
cd workspace/saxpy/openmp/x86/workspace/
ramble --workspace-dir . --disable-progress-bar --disable-logger workspace setup
- name: Run Saxpy Experiments
- name: Debug Missing Fortran
run: |
ramble --workspace-dir . --disable-progress-bar --disable-logger on
spack compiler find
spack compiler list
cat ~/.spack/linux/compilers.yaml
- name: Analyze Saxpy Results
run: |
ramble --workspace-dir . --disable-progress-bar --disable-logger workspace analyze
# - name: Setup Saxpy Workspace
# run: |
# cd workspace/saxpy/openmp/x86/workspace/
# ramble --workspace-dir . --disable-progress-bar --disable-logger workspace setup

# - name: Run Saxpy Experiments
# run: |
# ramble --workspace-dir . --disable-progress-bar --disable-logger on

# - name: Analyze Saxpy Results
# run: |
# ramble --workspace-dir . --disable-progress-bar --disable-logger workspace analyze

0 comments on commit ee37b35

Please sign in to comment.