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

Pass user_data argument to free_cb_function registered with MPI_T_event_handle_free function #6

Open
wants to merge 1 commit into
base: topic/mpi_t_events
Choose a base branch
from

Conversation

kingshuk00
Copy link

@kingshuk00 kingshuk00 commented May 21, 2024

Commit open-mpi@9350bee introduces the user-data argument in MPI_T_event_handle_free() function. But it does not pass it along further while calling mca_base_event_registration_free(). Consequently, mca_base_event_registration_destructor() passes the registration->user_data member directly making it not readily available in the callback. This commit should fix it.

Copy link

Hello! The Git Commit Checker CI bot found a few problems with this PR:

0827799: Pass user_data argument to free_cb_function regist...

  • check_signed_off: does not contain a valid Signed-off-by line

Please fix these problems and, if necessary, force-push new commits back up to the PR branch. Thanks!

1 similar comment
Copy link

Hello! The Git Commit Checker CI bot found a few problems with this PR:

0827799: Pass user_data argument to free_cb_function regist...

  • check_signed_off: does not contain a valid Signed-off-by line

Please fix these problems and, if necessary, force-push new commits back up to the PR branch. Thanks!

…nt_handle_free function.

Signed-off-by: Kingshuk Haldar <[email protected]>
@kingshuk00 kingshuk00 force-pushed the mpi_t_events/user_data_freecb branch from 0827799 to bc864bf Compare May 22, 2024 08:29
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

Successfully merging this pull request may close these issues.

1 participant