Skip to content

Commit

Permalink
Merge pull request #85 from GEOS-ESM/feature/mathomp4/move-to-baselib…
Browse files Browse the repository at this point in the history
…s-7.6.0

Move to Baselibs 7.6.0
  • Loading branch information
mathomp4 committed Nov 9, 2022
2 parents bf0970b + e106524 commit bae4d75
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed
### Added

## [4.7.0] - 2022-11-09

### Changed

- Moved to Baselibs 7.6.0
- Updated
- ESMF v8.4.0
- zlib 1.2.13
- curl 7.86.0
- netCDF-C 4.9.0
- netCDF-Fortran 4.6.0
- NCO 5.1.1
- CDO 2.1.0

## [4.6.0] - 2022-11-02

### Added
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.5.0/x86_64-pc-linux-gnu/ifort_2021.6.0-intelmpi_2021.6.0
set basedir = /discover/swdev/gmao_SIteam/Baselibs/ESMA-Baselibs-7.6.0/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 @@ -154,9 +154,9 @@ if ( $site == NCCS ) then
else if ( $site == NAS ) then

if ( $nasos == TOSS3 ) then
set basedir = /nobackup/gmao_SIteam/Baselibs/ESMA-Baselibs-7.5.0/x86_64-pc-linux-gnu/ifort_2022.1.0-mpt_2.25
set basedir = /nobackup/gmao_SIteam/Baselibs/ESMA-Baselibs-7.6.0/x86_64-pc-linux-gnu/ifort_2022.1.0-mpt_2.25
else
set basedir = /nobackup/gmao_SIteam/Baselibs/ESMA-Baselibs-7.5.0/x86_64-pc-linux-gnu/ifort_2022.1.0-mpt_2.25-TOSS4-BuiltOnRome
set basedir = /nobackup/gmao_SIteam/Baselibs/ESMA-Baselibs-7.6.0/x86_64-pc-linux-gnu/ifort_2022.1.0-mpt_2.25-TOSS4-BuiltOnRome
endif

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

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

set mod1 = GEOSenv

Expand Down

0 comments on commit bae4d75

Please sign in to comment.