There was an error while loading. Please reload this page.
These functions are analogous to the mpid_comm_* functions, but for MPI_Win.
int mpid_win_query(mpid_process_handle_t *process, mpid_address_t win, mpid_win_handle_t **handle);
Free a handle returned by the mpid_win_query() function.
int mpid_win_handle_free(mpid_win_handle_t *handle);
Query a handle returned by mpid_win_query() and, if found and valid, return the session this communicator was derived from
int mpid_win_query_session(mpid_win_handle_t *handle, mpid_session_handle_t **win_session);