allgatherfct      424 ompi/communicator/comm.c     ompi_comm_allgatherfct *allgatherfct=NULL;
allgatherfct      436 ompi/communicator/comm.c         allgatherfct = (ompi_comm_allgatherfct *)ompi_comm_allgather_emulate_intra;
allgatherfct      438 ompi/communicator/comm.c         allgatherfct = (ompi_comm_allgatherfct *)comm->c_coll->coll_allgather;
allgatherfct      446 ompi/communicator/comm.c     rc = allgatherfct( myinfo, 2, MPI_INT, results, 2, MPI_INT, comm, comm->c_coll->coll_allgather_module );