ndtype             53 ompi/mca/coll/inter/coll_inter_allgatherv.c     ompi_datatype_t *ndtype = NULL;
ndtype            103 ompi/mca/coll/inter/coll_inter_allgatherv.c     ompi_datatype_create_indexed(size,rcounts,disps,rdtype,&ndtype);
ndtype            104 ompi/mca/coll/inter/coll_inter_allgatherv.c     ompi_datatype_commit(&ndtype);
ndtype            110 ompi/mca/coll/inter/coll_inter_allgatherv.c 	                                     rbuf, 1, ndtype, 0,
ndtype            119 ompi/mca/coll/inter/coll_inter_allgatherv.c     err = comm->c_local_comm->c_coll->coll_bcast(rbuf, 1, ndtype,
ndtype            123 ompi/mca/coll/inter/coll_inter_allgatherv.c     if( NULL != ndtype ) {
ndtype            124 ompi/mca/coll/inter/coll_inter_allgatherv.c         ompi_datatype_destroy(&ndtype);
ndtype             50 ompi/mca/coll/inter/coll_inter_gatherv.c     ompi_datatype_t *ndtype;
ndtype             60 ompi/mca/coll/inter/coll_inter_gatherv.c         ompi_datatype_create_indexed(size, rcounts, disps, rdtype, &ndtype);
ndtype             61 ompi/mca/coll/inter/coll_inter_gatherv.c         ompi_datatype_commit(&ndtype);
ndtype             63 ompi/mca/coll/inter/coll_inter_gatherv.c         err = MCA_PML_CALL(recv(rbuf, 1, ndtype, 0,
ndtype             66 ompi/mca/coll/inter/coll_inter_gatherv.c         ompi_datatype_destroy(&ndtype);
ndtype             51 ompi/mca/coll/inter/coll_inter_scatterv.c     ompi_datatype_t *ndtype;
ndtype            125 ompi/mca/coll/inter/coll_inter_scatterv.c 	ompi_datatype_create_indexed(size,scounts,disps,sdtype,&ndtype);
ndtype            126 ompi/mca/coll/inter/coll_inter_scatterv.c 	ompi_datatype_commit(&ndtype);
ndtype            128 ompi/mca/coll/inter/coll_inter_scatterv.c 	err = MCA_PML_CALL(send(sbuf, 1, ndtype, 0,
ndtype            134 ompi/mca/coll/inter/coll_inter_scatterv.c 	ompi_datatype_destroy(&ndtype);