Skip to content

Releases: GEOS-ESM/ESMA_env

Update to Baselibs 7.17.1, fix xgboost build

22 Jan 19:07
1fd0c18
Compare
Choose a tag to compare

This release moves GEOS to use Baselibs v7.17.1 which mainly has a fix for NAG and ESMF. But it also changes the backing C compiler on SLES15 to GCC 11. Without this change, xgboost was not being built.


From CHANGELOG.md

Changed

  • Moved to Baselibs 7.17.1
    • Fix for NAG and ESMF 8.6.0
  • Update g5_modules to use GCC 11.4 as the backing C compiler on SLES 15 at NCCS
    • This was done as it was discovered that xgboost was not building on SLES15 with Intel when using GCC 12. Until xgboost can be
      updated to a newer version, this is the workaround.

What's Changed

Full Changelog: v4.24.0...v4.25.0

Update to Baselibs 7.17.0

01 Dec 18:27
c1dd29b
Compare
Choose a tag to compare

This moves ESMA_env to Baselibs 7.17.0 which has an update to GFE v1.12.0:

  • gFTL v1.11.0
  • gFTL-shared v1.7.0
  • fArgParse v1.6.0
  • pFUnit v4.8.0
  • yaFyaml v1.2.0
  • pFlogger v1.11.0

From CHANGELOG.md

Changed

  • Moved to Baselibs 7.17.0
    • GFE v1.12.0
      • gFTL v1.11.0
      • gFTL-shared v1.7.0
      • fArgParse v1.6.0
      • pFUnit v4.8.0
      • yaFyaml v1.2.0
      • pFlogger v1.11.0

What's Changed

Full Changelog: v4.23.0...v4.24.0

Update to Baselibs 7.16.0

30 Nov 13:32
a9b40bb
Compare
Choose a tag to compare

This release updates to Baselibs 7.16.0 which updates to:

  • ESMF v8.6.0
  • NCO 5.1.9
  • CDO 2.3.0

It also moves to use Open MPI 4.1.6 with Intel on SLES 15 at NCCS.


From CHANGELOG.md

Changed

  • Moved to Baselibs 7.16.0
    • ESMF v8.6.0
    • NCO 5.1.9
    • CDO 2.3.0
  • Move to Open MPI 4.1.6 with Intel on SLES 15 at NCCS.

What's Changed

Full Changelog: v4.22.0...v4.23.0

Add support for SLES 15 (v4.8 branch)

01 Dec 15:15
114c49e
Compare
Choose a tag to compare

This is an update to v4.8.0 with support for SLES15 nodes at NCCS.


From CHANGELOG.md

Changed

  • Add support for SLES 15

Full Changelog: v4.8.0...v4.8.1

Revert back to Open MPI 4.1.5 at NCCS with SLES15

21 Nov 18:39
4e636a3
Compare
Choose a tag to compare

This release moves GEOS back to using Open MPI 4.1.5 on SLES15 at NCCS with Intel Fortran. The GEOS Intel Debugging flags seem to trigger a crash in MPI_Init with Open MPI 5.0.0 (see open-mpi/ompi#12113)


From CHANGELOG.md

Changed

  • Move back to Open MPI 4.1.5 with Intel on NCCS. This avoids a bug between GEOS' Intel debugging flags and MPI_Init with Open MPI 5.0.0 (see open-mpi/ompi#12113)

What's Changed

Full Changelog: v4.21.0...v4.22.0

Update to Baselibs 7.15.1

20 Nov 20:12
5835d16
Compare
Choose a tag to compare

This release of ESMA_env moves GEOS to use Baselibs 7.15.1 which has updates (see below). It also adds fortran_udunits2 (a Fortran interface to udunits2) and has some bugfixes for macOS/HDF4 and ifx.

It also moves GEOS to use Open MPI 5.0.0 on SLES15 at NCCS.

All tests show it zero-diff with Baselibs 7.14


From CHANGELOG.md

Changed

  • Move to Open MPI 5.0.0 on SLES15 at NCCS
  • Moved to Baselibs 7.15.1
    • zlib 1.3
    • curl 8.4.0
    • HDF4 4.2.16-2
    • HDF5 1.10.11
    • nco 5.1.8
    • CDO 2.2.2
    • udunits2 2.2.28
    • fortran_udunits2 v1.0.0-rc.2 (GMAO-SI-Team fork)

Added

  • g5_modules now exports UDUNITS2_XML_PATH

What's Changed

Full Changelog: v4.20.6...v4.21.0

Baselibs for GMAO AIST work

06 Nov 19:47
bb758c4
Compare
Choose a tag to compare

Do not use for mainline GEOS work

This is a feature release of ESMA_env based on v4.20.6 which uses a version of Baselibs with an updated/altered ESMF. This is for use with GMAO AIST ongoing work. This is non-zero-diff to v4.20.6


From CHANGELOG.md

Changed

  • Update to Baselibs v7.14.1+aist_nr_1.0

Full Changelog: v4.20.6...v4.20.6+gmao_aist_nr_1.0

Fix issue with clean option

30 Oct 18:10
64c06ab
Compare
Choose a tag to compare

This patch of ESMA_env fixes an issue with the clean option of parallel_build.cshbuild.csh


From CHANGELOG.md

Fixed

  • Fixed issue with clean option

What's Changed

Full Changelog: v4.20.5...v4.20.6

Fix issue with builddir and installdir

26 Oct 14:39
7429c60
Compare
Choose a tag to compare

This patch fixes an issue with passing in builddir and installdir


From CHANGELOG.md

Fixed

  • Fix issue with passing in build and install dirs

What's Changed

  • Fix issue with passing in build and installdirs by @mathomp4 in #106

Full Changelog: v4.20.4...v4.20.5

More fixes for build.csh

25 Oct 15:42
94c9e19
Compare
Choose a tag to compare

This patch release of ESMA_env fixes many bugs that v4.20.3 introduced. In that version many/most of the options did not work. This release is better, but might break things elsewhere.


From CHANGELOG.md

Fixed

  • Fixed breakage of debug, aggressive and many many other options

What's Changed

Full Changelog: v4.20.3...v4.20.4