-
Notifications
You must be signed in to change notification settings - Fork 382
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
Fix a bug in the SI solver issued by #5598 #5600
Conversation
- The standalone MPAS-O build was broken due to a missing 'USE_LAPACK' directive in the SI solver code.
@xylar , could you please try to build the standalone MPAS-O using this branch before merging? |
Great, I'll try this soon! Thanks for working on this so quickly. |
I can confirm that the standalone MPAS-Ocean model builds with this fix. I'm going to do a test run now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks again, @hyungyukang!
I was able to run the pr
test suite from Compass on Chrysalis with Intel, OpenMPI and OpenMP with this branch. 5 tests with ice-shelf cavities failed for know reasons unrelated to the PR (they are because of #5464 and will be fixed in MPAS-Dev/compass#512). But all the rest were successful so this is perfect as far as I'm concerned.
Great! Thanks for testing, @xylar ! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approve by inspection - thanks @hyungyukang
passes:
merged to next |
merged to master |
This merge updates the E3SM-Project submodule from [c292bec000](https://github.com/E3SM-Project/E3SM/tree/c292bec000) to [4b3e611fee](https://github.com/E3SM-Project/E3SM/tree/4b3e611fee). This update includes the following MPAS-Ocean and MPAS-Frameworks PRs (check mark indicates bit-for-bit with previous PR in the list): - [ ] (ocn) E3SM-Project/E3SM#5418 - [ ] (ocn) E3SM-Project/E3SM#5447 - [ ] (ocn) E3SM-Project/E3SM#5568 - [ ] (ocn) E3SM-Project/E3SM#5583 - [ ] (ocn) E3SM-Project/E3SM#5575 - [ ] (ocn) E3SM-Project/E3SM#5600
The standalone MPAS-O build was broken due to a missing 'USE_LAPACK' directive in the SI solver code (issued by #5598).
Fixes #5598
[BFB]