-
Notifications
You must be signed in to change notification settings - Fork 13
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
Update RDASApp to use git submodules + Rocky 8 for Hera #11
Conversation
@CoryMartin-NOAA Thanks for providing a version working with Rocky 8. Does this mean this branch will work after tomorrow's hera upgrade to Rocky8? |
@TingLei-NOAA it works now if you log in to one of the rocky8 nodes, after tomorrow's maintenance, those will be the default option. |
The clone and building of rdas of this PR on hera had succeeded. Though mpi-jedi related components are missing, it is fine. We can add it later as done in #9. Also, as our discussion on rdas including those around #9, I think it is great to have a RDAS repo to work as a starting point. Further discussion/collaboration could continue by more and more use/developments of RDASapp on github. The PR is approved and Thanks to @CoryMartin-NOAA for this effort. |
@TingLei-NOAA did you try it for mpas, did it work? |
@CoryMartin-NOAA running "build.sh -f -a -d -t hera" , mpas (mpas-jedi) is not built in bundle dir. But I saw mpas and mpas-jedi are in sorc dir as the submodules. Maybe some options should be turned on? I will have a look at that later. |
|
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.
Hi @CoryMartin-NOAA. I also cloned and built on hera with rocky 8. I think everything looks good. Thanks for this effort!
@CoryMartin-NOAA Thank you for updating RDASApp! |
* Add submodules; update modulefiles; modify build scripts * Submodule helper scripts * Update detect_machine.sh
This PR is intended to replace #9 and only includes git submodules and build changes.
I tested and it compiles for the FV3 case on Hera on the Rocky8 login nodes. I did not yet test for MPAS or on Orion.