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

Fixing hpx::lcos::local::barrier #2332

Merged
merged 1 commit into from Sep 15, 2016
Merged

Fixing hpx::lcos::local::barrier #2332

merged 1 commit into from Sep 15, 2016

Conversation

sithhell
Copy link
Member

This patch implements the algorithm taken from
http://locklessinc.com/articles/barriers/. This fixes the hang that occasionally
occurs in the local_barrier test.

@hkaiser
Copy link
Member

hkaiser commented Sep 15, 2016

@sithhell What's the difference to #2321 ?

@sithhell
Copy link
Member Author

sithhell commented Sep 15, 2016 via email

This patch implements the algorithm taken from
http://locklessinc.com/articles/barriers/. This fixes the hang that occasionally
occurs in the local_barrier test.
@hkaiser
Copy link
Member

hkaiser commented Sep 15, 2016

That's the local barrier. The two prs are completely unrelated

Ahh, ok - thanks.

@hkaiser
Copy link
Member

hkaiser commented Sep 15, 2016

LGTM!

@hkaiser hkaiser merged commit 2d8fbf6 into master Sep 15, 2016
@hkaiser hkaiser deleted the fix_local_barrier branch September 15, 2016 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants