-
Notifications
You must be signed in to change notification settings - Fork 885
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
openib btl: APM and async events support #31
Comments
Imported from trac issue 1240. Created by jsquyres on 2008-03-11T17:27:21, last modified: 2008-06-01T07:47:34 |
Trac comment by jsquyres on 2008-05-29 20:14:33: Pasha -- since basic APM support is in, is this a 1.3 ticket? |
Trac comment by pasha on 2008-06-01 05:39:11: Jeff, |
Trac comment by jsquyres on 2008-06-01 07:47:34: You're right -- I didn't read the ticket closely (just keyed in on "APM" in the title). This will require more discussion -- let's move it to v1.4. |
…on_fix OSHMEM: fix infinite recursion
* ADAPT: use the correct nbc request type * coll/base: document type casts in ompi_coll_base_retain_* Signed-off-by: Joseph Schuchart <[email protected]>
Add support for fallback to previous coll module on non-commutative operations (open-mpi#30) Replace mutexes by atomic operations. Use the correct nbc request type (open-mpi#31) * coll/base: document type casts in ompi_coll_base_retain_* Other minor fixes. Signed-off-by: George Bosilca <[email protected]> Signed-off-by: Joseph Schuchart <[email protected]>
Openib btl is removed. Closing. |
APM support should always be in a background thread so that it can be handled ASAP. The async event handler can be a bit lazier.
For v1.3, the async handler and APM handler are always off in a separate progression thread. For v1.3.1, we should change this strategy:
The text was updated successfully, but these errors were encountered: