Skip to content

Commit

Permalink
common/gadi/packages.yaml: use system openmpi directly
Browse files Browse the repository at this point in the history
* This commit requires ACCESS-NRI/spack-packages#66
  for ACCESS-OM2 to build on Gadi.
  • Loading branch information
harshula committed Feb 21, 2024
1 parent 47c3890 commit 97f7d4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions common/gadi/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ packages:
all:
providers:
# Completely ignoring higher-level configuration options is supported with the :: notation for keys ...
mpi:: [nci-openmpi, openmpi]
mpi:: [openmpi]
perl:
externals:
- spec: [email protected]~cpanm+shared+threads
Expand All @@ -13,9 +13,9 @@ packages:
- spec: [email protected]
prefix: /apps/cmake/3.24.2
buildable: false
nci-openmpi:
openmpi:
externals:
- spec: nci-[email protected]
- spec: [email protected]
prefix: /apps/openmpi/4.0.2
modules:
- openmpi/4.0.2
Expand Down

0 comments on commit 97f7d4d

Please sign in to comment.