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

Fix OpenMP directives in example/concurrrent-inferences.f90 #231

Merged
merged 3 commits into from
Nov 25, 2024

Conversation

rouson
Copy link
Contributor

@rouson rouson commented Nov 25, 2024

No description provided.

This commit adds OpenMP alternatives in
example/concurrent-inferences.f90 for comparison with
the `do concurrent` inference block.
This commit fixes the `omp parallel do` statement to default to
declaring sharing for all variables accessed and to collapse three
nested loops into one.
@rouson rouson merged commit 6787b6a into main Nov 25, 2024
4 checks passed
@rouson rouson deleted the openmp-inference-example branch November 25, 2024 13:56
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.

1 participant