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

parallelise outer for loop using combinable value #1828

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

RobBuchananCompPhys
Copy link
Contributor

@RobBuchananCompPhys RobBuchananCompPhys commented Apr 2, 2024

Some more info about this:
Setting a breakpoint in Histogram1D::accumulatedData during the unit test and running gdb on both develop (single-threaded), and this branch (multithreaded), it looks like all siteRDF calcs are returning the same total of the bins_, a value of 71022.
The process generates a lot of data and gdb is slow to dump it all to a file so currently pretty challenging to hone in exactly on what is going wrong.

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.

None yet

1 participant