Skip to content

Commit

Permalink
Merge pull request #120 from GEOS-ESM/bugfix/mathomp4/openmpi4
Browse files Browse the repository at this point in the history
Move back to Open MPI 4 at NCCS on SLES15
  • Loading branch information
mathomp4 committed Apr 3, 2024
2 parents 08c13f1 + 0ab2414 commit 37c9d3f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed
### Added

## [4.28.1] - 2024-04-03

### Fixed

- Move back to Open MPI 4 on SLES15 at NCCS
- Testing showed crashes at C360 and under various other circumstances

## [4.28.0] - 2024-04-02

### Changed
Expand All @@ -27,6 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- pFlogger v1.14.0
- NCO 5.2.2
- Various other updates
- Move to use Open MPI 5 by default on SLES15 at NCCS

### Fixed

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/11.4.0
set mod3 = comp/intel/2021.6.0
set mod4 = mpi/openmpi/5.0.2/intel-2021.6.0
set mod4 = mpi/openmpi/4.1.6/intel-2021.6.0-gcc-11.4.0
set mod5 = python/GEOSpyD/Min23.5.2-0_py3.11
set basedir = /discover/swdev/gmao_SIteam/Baselibs/ESMA-Baselibs-7.23.0/x86_64-pc-linux-gnu/ifort_2021.6.0-openmpi_5.0.2-SLES15
set basedir = /discover/swdev/gmao_SIteam/Baselibs/ESMA-Baselibs-7.23.0/x86_64-pc-linux-gnu/ifort_2021.6.0-openmpi_4.1.6-SLES15
set usemod1 = /discover/swdev/gmao_SIteam/modulefiles-SLES15

endif
Expand Down

0 comments on commit 37c9d3f

Please sign in to comment.