base_req 373 ompi/mca/coll/base/coll_base_bcast.c ompi_request_t *base_req, *new_req; base_req 484 ompi/mca/coll/base/coll_base_bcast.c comm, &base_req)); base_req 498 ompi/mca/coll/base/coll_base_bcast.c err = ompi_request_wait( &base_req, MPI_STATUS_IGNORE ); base_req 507 ompi/mca/coll/base/coll_base_bcast.c base_req = new_req; base_req 513 ompi/mca/coll/base/coll_base_bcast.c err = ompi_request_wait( &base_req, MPI_STATUS_IGNORE ); base_req 72 ompi/peruse/peruse-internal.h #define PERUSE_TRACE_COMM_EVENT(event, base_req, op) \ base_req 74 ompi/peruse/peruse-internal.h if( NULL != (base_req)->req_comm->c_peruse_handles ) { \ base_req 75 ompi/peruse/peruse-internal.h ompi_peruse_handle_t * _ptr = (base_req)->req_comm->c_peruse_handles[(event)]; \ base_req 78 ompi/peruse/peruse-internal.h _comm_spec.comm = (base_req)->req_comm; \ base_req 79 ompi/peruse/peruse-internal.h _comm_spec.buf = (base_req)->req_addr; \ base_req 80 ompi/peruse/peruse-internal.h _comm_spec.count = (base_req)->req_count; \ base_req 81 ompi/peruse/peruse-internal.h _comm_spec.datatype = (base_req)->req_datatype; \ base_req 82 ompi/peruse/peruse-internal.h _comm_spec.peer = (base_req)->req_peer; \ base_req 83 ompi/peruse/peruse-internal.h _comm_spec.tag = (base_req)->req_tag; \ base_req 85 ompi/peruse/peruse-internal.h _ptr->fn(_ptr, (MPI_Aint)(base_req), &_comm_spec, _ptr->param); \ base_req 90 ompi/peruse/peruse-internal.h #define PERUSE_TRACE_COMM_OMPI_EVENT(event, base_req, size, op) \ base_req 92 ompi/peruse/peruse-internal.h if( NULL != (base_req)->req_comm->c_peruse_handles ) { \ base_req 93 ompi/peruse/peruse-internal.h ompi_peruse_handle_t * _ptr = (base_req)->req_comm->c_peruse_handles[(event)]; \ base_req 96 ompi/peruse/peruse-internal.h _comm_spec.comm = (base_req)->req_comm; \ base_req 97 ompi/peruse/peruse-internal.h _comm_spec.buf = (base_req)->req_addr; \ base_req 100 ompi/peruse/peruse-internal.h _comm_spec.peer = (base_req)->req_peer; \ base_req 101 ompi/peruse/peruse-internal.h _comm_spec.tag = (base_req)->req_tag; \ base_req 103 ompi/peruse/peruse-internal.h _ptr->fn(_ptr, (MPI_Aint)(base_req), &_comm_spec, _ptr->param); \ base_req 128 ompi/peruse/peruse-internal.h #define PERUSE_TRACE_COMM_EVENT(event, base_req, op) base_req 129 ompi/peruse/peruse-internal.h #define PERUSE_TRACE_COMM_OMPI_EVENT(event, base_req, size, op)