Skip to content

Commit

Permalink
fix openmpi version on Hercules
Browse files Browse the repository at this point in the history
  • Loading branch information
RatkoVasic-NOAA authored Oct 5, 2024
1 parent 87067e9 commit 6302607
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:: [gcc@12.2.0]
providers:
mpi:: [openmpi@4.1.6]
mpi:: [openmpi@4.1.4]
mpi:
buildable: False
openmpi:
externals:
- spec: openmpi@4.1.6%gcc@12.2.0~cuda~cxx~cxx_exceptions~java~memchecker+pmi+static~wrapper-rpath
- spec: openmpi@4.1.4%gcc@12.2.0~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 6302607

Please sign in to comment.