-
Notifications
You must be signed in to change notification settings - Fork 883
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
MPI_T: provide a stub implementation of events #13086
base: main
Are you sure you want to change the base?
Conversation
man pages will be added in a separate PR. Signed-off-by: Howard Pritchard <[email protected]>
@jsquyres per your request at last weeks meeting. |
related to #8057 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In general, I think this looks like a great first step -- the API is there, and is conformant (even though it doesn't actually do anything). Extensions to make this API more functional would be welcome after this PR.
Any chance we could get some man pages and/or a mention somewhere in the docs about MPI_T events?
@@ -1399,6 +1405,7 @@ if test $ac_cv_header_sys_synch_h = yes ; then | |||
[Do not use outside of mpi.h. Define to 1 if you have the <sys/synch.h> header file.]) | |||
fi | |||
|
|||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: spurious additional line.
i'll add man pages to this PR. |
Signed-off-by: Howard Pritchard <[email protected]>
man pages will be added in a separate PR.