Skip to content

Commit

Permalink
Merge pull request #145 from GEOS-ESM/feature/mathomp4/v5-baselibs-8.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mathomp4 authored Jan 16, 2025
2 parents 7afa336 + 50b2dec commit 86fb44a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 6 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed
### Added

## [5.7.0] - 2025-01-16

### Changed

- Update to Baselibs 8.9.0
- ESMF 8.8.0
- NCO 5.3.1
- CDO 2.5.0
- curl 8.11.1
- Add support for flang-new
- Turn off ESMPy building. It's not working and maybe we don't want to
build from source anyway as it's easier through mamba

## [5.6.0] - 2025-01-06

### Changed
Expand Down
12 changes: 6 additions & 6 deletions g5_modules
Original file line number Diff line number Diff line change
Expand Up @@ -128,20 +128,20 @@ if ( $site == NCCS ) then

if ( $OS_VERSION == 12 ) then

set mod2 = comp/gcc/11.2.0
set mod2 = comp/gcc/12.1.0
set mod3 = comp/intel/2021.6.0
set mod4 = mpi/impi/2021.6.0
set mod5 = python/GEOSpyD/Min24.4.0-0_py3.11_AND_Min4.8.3_py2.7
set basedir = /discover/swdev/gmao_SIteam/Baselibs/ESMA-Baselibs-8.7.0/x86_64-pc-linux-gnu/ifort_2021.6.0-intelmpi_2021.6.0-SLES12
set basedir = /discover/swdev/gmao_SIteam/Baselibs/ESMA-Baselibs-8.9.0/x86_64-pc-linux-gnu/ifort_2021.6.0-intelmpi_2021.6.0-SLES12
set usemod1 = /discover/swdev/gmao_SIteam/modulefiles-SLES12

else

set mod2 = comp/gcc/11.4.0
set mod2 = comp/gcc/12.3.0
set mod3 = comp/intel/2024.2.0
set mod4 = mpi/impi/2021.13
set mod5 = python/GEOSpyD/24.3.0-0/3.11
set basedir = /discover/swdev/gmao_SIteam/Baselibs/ESMA-Baselibs-8.7.0/x86_64-pc-linux-gnu/ifort_2021.13.0-intelmpi_2021.13.0-SLES15
set basedir = /discover/swdev/gmao_SIteam/Baselibs/ESMA-Baselibs-8.9.0/x86_64-pc-linux-gnu/ifort_2021.13.0-intelmpi_2021.13.0-SLES15
set usemod1 = /discover/swdev/gmao_SIteam/modulefiles-SLES15

endif
Expand All @@ -161,7 +161,7 @@ else if ( $site == NAS ) then

set mod1 = GEOSenv

set basedir = /nobackup/gmao_SIteam/Baselibs/ESMA-Baselibs-8.7.0/x86_64-pc-linux-gnu/ifort_2021.13.0-mpt_2.30
set basedir = /nobackup/gmao_SIteam/Baselibs/ESMA-Baselibs-8.9.0/x86_64-pc-linux-gnu/ifort_2021.13.0-mpt_2.30
set mod2 = comp-gcc/12.3.0-TOSS4
set mod3 = comp-intel/2024.2.0-ifort
set mod4 = mpi-hpe/mpt
Expand All @@ -184,7 +184,7 @@ else if ( $site == NAS ) then
#=================#
else if ( $site == GMAO.desktop ) then

set basedir=/ford1/share/gmao_SIteam/Baselibs/ESMA-Baselibs-8.7.0/x86_64-pc-linux-gnu/ifort_2021.13.0-intelmpi_2021.13
set basedir=/ford1/share/gmao_SIteam/Baselibs/ESMA-Baselibs-8.9.0/x86_64-pc-linux-gnu/ifort_2021.13.0-intelmpi_2021.13

set mod1 = GEOSenv

Expand Down

0 comments on commit 86fb44a

Please sign in to comment.