-
Notifications
You must be signed in to change notification settings - Fork 78
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
Multiple build errors: error: static_cast from 'const lbann::l2_weight_regularization *' to 'const lbann::objective_function_term *', which are not related by inheritance, is not allowed, etc #2407
Comments
The current revision still fails:
I think that lbann is broken due to persistent C++ errors. @tbennun Maybe you know how to compile lbann, since you regularly commit into this repository? rev. d7c5780 |
@yurivict yes, you can see how LBANN is compiled on our GitHub CI. I have never encountered those two compiler errors, so I think it could be some dependency version mismatch? |
@tbennun
MPICH headers are installed in /usr/local/include. |
@yurivict we have a script on how to build lbann with our HPC using spack. Maybe it is useful for you. https://github.com/nmnobre/LBANN-ScafellPike/blob/main/lbann.sh |
rev. caa8e5d
clang-16
FreeBSD 13.2
The text was updated successfully, but these errors were encountered: