-
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
FYI, unable to build RDASApp in a computing node #165
Comments
Could you specify which platform it is for the this case? We are currently support Orion, Hera and Jet only. |
@ShunLiu-NOAA Thanks for the question. I forgot to mention it is on Jet/Hera. |
Computing nodes on Orion/Hercules cannot access internet either |
The whole building process could be done in 3 steps :1) cloning(including submodules and configuring ; 2) data cloning/downloading ; 3 a clean "make " step without need to access to internet. . |
@TingLei-NOAA Thanks for the input! |
So we should go forward to remove any internet access part in the build process so that we can run the build process in a computing node and it will greatly reduce building time. This will be extremely helpful for Orion, Timing stats when building mpasjedi only:
|
Some platforms highly prefer compiling using computing nodes and only allow very small build jobs on the login nodes.
A computing node will allow using much more processors to compile concurrently so as to speed up the build process.
This issue is just to document the attempt to build RDASApp in a computing node.
In many platforms, a computing node differs from the login nodes in that it cannot access the internet.
Previously, RDASApp would download lots of data on the fly during the build process. We have made efforts to reduce that dependency. But apparently, that's not enough.
This is to document the error message I got:
The text was updated successfully, but these errors were encountered: