Skip to content

Commit

Permalink
Update to MPT 2.28 (Baselibs 7.8.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathomp4 committed May 18, 2023
1 parent 9c561ac commit 6cee461
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
7 changes: 7 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.9.2] - 2023-05-18

### Changed

- Updated to use MPT 2.28 at NAS per their recommendation for running on new TOSS4 nodes
- This is done through the `mpi-hpt/mpt` module which resolves to `mpi-hpe/mpt.2.28_25Apr23_rhel87`

## [4.9.1] - 2023-03-08

### Changed
Expand Down
8 changes: 5 additions & 3 deletions g5_modules
Original file line number Diff line number Diff line change
Expand Up @@ -157,13 +157,15 @@ else if ( $site == NAS ) then
if ( $nasos == TOSS3 ) then
set basedir = /nobackup/gmao_SIteam/Baselibs/ESMA-Baselibs-7.8.1/x86_64-pc-linux-gnu/ifort_2022.1.0-mpt_2.25
set mod2 = comp-gcc/11.2.0-TOSS3
set mod3 = comp-intel/2022.1.0
set mod4 = mpi-hpe/mpt.2.25
else
set basedir = /nobackup/gmao_SIteam/Baselibs/ESMA-Baselibs-7.8.1/x86_64-pc-linux-gnu/ifort_2022.1.0-mpt_2.25-TOSS4-BuiltOnRome
set basedir = /nobackup/gmao_SIteam/Baselibs/ESMA-Baselibs-7.8.1/x86_64-pc-linux-gnu/ifort_2022.1.0-mpt_2.28_25Apr23_rhel87-TOSS4
set mod2 = comp-gcc/11.2.0-TOSS4
set mod3 = comp-intel/2022.1.0
set mod4 = mpi-hpe/mpt
endif

set mod3 = comp-intel/2022.1.0
set mod4 = mpi-hpe/mpt.2.25
set mod5 = python/GEOSpyD/Min4.11.0_py3.9_AND_Min4.8.3_py2.7

set mods = ( $mod1 $mod2 $mod3 $mod4 $mod5 )
Expand Down

0 comments on commit 6cee461

Please sign in to comment.