-
Notifications
You must be signed in to change notification settings - Fork 4
OMPI: Notified RMA ops Public API #9
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
base: notified-rma
Are you sure you want to change the base?
Conversation
|
Hello! The Git Commit Checker CI bot found a few problems with this PR: 8d7ea3b: Public APis to makefile
0b6b3c3: Public APIs for put_withnotify. get_with_notify
Please fix these problems and, if necessary, force-push new commits back up to the PR branch. Thanks! |
5a9c010 to
f79b94b
Compare
|
Hello! The Git Commit Checker CI bot found a few problems with this PR: 8ba738e: Edits
Please fix these problems and, if necessary, force-push new commits back up to the PR branch. Thanks! |
8ba738e to
80fef14
Compare
ompi/mpi/c/get_with_notify.c.in
Outdated
| #include "ompi/datatype/ompi_datatype.h" | ||
| #include "ompi/runtime/ompi_spc.h" | ||
|
|
||
| PROTOTYPE ERROR_CLASS get_with_notify(BUFFER_OUT origin_addr, COUNT origin_count, |
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.
This needs to be consistent with the proposal (get_notify).
|
Hello! The Git Commit Checker CI bot found a few problems with this PR: dff9ea5: Public APIs for:
Please fix these problems and, if necessary, force-push new commits back up to the PR branch. Thanks! |
put_with_notify get_with_notify Signed-off-by: Joseph Antony <jajoseph.antony18@gmail.com>
dff9ea5 to
6519bd0
Compare
| int ompi_osc_sm_free(struct ompi_win_t *win); | ||
|
|
||
| // TODO: add put/get_with_notify prototypes | ||
| // TODO: add put/get_notify prototypes |
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.
TODO: Will remove todos
| SET_COUNTER_ARRAY(OMPI_SPC_PUT_NOTIFY, "The number of times MPI_Put_notify was called.", false, false), | ||
| SET_COUNTER_ARRAY(OMPI_SPC_RPUT, "The number of times MPI_Rput was called.", false, false), | ||
| SET_COUNTER_ARRAY(OMPI_SPC_GET, "The number of times MPI_Get was called.", false, false), | ||
| SET_COUNTER_ARRAY(OMPI_SPC_GET_NOTIFY, "The number of times MPI_Get was called.", false, false), |
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.
The number of times MPI_Get_notify was called, will fix the error
Summary of Changes: