Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates to use FMS in Baselibs #77

Merged
merged 26 commits into from
May 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
b899745
Move to latest FMS in Baselibs
mathomp4 Sep 1, 2021
ca67fb6
Updates to use CMake built FMS and mom6 dev/gfdl
mathomp4 Sep 1, 2021
9c8f245
Update to GEOS-FMS build
mathomp4 Sep 2, 2021
ae362dd
Merge branch 'main' into feature/mathomp4/fms-baselibs
mathomp4 Sep 28, 2021
1d71ac1
Merge branch 'main' into feature/mathomp4/fms-baselibs
mathomp4 Jan 26, 2022
b9a82dd
Merge branch 'main' into feature/mathomp4/fms-baselibs
mathomp4 Mar 29, 2022
155f88b
Fix up changelog in v3 branch
mathomp4 May 2, 2022
dcb8c4d
Merge branch 'release/v3' into feature/mathomp4/fms-baselibs
mathomp4 May 2, 2022
288974b
Update Basedir
mathomp4 May 2, 2022
f9867e7
Fix basedir
mathomp4 May 2, 2022
ee67332
Merge branch 'main' into feature/mathomp4/fms-baselibs
mathomp4 Jul 19, 2022
6d27b2f
Merge branch 'main' into feature/mathomp4/fms-baselibs
mathomp4 Oct 21, 2022
9d51986
Update CHANGELOG.md
mathomp4 Oct 21, 2022
a763a7e
Merge branch 'main' into feature/mathomp4/fms-baselibs
mathomp4 Apr 6, 2023
b8eeac8
Update changelog
mathomp4 Apr 6, 2023
2a6176d
Merge branch 'main' into feature/mathomp4/fms-baselibs
mathomp4 Jun 12, 2023
5ddbd18
Update changelog
mathomp4 Jun 12, 2023
8428782
Merge branch 'main' into feature/mathomp4/fms-baselibs
mathomp4 Dec 5, 2023
7e8af77
Update changelog
mathomp4 Dec 5, 2023
e471fbb
Merge branch 'main' into feature/mathomp4/fms-baselibs
mathomp4 May 10, 2024
4cce46f
Update changelog
mathomp4 May 10, 2024
1a0cedb
Merge branch 'main' into feature/mathomp4/fms-baselibs
mathomp4 May 16, 2024
54a92d1
Move to Baselibs 8.0.2
mathomp4 May 16, 2024
7231d61
Fix typo
mathomp4 May 17, 2024
a3d0938
Merge branch 'main' into feature/mathomp4/fms-baselibs
mathomp4 May 20, 2024
6acf916
Update Changelog for release
mathomp4 May 20, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

### Changed
### Fixed
### Removed
### Added

## [5.0.0] - 2024-05-20

### Changed

- Update to Baselibs 8.0.2
- Has FMS 2024.01 and libyaml 0.2.5
- Move to use Intel MPI 2021.12 on SLES 15 at NCCS
- Add support for Milan processors at NAS

### Fixed
### Removed
### Added

- Added yaml linter
Expand Down
10 changes: 5 additions & 5 deletions g5_modules
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -132,16 +132,16 @@ 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.24.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.0.2/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 mod3 = comp/intel/2021.6.0
set mod4 = mpi/openmpi/4.1.6/intel-2021.6.0-gcc-11.4.0
set mod4 = mpi/impi/2021.12
set mod5 = python/GEOSpyD/Min23.5.2-0_py3.11
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 basedir = /discover/swdev/gmao_SIteam/Baselibs/ESMA-Baselibs-8.0.2/x86_64-pc-linux-gnu/ifort_2021.6.0-intelmpi_2021.12-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-7.24.0/x86_64-pc-linux-gnu/ifort_2022.1.0-mpt_2.28_25Apr23_rhel87
set basedir = /nobackup/gmao_SIteam/Baselibs/ESMA-Baselibs-8.0.2/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
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-7.24.0/x86_64-pc-linux-gnu/ifort_2022.1.0-intelmpi_2022.1.0
set basedir=/ford1/share/gmao_SIteam/Baselibs/ESMA-Baselibs-8.0.2/x86_64-pc-linux-gnu/ifort_2022.1.0-intelmpi_2022.1.0

set mod1 = GEOSenv

Expand Down
Loading