Skip to content

Commit

Permalink
Update to Baselibs 7.8.1 (ESMF 8.4.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathomp4 committed Mar 8, 2023
1 parent 78ece08 commit 9c561ac
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed
### Added

## [4.9.1] - 2023-03-08

### Changed

- Moved to Baselibs 7.8.1
- Updated
- ESMF v8.4.1
- This is a bug-fix against ESMF 8.4.1 and is a recommended update

## [4.9.0] - 2023-01-26

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

set mod5 = python/GEOSpyD/Min4.11.0_py3.9_AND_Min4.8.3_py2.7

set basedir = /discover/swdev/gmao_SIteam/Baselibs/ESMA-Baselibs-7.8.0/x86_64-pc-linux-gnu/ifort_2021.6.0-intelmpi_2021.6.0
set basedir = /discover/swdev/gmao_SIteam/Baselibs/ESMA-Baselibs-7.8.1/x86_64-pc-linux-gnu/ifort_2021.6.0-intelmpi_2021.6.0

set mods = ( $mod1 $mod2 $mod3 $mod4 $mod5 )
set modinit = /usr/share/modules/init/csh
Expand All @@ -155,10 +155,10 @@ else if ( $site == NAS ) then

set mod1 = GEOSenv
if ( $nasos == TOSS3 ) then
set basedir = /nobackup/gmao_SIteam/Baselibs/ESMA-Baselibs-7.8.0/x86_64-pc-linux-gnu/ifort_2022.1.0-mpt_2.25
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
else
set basedir = /nobackup/gmao_SIteam/Baselibs/ESMA-Baselibs-7.8.0/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.25-TOSS4-BuiltOnRome
set mod2 = comp-gcc/11.2.0-TOSS4
endif

Expand All @@ -181,7 +181,7 @@ else if ( $site == NAS ) then
#=================#
else if ( $site == GMAO.desktop ) then

set basedir=/ford1/share/gmao_SIteam/Baselibs/ESMA-Baselibs-7.8.0/x86_64-pc-linux-gnu/ifort_2022.1.0-intelmpi_2022.1.0
set basedir=/ford1/share/gmao_SIteam/Baselibs/ESMA-Baselibs-7.8.1/x86_64-pc-linux-gnu/ifort_2022.1.0-intelmpi_2022.1.0

set mod1 = GEOSenv

Expand Down

0 comments on commit 9c561ac

Please sign in to comment.