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

Better integration with libuv's event loop when using MPI as transport #7

Open
amitmurthy opened this issue Mar 10, 2015 · 1 comment

Comments

@amitmurthy
Copy link
Contributor

Currently we do a busy-wait with MPI.IProbe - yield() loop, which consumes CPU cycles unnecessarily.

@eschnett
Copy link
Contributor

This is actually difficult to solve, since the MPI implementation probably needs to poll the networking hardware periodically. Integrating the MPI implementation with libuv may make sense, but I don't know of an MPI implementation that does this, or that offers a select-like API function.

@simonbyrne simonbyrne transferred this issue from JuliaParallel/MPI.jl Aug 6, 2019
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

No branches or pull requests

2 participants