From be84028ba8e4b31711de78475732454f0e6fb113 Mon Sep 17 00:00:00 2001 From: Matthew Thompson Date: Thu, 25 Apr 2024 10:42:10 -0400 Subject: [PATCH] Update to Baselibs 7.24.0 --- CHANGELOG.md | 10 ++++++++++ g5_modules | 8 ++++---- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16e8863..1365f96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed ### Added +## [4.29.0] - 2024-04-25 + +### Changed + +- Update to Baselibs 7.24.0 + - ESMF v8.6.1b04 + - NCO 5.2.4 + - curl 8.7.1 + - Removed udunits2_fortran and FLAP (no longer needed) + ## [4.28.1] - 2024-04-03 ### Fixed diff --git a/g5_modules b/g5_modules index 5a2a7e1..275f769 100755 --- a/g5_modules +++ b/g5_modules @@ -132,7 +132,7 @@ if ( $site == NCCS ) then set mod3 = comp/intel/2021.6.0 set mod4 = mpi/impi/2021.6.0 set mod5 = python/GEOSpyD/Min23.5.2-0_py3.11_AND_Min4.8.3_py2.7 - set basedir = /discover/swdev/gmao_SIteam/Baselibs/ESMA-Baselibs-7.23.0/x86_64-pc-linux-gnu/ifort_2021.6.0-intelmpi_2021.6.0-SLES12 + set basedir = /discover/swdev/gmao_SIteam/Baselibs/ESMA-Baselibs-7.24.0/x86_64-pc-linux-gnu/ifort_2021.6.0-intelmpi_2021.6.0-SLES12 set usemod1 = /discover/swdev/gmao_SIteam/modulefiles-SLES12 else @@ -141,7 +141,7 @@ if ( $site == NCCS ) then set mod3 = comp/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_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-openmpi_4.1.6-SLES15 set usemod1 = /discover/swdev/gmao_SIteam/modulefiles-SLES15 endif @@ -161,7 +161,7 @@ else if ( $site == NAS ) then set mod1 = GEOSenv - set basedir = /nobackup/gmao_SIteam/Baselibs/ESMA-Baselibs-7.23.0/x86_64-pc-linux-gnu/ifort_2022.1.0-mpt_2.28_25Apr23_rhel87 + set basedir = /nobackup/gmao_SIteam/Baselibs/ESMA-Baselibs-7.24.0/x86_64-pc-linux-gnu/ifort_2022.1.0-mpt_2.28_25Apr23_rhel87 set mod2 = comp-gcc/11.2.0-TOSS4 set mod3 = comp-intel/2022.1.0 set mod4 = mpi-hpe/mpt @@ -184,7 +184,7 @@ else if ( $site == NAS ) then #=================# else if ( $site == GMAO.desktop ) then - set basedir=/ford1/share/gmao_SIteam/Baselibs/ESMA-Baselibs-7.23.0/x86_64-pc-linux-gnu/ifort_2022.1.0-intelmpi_2022.1.0 + set basedir=/ford1/share/gmao_SIteam/Baselibs/ESMA-Baselibs-7.24.0/x86_64-pc-linux-gnu/ifort_2022.1.0-intelmpi_2022.1.0 set mod1 = GEOSenv