Skip to content

Commit

Permalink
fix openmpi version on Hercules (#1326)
Browse files Browse the repository at this point in the history
  • Loading branch information
RatkoVasic-NOAA authored Oct 7, 2024
1 parent 87067e9 commit 46234a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configs/sites/tier1/hercules/packages_gcc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ packages:
all:
compiler:: [[email protected]]
providers:
mpi:: [[email protected].6]
mpi:: [[email protected].4]
mpi:
buildable: False
openmpi:
externals:
- spec: [email protected].6%[email protected]~cuda~cxx~cxx_exceptions~java~memchecker+pmi+static~wrapper-rpath
- spec: [email protected].4%[email protected]~cuda~cxx~cxx_exceptions~java~memchecker+pmi+static~wrapper-rpath
schedulers=slurm
modules:
- gcc/12.2.0
- openmpi/4.1.6-gcc-12.2.0-spack
- openmpi/4.1.4

0 comments on commit 46234a7

Please sign in to comment.