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

Feature/do concurrent #74

Merged
merged 3 commits into from
Nov 20, 2024
Merged

Feature/do concurrent #74

merged 3 commits into from
Nov 20, 2024

Conversation

fluidnumerics-joe
Copy link
Member

This PR replaces nested loops in the SELF_DGModel*D* modules with the appropriate do concurrent blocks to expose parallelism at this level. This improves the performance of multi-threaded builds of SELF.

Copy link

codecov bot commented Nov 15, 2024

Codecov Report

Attention: Patch coverage is 88.14815% with 16 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/SELF_DGModel3D_t.f90 81.96% 11 Missing ⚠️
src/SELF_DGModel2D_t.f90 90.90% 5 Missing ⚠️

📢 Thoughts on this report? Let us know!

@fluidnumerics-joe fluidnumerics-joe merged commit 3b30551 into main Nov 20, 2024
10 of 11 checks passed
@fluidnumerics-joe fluidnumerics-joe deleted the feature/do-concurrent branch November 20, 2024 13:35
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