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

CMake compilation error with MPI_C and SUNDIALS #2945

Open
mikekryjak opened this issue Jul 17, 2024 · 2 comments
Open

CMake compilation error with MPI_C and SUNDIALS #2945

mikekryjak opened this issue Jul 17, 2024 · 2 comments

Comments

@mikekryjak
Copy link
Contributor

The recent SUNDIALS update made it necessary to add the C language to the project line in the Hermes-3 cmake script (see bendudson/hermes-3@7407e35). I'm leaving this here in case this information is useful to someone.

@Steven-Roberts
Copy link
Contributor

Just seeing this issue now. Is this still the case after this PR was merged? In particular, with this change https://github.com/boutproject/BOUT-dev/pull/2922/files#diff-3c300e85313a4acb4aa412b9d561a30fd081396a05de144d624ceec30e387c5dR300

@mikekryjak
Copy link
Contributor Author

Yes, we are using this commit: d7f8807

You can see that the changes are there:

enable_language(C)
find_package(SUNDIALS REQUIRED)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants