-
Notifications
You must be signed in to change notification settings - Fork 900
Implement MPIX_GREQUEST_START #24
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
Comments
Imported from trac issue 1159. Created by jsquyres on 2007-10-07T05:43:12, last modified: 2008-06-21T14:06:51 |
Trac comment by jsquyres on 2008-06-21 14:06:51: Not going to happen for v1.3. |
OSHMEM: fix check-help-string.pl errors and warnings.
sync with ompi-release/v1.8
The infrastructure for extended generalized requests has been around for quite a while in Open MPI (protected by |
As long as it's MPIX, I doubt there's a problem. |
@ggouaillardet Do you know the state of this ticket? I think it can be closed. However, after looking at the code I think that some of the protections added for the I see these two changes from you so I thought I would reach out to see what you think:
|
Rob Latham proposed MPIX_GREQUEST_START as described in "Extending the MPI-2 Generalized Request Interface":http://www-unix.mcs.anl.gov/~thakur/papers/grequest-redesign.pdf (PDF). Prototypes are in the paper (no use reproducing them here).
The main improvement is allowing generalized requests to specify their own progression function that will be invoked by MPI's progress engine. This MPIX_GREQUEST_START function is in MPICH2 and is now used by newer versions of ROMIO.
The text was updated successfully, but these errors were encountered: