You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Life-time of MPI_Status is very limited, so have a query without allocating a debugging handle (mpid_status_handle_t):
intmpid_status_get_count_elements(mpid_process_handle_t*process,
mpid_address_tstatus, // Address of the MPI_status intlanguage, // MPID_TYPE_LANG_C or MPID_TYPE_LANG_FORTRAN mpid_type_handle_t*type_handle, // debugging handle for the data type used in the receive callint64*count,
int64*elements);
count and elements might be NULL, if they are not of interest.