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

Synchronize on make_graph_executable #260

Merged
merged 1 commit into from
Jun 23, 2023

Conversation

devreal
Copy link
Contributor

@devreal devreal commented Jun 22, 2023

PaRSEC needs to make sure that no AMs are delivered before the callbacks are registered, which happens in make_graph_executable. So we add a hook that becomes a barrier for PaRSEC and is empty for madness.

@Ashawini27 this should fix your hangs. Please give it a try and let me know if not :)

@devreal devreal requested review from evaleev and therault June 22, 2023 22:01
Copy link
Contributor

@therault therault left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

PaRSEC needs to make sure that no AMs are delivered before the callbacks
are registered, which happens in make_graph_executable. So we add
a hook that becomes a barrier for PaRSEC and is empty for madness.

Signed-off-by: Joseph Schuchart <[email protected]>
@therault therault merged commit d59730e into TESSEorg:master Jun 23, 2023
4 checks passed
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.

2 participants