current_communicator 766 ompi/debuggers/ompi_msgq_dll.c extra->current_communicator = extra->communicator_list; current_communicator 773 ompi/debuggers/ompi_msgq_dll.c return extra->current_communicator == NULL ? mqs_end_of_list : mqs_ok; current_communicator 784 ompi/debuggers/ompi_msgq_dll.c if (extra->current_communicator) { current_communicator 785 ompi/debuggers/ompi_msgq_dll.c *comm = extra->current_communicator->comm_info; current_communicator 802 ompi/debuggers/ompi_msgq_dll.c communicator_t *comm = extra->current_communicator; current_communicator 824 ompi/debuggers/ompi_msgq_dll.c extra->current_communicator = extra->current_communicator->next; current_communicator 825 ompi/debuggers/ompi_msgq_dll.c return (extra->current_communicator != NULL) ? mqs_ok : mqs_end_of_list; current_communicator 1096 ompi/debuggers/ompi_msgq_dll.c if( extra->current_communicator->comm_ptr == req_comm ) break; current_communicator 1099 ompi/debuggers/ompi_msgq_dll.c (long long)extra->current_communicator->comm_ptr)); current_communicator 1139 ompi/debuggers/ompi_msgq_dll.c res->desired_global_rank = translate( extra->current_communicator->group, current_communicator 1211 ompi/debuggers/ompi_msgq_dll.c res->actual_global_rank = translate( extra->current_communicator->group, current_communicator 1235 ompi/debuggers/ompi_msgq_dll.c res->actual_global_rank = translate( extra->current_communicator->group, current_communicator 113 ompi/debuggers/ompi_msgq_dll_defs.h struct communicator_t *current_communicator; /* Easy, we're walking a simple list */