Skip to content

Commit

Permalink
cat compilers file
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Dec 3, 2022
1 parent 2cb25be commit 2d16920
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions build/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,6 @@ runs:
if: (inputs.fortran == 'true' || inputs.fortran == true)
uses: modflowpy/install-gfortran-action@d1979765a1a46c10711ce70197feb669085e1fd7 # v1.0.1

- name: View Compilers
if: (inputs.fortran == 'true' || inputs.fortran == true)
run: |
spack compiler find
spack compiler list
cat ~/.spack/linux/compilers.yaml
shell: bash

- name: Install Spack
run: |
git clone --depth 1 https://github.com/spack/spack /opt/spack
Expand All @@ -38,6 +30,14 @@ runs:
spack external find
shell: bash

- name: View Compilers
if: (inputs.fortran == 'true' || inputs.fortran == true)
run: |
spack compiler find
spack compiler list
cat ~/.spack/linux/compilers.yaml
shell: bash

- name: Derive Microarchitecture
run: |
pip install archspec
Expand Down

0 comments on commit 2d16920

Please sign in to comment.