Skip to content

Commit

Permalink
Merge pull request #57 from xylar/add_intel_mpi_extra_rpaths
Browse files Browse the repository at this point in the history
Add `extra_rpaths` to all intel-mpi environments
  • Loading branch information
xylar authored Oct 12, 2022
2 parents 4e2255d + 9ca6740 commit d9b3bec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion mache/spack/anvil_intel_impi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,4 +169,5 @@ spack:
target: x86_64
modules: []
environment: {}
extra_rpaths: []
extra_rpaths:
- /gpfs/fs1/software/centos7/spack-latest/opt/spack/linux-centos7-x86_64/intel-20.0.4/intel-mpi-2019.9.304-i42whlw/compilers_and_libraries_2020.4.304/linux/mpi/intel64/libfabric/lib/
3 changes: 2 additions & 1 deletion mache/spack/chrysalis_intel_impi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,4 +143,5 @@ spack:
target: x86_64
modules: []
environment: {}
extra_rpaths: []
extra_rpaths:
- /gpfs/fs1/soft/chrysalis/spack/opt/spack/linux-centos8-x86_64/intel-20.0.4/intel-mpi-2019.9.304-tkzvizk/compilers_and_libraries_2020.4.304/linux/mpi/intel64/libfabric/lib/
3 changes: 2 additions & 1 deletion mache/spack/compy_intel_impi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,4 +152,5 @@ spack:
target: x86_64
modules: []
environment: {}
extra_rpaths: []
extra_rpaths:
- /share/apps/intel/2020/compilers_and_libraries_2020.0.166/linux/mpi/intel64/libfabric/lib/

0 comments on commit d9b3bec

Please sign in to comment.