-
Notifications
You must be signed in to change notification settings - Fork 12
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
chore: upgrade Trilinos version #288
Conversation
well, |
Thank you @CusiniM for fixing this. I have tested with apple clang 16.0 and the compilation errors are fixed. However, notice that the action Rockylinux (8, clang 17.0.6, cuda 12.5) is failing. |
* enable zoltan * specify clang17 in rockylinux build * exclude clang from update after install * update caliper to avoid error with std::filesystem linker errors
…/thirdPartyLibs into cusini/upgrade-trilinos
* chore: upgrade Trilinos version * enable zoltan (GEOS-DEV#287) * enable zoltan * specify clang17 in rockylinux build * exclude clang from update after install * update caliper to avoid error with std::filesystem linker errors * try updating cuda image to 12.6.3 Co-authored-by: Matteo Cusini <49037133+CusiniM@users.noreply.github.com> Co-authored-by: Randolph Settgast <settgast1@llnl.gov>
The previous version was giving me some compilation errors with clang16 on macOS so I just upgraded it.