Skip to content
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

Add warning to GinkgoConfig.cmake about mismatching compilers #1205

Closed
upsj opened this issue Nov 21, 2022 · 0 comments · Fixed by #1372
Closed

Add warning to GinkgoConfig.cmake about mismatching compilers #1205

upsj opened this issue Nov 21, 2022 · 0 comments · Fixed by #1372
Labels
is:todo This issue describes a concrete task to be done

Comments

@upsj
Copy link
Member

upsj commented Nov 21, 2022

We've had some issues with ABI mismatches in the past - to avoid those, it might make sense to store the path for the C++, CUDA and HIP compilers that were used to compile Ginkgo, and compare them to the CMAKE_CXX_COMPILER etc. at find_package(Ginkgo) call.

@upsj upsj added the is:todo This issue describes a concrete task to be done label Nov 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
is:todo This issue describes a concrete task to be done
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant