Releases: GEOS-ESM/ESMA_env
Update to Intel MPI 2021.13 (v4.29)
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
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
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 breakparallel_build.csh
What's Changed
Full Changelog: v5.4.0...v5.4.1
v4: Turn off useldlibs at NAS
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 breakparallel_build.csh
What's Changed
Full Changelog: v4.31.0...v4.31.1
Change default build processor for parallel_build.csh
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
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
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
- Changed order when setting
What's Changed
Full Changelog: v5.3.0...v5.3.1
v4: Fix order of LD_LIBRARY_PATH append
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
- Changed order when setting
What's Changed
Full Changelog: v4.30.0...v4.30.1
Updates for SLES15 at NCCS (v3.4 branch)
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
Full Changelog: v3.4.1...v3.4.2
v4.25: Move to Intel 2021.13 on SLES15 at NCCS
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