-
Notifications
You must be signed in to change notification settings - Fork 3
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 up ADAS CI #297
Fix up ADAS CI #297
Conversation
It worked! Yay! |
@mathomp4 Why does this take so long to run the CI tests? |
Huh. I did not notice that. Something must be wonky. Let me take a look... |
I just tried a push of a quick fix. I don't think it's perfect, but should make the build faster I hope. |
ok - thank you. |
The "real" issue seems to be the compiler in CI land is dying trying to compile a file...but then it works the next time around. Obviously the file compiles on discover, etc., so my only thought is maybe I just need less make parallelism for that one file (i.e., compiler running out of memory?). Fingers crossed! |
hum - that's odd - that's no happened to me once ... and I have compiled numerous times. perhaps the compilation in the CI is not quite one-to-one w/ how things get compiled in actuality, could that be? |
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.
This seems good by me. Thank you.
This PR attempts to fix the ADAS CI. The changes are:
f2py
code in CI (see GEOS-ESM/GMAOpyobs@v1.0.6...v1.0.6.1)