Skip to content

Commit

Permalink
Merge pull request #109 from GEOS-ESM/feature/mathomp4/intel-openmpi-…
Browse files Browse the repository at this point in the history
…4.1.5

Revert back to Open MPI 4.1.5 with Intel
  • Loading branch information
mathomp4 committed Nov 21, 2023
2 parents 5835d16 + 21003a5 commit 4e636a3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed
### Added

## [4.22.0] - 2023-11-21

### Changed

- Move back to Open MPI 4.1.5 with Intel on NCCS. This avoids a bug between GEOS' Intel debugging flags and MPI_Init with Open MPI 5.0.0 (see https://github.com/open-mpi/ompi/issues/12113)

## [4.21.0] - 2023-11-20

### Changed
Expand Down
4 changes: 2 additions & 2 deletions g5_modules
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,9 @@ if ( $site == NCCS ) then

set mod2 = comp/gcc/12.3.0
set mod3 = comp/intel/2021.6.0
set mod4 = mpi/openmpi/5.0.0/intel-2021.6.0
set mod4 = mpi/openmpi/4.1.5/intel-2021.6.0
set mod5 = python/GEOSpyD/Min23.5.2-0_py3.11
set basedir = /discover/swdev/gmao_SIteam/Baselibs/ESMA-Baselibs-7.15.1/x86_64-pc-linux-gnu/ifort_2021.6.0-openmpi_5.0.0-SLES15
set basedir = /discover/swdev/gmao_SIteam/Baselibs/ESMA-Baselibs-7.15.1/x86_64-pc-linux-gnu/ifort_2021.6.0-openmpi_4.1.5-SLES15
set usemod1 = /discover/swdev/gmao_SIteam/modulefiles-SLES15

endif
Expand Down

0 comments on commit 4e636a3

Please sign in to comment.