Skip to content

Commit

Permalink
Update pascal config
Browse files Browse the repository at this point in the history
  • Loading branch information
Riyaz Haque committed May 9, 2024
1 parent 0c7488e commit a643962
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ packages:
mvapich2:
buildable: false
externals:
- spec: [email protected]
- spec: [email protected]%[email protected]
prefix: /usr/tce/packages/mvapich2/mvapich2-2.3.7-gcc-11.2.1
- spec: [email protected]
- spec: [email protected]%[email protected]
prefix: /usr/tce/packages/mvapich2/mvapich2-2.3.7-intel-classic-2021.6.0/
- spec: [email protected]
- spec: [email protected]%[email protected]
prefix: /usr/tce/packages/mvapich2/mvapich2-2.3.7-clang-14.0.6
cub:
buildable: false
Expand Down
1 change: 1 addition & 0 deletions repo/mpi-consistency/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ class MpiConsistency(PackageBase):
for implementation in ["mvapich2", "mpich", "cray-mpich", "spectrum-mpi"]:
for ver in [
"8.3.1",
"11.2.1",
"12.1.1",
]:
depends_on(f"{implementation}%gcc@{ver}", when=f"%gcc@{ver} ^{implementation}")

0 comments on commit a643962

Please sign in to comment.