Skip to content

Commit

Permalink
Update lassen config
Browse files Browse the repository at this point in the history
  • Loading branch information
Riyaz Haque committed May 8, 2024
1 parent c389d4f commit 0c7488e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,22 +77,22 @@ packages:
buildable: false
mpi:
externals:
- spec: [email protected]
- spec: [email protected]%[email protected]
prefix: /usr/tce/packages/spectrum-mpi/spectrum-mpi-rolling-release-xl-2023.06.28-cuda-11.8.0-gcc-11.2.1
extra_attributes:
ldflags: "-lmpiprofilesupport -lmpi_ibm_usempi -lmpi_ibm_mpifh -lmpi_ibm"
- spec: [email protected]
- spec: [email protected]%[email protected]
prefix: /usr/tce/packages/spectrum-mpi/spectrum-mpi-rolling-release-xl-2022.08.19-cuda-11.8.0
extra_attributes:
ldflags: "-lmpiprofilesupport -lmpi_ibm_usempi -lmpi_ibm_mpifh -lmpi_ibm"
- spec: [email protected]
- spec: [email protected]%[email protected]
prefix: /usr/tce/packages/spectrum-mpi/spectrum-mpi-rolling-release-xl-2022.08.19-cuda-10.1.243
extra_attributes:
ldflags: "-lmpiprofilesupport -lmpi_ibm_usempi -lmpi_ibm_mpifh -lmpi_ibm"
- spec: [email protected]
- spec: [email protected]%[email protected]
prefix: /usr/tce/packages/spectrum-mpi/spectrum-mpi-rolling-release-clang-16.0.6-cuda-11.8.0-gcc-11.2.1
extra_attributes:
ldflags: "-lmpiprofilesupport -lmpi_ibm_usempi -lmpi_ibm_mpifh -lmpi_ibm"
- spec: spectrum-mpi@2022.08.19-gcc-8.3.1
- spec: spectrum-mpi@2023.06.28-gcc-8.3.1%gcc@8.3.1
prefix: /usr/tce/packages/spectrum-mpi/spectrum-mpi-rolling-release-gcc-8.3.1
buildable: false
3 changes: 2 additions & 1 deletion repo/mpi-consistency/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@

class MpiConsistency(PackageBase):
with when("+mpi%gcc"):
for implementation in ["mvapich2", "mpich", "cray-mpich"]:
for implementation in ["mvapich2", "mpich", "cray-mpich", "spectrum-mpi"]:
for ver in [
"8.3.1",
"12.1.1",
]:
depends_on(f"{implementation}%gcc@{ver}", when=f"%gcc@{ver} ^{implementation}")

0 comments on commit 0c7488e

Please sign in to comment.