Skip to content

Handle Debugging:Window queries

Joachim edited this page Oct 28, 2021 · 2 revisions

Window queries

These functions are analogous to the mpidbg_comm_* functions, but for MPI_Win.

int mpidbg_win_query(mqs_process *process,
                     mqs_taddr_t win,
                     struct mpidbg_win_handle_t **handle);

Free a handle returned by the mpidbg_win_query() function.

int mpidbg_win_handle_free(struct mpidbg_win_handle_t *handle);

Session query function:

Query a handle returned by mpidbg_win_query() and, if found and valid, return the session this communicator was derived from

int mpidbg_win_query_session(struct mpidbg_win_handle_t *handle,
                             struct mpidbg_session_handle_t **win_session);
Clone this wiki locally