Version 2.3 Functional Release #63
gdicker1
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The EarthWorks v2.3 release introduces these new features and fixes:
Optimizing OpenACC Data Transfers RRTMG-P: Updates to the interface between RRTMG-P and CAM allow variables to stay resident on the GPU between timesteps. This increases performance by reducing the overhead of data transfers.
Fix Correctness Issue: When doing longer science runs, marked differences were found between the EarthWorks v2.2 outputs and previous versions. This is addressed in this release by reverting MPAS-A to a version without OpenACC offloading.
Fix GPU Builds with Modified Physics Columns: Build failures during the final linking step when increasing
pcols
are addressed by adding the-mcmodel=medium
flag, only during GPU builds. Increasing the number of physics columns processed per MPI rank (thus per GPU) reduces the kernel launch overhead and provides a performance boost.Fix Archiving Step for MPAS-O and MPAS-SI: Some test failures from last release are addressed by adding a file that describes output files to archive for MPAS-O and MPAS-SI.
Description of Model Configurations (Compsets)
See EarthWorks Supported Configurations in the GitHub wiki for more details.
Testing
Tested Systems
NSF NCAR’s Derecho Supercomputer
The tests in this release occurred on Derecho.
CPU-only hardware Derecho’s CPU-only nodes consisted of dual-socket, 64-core, 3rd Gen AMD EPYC™ 7763 Milan processors with 256 GB of DDR4 memory.
CPU/GPU hybrid hardware Derecho has GPU nodes consisting of single-socket, 64-core, 3rd Gen AMD EPYC™ 7763 Milan processor with 512 GB of DDR4 memory plus 4 NVIDIA A100 GPUs each with 40 GB of onboard memory.
Tested Software Stacks
Compiler Versions
Derecho:
Libraries
Derecho:
Testing Results
Derecho
create_test
ResultsTo test this release, CPU-only tests were carried out on Derecho using the
ew-pr
andew-rel
categories as described in the v2.2 release.5 Day Smoke Tests (
ew-pr
)All these runs ran to completion and no differences were found when comparing between two runs of this release. These results can serve as baselines going forward.
11 Day Exact Restart Tests (
ew-rel
)Known Issues
This discussion was created from the release Version 2.3 Functional Release.
Beta Was this translation helpful? Give feedback.
All reactions