temptype          715 ompi/mca/coll/base/coll_base_allgather.c             ompi_datatype_t* temptype;
temptype          716 ompi/mca/coll/base/coll_base_allgather.c             ompi_datatype_create_contiguous(ompi_comm_size(comm), rdtype, &temptype);
temptype          717 ompi/mca/coll/base/coll_base_allgather.c             ompi_datatype_commit(&temptype);
temptype          718 ompi/mca/coll/base/coll_base_allgather.c             err = comm->c_coll->coll_bcast(rbuf, rcount, temptype,
temptype          720 ompi/mca/coll/base/coll_base_allgather.c             ompi_datatype_destroy(&temptype);