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

Global synchronization #362

Open
Blankslide opened this issue Apr 4, 2021 · 5 comments
Open

Global synchronization #362

Blankslide opened this issue Apr 4, 2021 · 5 comments

Comments

@Blankslide
Copy link

Is there a way to achieve a global synchronization call as it is in MPI.Barrier() in mpi4py?

@Peque
Copy link
Member

Peque commented Apr 4, 2021

@Folorunblues That pattern, and many others, are not implemented inside osBrain.

Since osBrain is based on ZeroMQ you can, however, implement any communication pattern you need without requiring too much effort. I strongly recommend you to have a look at ØMQ - The Guide. There you will find lots of examples for different communication patterns for different needs. 😊

@Blankslide
Copy link
Author

@Peque Thank you for your prompt reply! I will take a look at the guide. Is osbrain 0.70 coming out any time soon?

@Peque
Copy link
Member

Peque commented Apr 4, 2021

@Folorunblues I don't think so. Unfortunately, I am no longer actively developing this library, and it seems the project is not receiving lots of contributions either.

@Blankslide
Copy link
Author

@Peque, I quite understand. I believe the 0.6.5 is great and still has all the necessary features. Thanks again for your response!

@Peque
Copy link
Member

Peque commented Apr 5, 2021

@Folorunblues Glad you find it useful! 😊

Let me keep the issue open for contributions.

@Peque Peque reopened this Apr 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants