-
Notifications
You must be signed in to change notification settings - Fork 23
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
latest code runtime failures on cheyenne #84
Comments
I need to know please at which point the model fails and with which error message ... thank you. |
I just completed the canned test case (aka simple-test-case, 24h fcst) on Cheyenne with the NCEPLIBS-external/NCEPLIBS installed as modules last week:
The modulesfiles for both GNU and Intel were missing the ESMFMKFILE entries, I added those. This is how I compiled the latest release/public-v1 code using
This build uses the information in |
That was the problem, apparently the esmf_libs/8.0.0 esmf-8.0.0-ncdfio-mpi-g was incompatible with the NCEPlibs build - it's working after you fixed the ESMFMKFILE entry and I removed the other module. |
Hooroay! |
When using the ufs-mrweather-app hash de1ffe all tests are failing at runtime.
I tried replacing the output of chgres_cube, with that from an earlier version for which the model ran correctly. That also failed. Then I tried changing back to my local NCEPlibs install - because I built NCEPlibs with a newer version of the compiler I had to change that as well which then required me to also change the esmf build. With these changes the test I was trying now passes.
I'm am working to further pinpoint the cause. This discussion is continued from NOAA-EMC/fv3atm#43
The text was updated successfully, but these errors were encountered: