Skip to content

Commit

Permalink
Merge pull request #59 from COSIMA/release-0.2.0
Browse files Browse the repository at this point in the history
Release 0.2.0
  • Loading branch information
micaeljtoliveira authored Aug 29, 2023
2 parents fa03855 + b476de3 commit 1cc8e1d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
build_type: [Debug, Release]

container:
image: ghcr.io/cosima/access-om3-ci-images/${{matrix.compiler}}:0.3.0
image: ghcr.io/cosima/access-om3-ci-images/${{matrix.compiler}}:0.4.0

steps:
- name: Checkout
Expand Down
6 changes: 6 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

## [0.2.0] - 2023-08-29

### Changed

- Components and build system to match CESM [064022e](https://github.com/ESCOMP/CESM/commit/064022ed14bcc48dbb632dabc36a741ae0859822).

## [0.1.0] - 2023-08-16

### Added
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ OPENMPI_VERSION=4.1.4

module purge
module load cmake/3.24.2
module use /g/data/ik11/spack/0.20.1/modules/access-om3/cesm-0.2.0/linux-rocky8-x86_64 # requires membership of "ik11" group
module use /g/data/ik11/spack/0.20.1/modules/access-om3/0.2.0/linux-rocky8-x86_64 # requires membership of "ik11" group
module load esmf/8.4.2 fms/git.2021.03.01=2021.03.01 parallelio/2.5.10
module load intel-compiler/${COMPILER_VERSION} openmpi/${OPENMPI_VERSION}

Expand Down

0 comments on commit 1cc8e1d

Please sign in to comment.