Skip to content

Releases: GEOS-ESM/ESMA_env

Update to Intel MPI 2021.13 (v4.29)

16 Oct 18:33
b23c761
Compare
Choose a tag to compare

This is a patch on ESMA_env v4.29 that moves to use Intel MPI 2021.13 on SLES15 at NCCS. Intel MPI seems more stable at NCCS on SLES15.


From CHANGELOG.md

Changed

  • Move to Intel MPI 2021.13 at NCCS on SLES15

Full Changelog: v4.29.0...v4.29.1

v4.8: Updates for RHEL8 GMAO Machines

24 Sep 15:38
Compare
Choose a tag to compare

This release of ESMA_env v4.8 has updates needed for GMAO machines that have moved to RHEL 8 (e.g., calculon).

Baselibs has been rebuilt and we also update the GEOSpyD to a new miniforge Python3 stack.


From CHANGELOG.md

Changed

  • Updated g5_modules for RHEL8 GMAO machines
    • Change Baselibs location
    • Add new useldlibs and turn off
    • Move to new Miniforge GEOSpyD

Full Changelog: v4.8.1...v4.8.2

Turn off useldlibs at NAS

18 Sep 15:03
3580559
Compare
Choose a tag to compare

More testing at NAS found that appending Baselibs' LD_LIBRARY_PATH was breaking parallel_build.csh. So, like Bucy, we turn that off at NAS.


Fixed

  • Just do not append Baselibs LD_LIBRARY_PATH at NAS. Seems to break parallel_build.csh

What's Changed

Full Changelog: v5.4.0...v5.4.1

v4: Turn off useldlibs at NAS

18 Sep 15:02
c53b167
Compare
Choose a tag to compare

More testing at NAS found that appending Baselibs' LD_LIBRARY_PATH was breaking parallel_build.csh. So, like Bucy, we turn that off at NAS.


From CHANGELOG.md

Fixed

  • Just do not append Baselibs LD_LIBRARY_PATH at NAS. Seems to break parallel_build.csh

What's Changed

Full Changelog: v4.31.0...v4.31.1

Change default build processor for parallel_build.csh

13 Sep 17:47
ea4a4a7
Compare
Choose a tag to compare

This release updates the default processors for parallel_build.csh to Milan at NCCS and Rome at NAS


From CHANGELOG.md

Changed

  • Updated the default processors for parallel_build.csh to Milan at NCCS and Rome at NAS

What's Changed

Full Changelog: v5.3.1...v5.4.0

v4: Change default build processor for parallel_build.csh

13 Sep 17:46
7f00558
Compare
Choose a tag to compare

This v4 release updates the default processors for parallel_build.csh to Milan at NCCS and Rome at NAS


From CHANGELOG.md

Changed

  • Updated the default processors for parallel_build.csh to Milan at NCCS and Rome at NAS

What's Changed

Full Changelog: v4.30.1...v4.31.0

Fix order of LD_LIBRARY_PATH append

09 Sep 14:22
d685168
Compare
Choose a tag to compare

Testing at NAS shows that for some reason once we moved to Baselibs 7.25.0, the order of operations on when you append the Baselibs LD_LIBRARY_PATH to the LD_LIBRARY_PATH in the csh shell can break TCL modules. So we reorder to load the modules first and then append to the LD_LIBRARY_PATH.


From CHANGELOG.md

Fixed

  • Fix issue between g5_modules and csh at NAS
    • Changed order when setting LD_LIBRARY_PATH to avoid issues with csh and tclsh

What's Changed

  • Fix order of operations with LD_LIBRARY_PATH and csh by @mathomp4 in #132

Full Changelog: v5.3.0...v5.3.1

v4: Fix order of LD_LIBRARY_PATH append

09 Sep 14:21
609a9a7
Compare
Choose a tag to compare

Testing at NAS shows that for some reason once we moved to Baselibs 7.25.0, the order of operations on when you append the Baselibs LD_LIBRARY_PATH to the LD_LIBRARY_PATH in the csh shell can break TCL modules. So we reorder to load the modules first and then append to the LD_LIBRARY_PATH.


From CHANGELOG.md

Fixed

  • Fix issue between g5_modules and csh at NAS
    • Changed order when setting LD_LIBRARY_PATH to avoid issues with csh and tclsh

What's Changed

  • v4: Fix order of operations with LD_LIBRARY_PATH and csh by @mathomp4 in #131

Full Changelog: v4.30.0...v4.30.1

Updates for SLES15 at NCCS (v3.4 branch)

19 Aug 19:48
a3b8c01
Compare
Choose a tag to compare

This release enables SLES15 builds at NCCS for fixtures using ESMA_env v3.4


From CHANGELOG.md

Changed

  • Updated necessary to build on SLES15 at NCCS

What's Changed

  • v3.4: Updates needed to run on SLES15 at NCCS by @mathomp4 in #130

Full Changelog: v3.4.1...v3.4.2

v4.25: Move to Intel 2021.13 on SLES15 at NCCS

07 Aug 13:45
c88f1b8
Compare
Choose a tag to compare

This moves ESMA_env v4.25 to use Intel MPI 2021.13 on SLES15 NCCS.

NOTE: Users of this should set:

setenv I_MPI_FABRICS shm:ofi
setenv I_MPI_OFI_PROVIDER psm3

in run scripts. The psm3 is mandatory on the Milans at NCCS.


From CHANGELOG.md

Changed

  • Move to Intel MPI 2021.13 at NCCS SLES15. Testing shows this is a more stable MPI stack on the system.

What's Changed

Full Changelog: v4.25.1...v4.25.2