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

Simplify configure checks for OpenMP by relying on upstream CMake. #483

Merged
merged 2 commits into from
Jul 15, 2024

Conversation

mmuetzel
Copy link
Contributor

Upstream CMake already check which version of OpenMP the used compilers support. Use that information to simplify the configuration a bit.

Also fix what is probably a typo in the build rules.

mmuetzel added 2 commits July 13, 2024 21:50
Upstream CMake already check which version of OpenMP the used compilers
support. Use that information to simplify the configuration a bit.
It was probably a typo to rely on the version of the C++ compiler to
decide whether to add flags for the Fortran compiler.
Check the version of the Fortran compiler instead.
@mmuetzel
Copy link
Contributor Author

Rebased on a current head without any changes to check if the CI triggers.

@tzwinger tzwinger merged commit 2db9e43 into ElmerCSC:devel Jul 15, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

2 participants