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

Use consistent OpenMP flag for IntelClang #3735

Merged
merged 1 commit into from
Jan 21, 2021

Conversation

masterleinad
Copy link
Contributor

@masterleinad masterleinad commented Jan 20, 2021

Related to #3734. Currently, we don't use fiopenmp for OpenMP with icpx although this is clearly the intent (and what we use for OpenMPTarget below).
We probably forgot to update this location when changing the compiler id.
I checked locally that this passes all OpenMP tests.

@dalg24
Copy link
Member

dalg24 commented Jan 21, 2021

@lucbv pease review

Copy link
Contributor

@rgayatri23 rgayatri23 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@lucbv lucbv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks fine to me, I will test that with the intel icpx/dpc++ compilers just to check.

@lucbv
Copy link
Contributor

lucbv commented Jan 21, 2021

OK, this works for me with icpx/dpc++ and I am able to build kokkos kernels on top without issues, I'm a happy camper!

@dalg24 dalg24 merged commit f9777d9 into kokkos:develop Jan 21, 2021
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.

None yet

4 participants