Skip to content

Commit

Permalink
Update to Baselibs 8.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mathomp4 committed Jul 22, 2024
1 parent f79b2ad commit 4f4b1b2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed
### Added

## [5.3.0] - 2024-07-22

### Changed

- Update to Baselibs 8.5.0
- GFE v1.16.0
- gFTL v1.14.0
- gFTL-shared v1.9.0
- fArgParse v1.8.0
- pFUnit v4.10.0
- yaFyaml v1.4.0

## [5.2.0] - 2024-07-05

### Changed
Expand Down
10 changes: 5 additions & 5 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 @@ -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/Min24.4.0-0_py3.11_AND_Min4.8.3_py2.7
set basedir = /discover/swdev/gmao_SIteam/Baselibs/ESMA-Baselibs-8.4.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.5.0/x86_64-pc-linux-gnu/ifort_2021.6.0-intelmpi_2021.6.0-SLES12
set usemod1 = /discover/swdev/gmao_SIteam/modulefiles-SLES12

else
Expand All @@ -141,7 +141,7 @@ if ( $site == NCCS ) then
set mod3 = comp/intel/2024.2.0
set mod4 = mpi/impi/2021.13
set mod5 = python/GEOSpyD/Min24.4.0-0_py3.11
set basedir = /discover/swdev/gmao_SIteam/Baselibs/ESMA-Baselibs-8.4.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.5.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.4.0/x86_64-pc-linux-gnu/ifort_2021.13.0-mpt_2.28_25Apr23_rhel87
set basedir = /nobackup/gmao_SIteam/Baselibs/ESMA-Baselibs-8.5.0/x86_64-pc-linux-gnu/ifort_2021.13.0-mpt_2.28_25Apr23_rhel87
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.4.0/x86_64-pc-linux-gnu/ifort_2021.13.0-intelmpi_2021.13
set basedir=/ford1/share/gmao_SIteam/Baselibs/ESMA-Baselibs-8.5.0/x86_64-pc-linux-gnu/ifort_2021.13.0-intelmpi_2021.13

set mod1 = GEOSenv

Expand Down

0 comments on commit 4f4b1b2

Please sign in to comment.