Skip to content

Commit

Permalink
Find impi too?
Browse files Browse the repository at this point in the history
I can see it was installed with APT but Spack installs it too
  • Loading branch information
zmoon committed May 9, 2024
1 parent d17d545 commit 9dc4655
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Find system tools and compilers
run: |
spack -e . external find --scope=defaults cmake gmake perl automake
spack -e . external find --scope=defaults cmake gmake perl automake intel-oneapi-mpi
spack -e . external list
spack -e . compiler find --mixed-toolchain
spack -e . compiler list
Expand Down
2 changes: 1 addition & 1 deletion spack.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
spack:
view: /opt/view
specs:
- [email protected]%intel ^netcdf-c~blosc~szip~zstd ^intel-oneapi-mpi ^[email protected]
- [email protected]%intel@2021.9 ^netcdf-c~blosc~szip~zstd ^intel-oneapi-mpi ^[email protected]

config:
install_tree:
Expand Down

0 comments on commit 9dc4655

Please sign in to comment.