-
Notifications
You must be signed in to change notification settings - Fork 572
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
Installation fails on --chaco-- EDIT netcdf #12857
Comments
I don't think this has anything to do with Chaco. From the log file:
From the configure log:
|
Thanks for spotting that. Eh, why didn't your cmake catch that? I've had it abort on me so many times for failing to find netcdf. |
I believe the library checks only run when
|
Ok, I fixed the null variable.
Now I'm really confused. You're using This relates to my question #12854 |
I'm not the expert on *netcdf usage in Trilinos, but when I build using spack I usually build against
So I think you need both libraries, and there is an option in For Trilinos I set:
|
Ok, got it. So load sequential netcdf & (parallel) pnetcdf. With this my installation passes. Better documentation of all these options would be a good idea. |
I thought I was letting cmake generate lots of output already, but I see no error in this.
output attached.
Victor.
trilinos_logs.zip
The text was updated successfully, but these errors were encountered: