From 52661cac76532c3d21444ef6d037a69f71f2bc10 Mon Sep 17 00:00:00 2001 From: Matthew Thompson Date: Mon, 11 Dec 2023 11:44:54 -0500 Subject: [PATCH 1/2] Update to MAPL 2.42.4 --- README.md | 2 +- components.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7fc71795..e4afc76d 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ | [GOCART](https://github.com/GEOS-ESM/GOCART) | [v2.2.1](https://github.com/GEOS-ESM/GOCART/releases/tag/v2.2.1) | | [HEMCO](https://github.com/GEOS-ESM/HEMCO) | [geos/v2.2.3](https://github.com/GEOS-ESM/HEMCO/releases/tag/geos%2Fv2.2.3) | | [Icepack](https://github.com/GEOS-ESM/Icepack) | [geos/v0.1.1](https://github.com/GEOS-ESM/Icepack/releases/tag/geos%2Fv0.1.1) | -| [MAPL](https://github.com/GEOS-ESM/MAPL) | [v2.42.3](https://github.com/GEOS-ESM/MAPL/releases/tag/v2.42.3) | +| [MAPL](https://github.com/GEOS-ESM/MAPL) | [v2.42.4](https://github.com/GEOS-ESM/MAPL/releases/tag/v2.42.4) | | [MITgcm](https://github.com/GEOS-ESM/MITgcm) | [checkpoint68o](https://github.com/GEOS-ESM/MITgcm/releases/tag/checkpoint68o) | | [MOM5](https://github.com/GEOS-ESM/MOM5) | [geos/5.1.0+1.2.0](https://github.com/GEOS-ESM/MOM5/releases/tag/geos%2F5.1.0%2B1.2.0) | | [MOM6](https://github.com/GEOS-ESM/MOM6) | [geos/v2.2.3](https://github.com/GEOS-ESM/MOM6/tree/geos/v2.2.3) | diff --git a/components.yaml b/components.yaml index ee34b0b1..16e710d0 100644 --- a/components.yaml +++ b/components.yaml @@ -42,7 +42,7 @@ GEOS_Util: MAPL: local: ./src/Shared/@MAPL remote: ../MAPL.git - tag: v2.42.3 + tag: v2.42.4 develop: develop FMS: From 4ec5a866128edc2152dfdeef2ff8ae82c353c07b Mon Sep 17 00:00:00 2001 From: Matthew Thompson Date: Thu, 4 Jan 2024 10:19:56 -0500 Subject: [PATCH 2/2] Update to MAPL 2.43.0; update CI MPI for GNU --- .circleci/config.yml | 2 +- README.md | 2 +- components.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a47f0310..b3703fd1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -103,7 +103,7 @@ workflows: bcs_version: *bcs_version container_name: geosgcm mpi_name: openmpi - mpi_version: 4.1.4 + mpi_version: 5.0.0 compiler_name: gcc compiler_version: 12.1.0 image_name: geos-env-bcs diff --git a/README.md b/README.md index 26d92d05..67fe69e0 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ | [GOCART](https://github.com/GEOS-ESM/GOCART) | [v2.2.1](https://github.com/GEOS-ESM/GOCART/releases/tag/v2.2.1) | | [HEMCO](https://github.com/GEOS-ESM/HEMCO) | [geos/v2.2.3](https://github.com/GEOS-ESM/HEMCO/releases/tag/geos%2Fv2.2.3) | | [Icepack](https://github.com/GEOS-ESM/Icepack) | [geos/v0.1.1](https://github.com/GEOS-ESM/Icepack/releases/tag/geos%2Fv0.1.1) | -| [MAPL](https://github.com/GEOS-ESM/MAPL) | [v2.42.4](https://github.com/GEOS-ESM/MAPL/releases/tag/v2.42.4) | +| [MAPL](https://github.com/GEOS-ESM/MAPL) | [v2.43.0](https://github.com/GEOS-ESM/MAPL/releases/tag/v2.43.0) | | [MITgcm](https://github.com/GEOS-ESM/MITgcm) | [checkpoint68o](https://github.com/GEOS-ESM/MITgcm/releases/tag/checkpoint68o) | | [MOM5](https://github.com/GEOS-ESM/MOM5) | [geos/5.1.0+1.2.0](https://github.com/GEOS-ESM/MOM5/releases/tag/geos%2F5.1.0%2B1.2.0) | | [MOM6](https://github.com/GEOS-ESM/MOM6) | [geos/v2.2.3](https://github.com/GEOS-ESM/MOM6/tree/geos/v2.2.3) | diff --git a/components.yaml b/components.yaml index 2091643e..639bfa84 100644 --- a/components.yaml +++ b/components.yaml @@ -42,7 +42,7 @@ GEOS_Util: MAPL: local: ./src/Shared/@MAPL remote: ../MAPL.git - tag: v2.42.4 + tag: v2.43.0 develop: develop FMS: