-
Notifications
You must be signed in to change notification settings - Fork 128
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
Build error on Theta #2287
Comments
I'm not sure how this could happen. The "missing" targets should be defined in every possible code paths. @chuckatkins I see you self-assigned this, do you already have an idea of what's going on? |
I see the problem. Since |
That's a good reminder to get the static ci build turned back on. |
I was gonna say, why didn't we have static CI? So it got turned off... why? |
GitHub was having storage limit problems with the vms so we weren't getting the guaranteed available space and the static builds were blowing out what we did have even after reducing to a minimal configuration. They recently rolled back the changes to their base image though so I think we can turn it back on. |
Note: I have the same exact issue on Cori, (KNL, Intel compiler with static build) |
#2294 fixes this problem on Cori |
I've disabled the ASAN build for now as it's holding things up. It's not a memory issue but we need to churn through some compiler flag problems specific to clang. Once it cycles through again then I'll merge #2294 |
Describe the bug
I am getting the following error on Theta with intel and cmake/3.16.2.
To Reproduce
My cmake command is something like this:
v2.5.0-1176-ge108db3a
is the adios2 version.Any quick advice?
Thanks,
Jong
The text was updated successfully, but these errors were encountered: