Skip to content

Conversation

@frankier
Copy link

Fixes #13516

@frankier frankier requested a review from dcbaker as a code owner November 17, 2025 09:13
return ['-xopenmp']


class IntelFortranCompiler(IntelGnuLikeCompiler, FortranCompiler):
Copy link
Member

Choose a reason for hiding this comment

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

Mypy is pointing at this, and I think it's correct, dropping this is changing the compiler. I think this is also used for the old ifort compiler, so dropping this code will absolutely break that compiler

@frankier frankier marked this pull request as draft November 18, 2025 16:22
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.

OpenMP flag for IntelLLVM C/C++, icx/icpx, should be -qopenmp

2 participants