-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test new EPIC-maintained hpc-stack on Hera and Orion #789
Comments
This ensures consistency with the chosen stack. Fixes ufs-community#789.
Unfortunately, IP v4.0.0 is not part of the stack on Hera and Orion. Will need to request that from the EPIC group. And on Orion, I can't get the latest version of ESMF (8.4.1b07) to link properly. Temporarily using 8.3. Will need to resolve both issues before merging. |
On Orion, the link to ESMF (8.4.1b07) fails with numerous 'undefined reference' statements. Ex:
|
from the epic stack. Fixes ufs-community#789.
libs/utils. Fixes ufs-community#789.
versions. Fixes ufs-community#789.
Updated to v4.0.0 on Orion at b19a50b. |
More details on IP v4.0.0: |
@WalterKolczynski-NOAA - On Orion, does global_workflow care which stack UFS_UTILS points to?
I can't get ESMF v8.4.1 to work using the first option (fails at the link step). Using the second option, I can use v8.4.2. I want to avoid regressing to v8.3. |
version of ESMF). Fixes ufs-community#789
I don't know of any as long as all the other modules we use are there. Would need to test. Of course, I don't know why NetCDF 4.9.2 requires an entirely new stack installation in the first place. |
The branch at 815fc5b was compiled on Orion and Hera (using Intel) the regression tests were run. All chgres tests failed. All other tests passed. The chgres test files differed from the baseline files by what may be described as 'floating point' differences. Most of these differences were in the surface files. These differences do not indicate an error with the new stack. |
The branch at 815fc5b was compiled on Orion (Intel) and Hera (Intel and GNU) and the unit tests were run locally. All tests passed. |
Test repeated on Hera using 4496d3a. Results the same as previously. |
Update the Orion and Hera build modules to use the EPIC-maintained library stack. Fixes #789.
The switch the new hpc-stack was already done on Jet. See #771.
For details on how to use the hpc-stack on Hera and Orion, see: ufs-community/ufs-weather-model#1465
The new hpc-stack is already being tested in the global-workflow: NOAA-EMC/global-workflow#1311
The text was updated successfully, but these errors were encountered: