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

Remove $OMP directives from AeroDyn_Inflow due to Intel compiler bug #2501

Merged
merged 1 commit into from
Nov 5, 2024

Conversation

deslaughter
Copy link
Collaborator

This PR is ready to merge.

Feature or improvement description

This PR removes the $OMP parallel directives from AeroDyn_Inflow.f90 which were causing compilation to fail when using the Intel oneAPI Fortran 2024.1.0 compiler with OpenMP enabled. This is a bug in the compiler itself, not specific to OpenFAST. There may be a slight decrease in performance for specific use cases since these were removed, but the related code has already been removed from the dev branch.

Impacted areas of the software

AeroDyn_Inflow.f90

…mpilation to fail when using the Intel oneAPI 2024.1.0 compiler
@andrew-platt andrew-platt merged commit aa51340 into OpenFAST:rc-3.5.5 Nov 5, 2024
38 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants