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

Restructure OpenMP code, test nested parallelism. #208

Merged
merged 1 commit into from
Jul 11, 2024
Merged

Conversation

samuelkgutierrez
Copy link
Member

Commit a restructuring of the QV OpenMP code. The major difference is the removal of the shared data code, which was only used to house a pthread_barrier_t. My testing shows that the use of pthread_barrier_t in OpenMP regions may be unreliable.

Also commit a test of nested parallelism and how that might look using QV.

Commit a restructuring of the QV OpenMP code. The major difference is
the removal of the shared data code, which was only used to house a
pthread_barrier_t. My testing shows that the use of pthread_barrier_t in
OpenMP regions may be unreliable.

Also commit a test of nested parallelism and how that might look using
QV.

Signed-off-by: Samuel K. Gutierrez <[email protected]>
@samuelkgutierrez samuelkgutierrez merged commit f400261 into master Jul 11, 2024
3 checks passed
@samuelkgutierrez samuelkgutierrez deleted the nest branch July 11, 2024 18:48
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