Skip to content

Commit

Permalink
Update to Intel MPI 2021.13 (v4.29)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathomp4 committed Oct 16, 2024
1 parent 7d45905 commit b23c761
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 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.29.1] - 2024-10-16

### Changed

- Move to Intel MPI 2021.13 at NCCS on SLES15

## [4.29.0] - 2024-04-25

### Changed
Expand Down
6 changes: 3 additions & 3 deletions g5_modules
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ if (($node =~ discover*) || ($node =~ borg*) || \
# NCCS now has both SLES15 and SLES12 machines
set OS_VERSION=`grep VERSION_ID /etc/os-release | cut -d= -f2 | cut -d. -f1 | sed 's/"//g'`

else if (($node =~ pfe*) || ($node =~ tfe*) || \
else if (($node =~ pfe*) || ($node =~ afe*) || \
($node =~ r[0-9]*i[0-9]*n[0-9]*) || \
($node =~ r[0-9]*c[0-9]*t[0-9]*n[0-9]*)) then

Expand Down 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/4.1.6/intel-2021.6.0-gcc-11.4.0
set mod4 = mpi/impi/2021.13
set mod5 = python/GEOSpyD/Min23.5.2-0_py3.11
set basedir = /discover/swdev/gmao_SIteam/Baselibs/ESMA-Baselibs-7.24.0/x86_64-pc-linux-gnu/ifort_2021.6.0-openmpi_4.1.6-SLES15
set basedir = /discover/swdev/gmao_SIteam/Baselibs/ESMA-Baselibs-7.24.0/x86_64-pc-linux-gnu/ifort_2021.6.0-intelmpi_2021.13.0-SLES15
set usemod1 = /discover/swdev/gmao_SIteam/modulefiles-SLES15

endif
Expand Down

0 comments on commit b23c761

Please sign in to comment.