tgttype 214 ompi/mca/coll/libnbc/nbc.c MPI_Datatype tgttype, NBC_Schedule *schedule, bool barrier) { tgttype 227 ompi/mca/coll/libnbc/nbc.c copy_args.tgttype = tgttype; tgttype 530 ompi/mca/coll/libnbc/nbc.c (unsigned long) copyargs.tgt, copyargs.tgtcount, copyargs.tgttype); tgttype 542 ompi/mca/coll/libnbc/nbc.c res = NBC_Copy (buf1, copyargs.srccount, copyargs.srctype, buf2, copyargs.tgtcount, copyargs.tgttype, tgttype 131 ompi/mca/coll/libnbc/nbc_internal.h MPI_Datatype tgttype; tgttype 156 ompi/mca/coll/libnbc/nbc_internal.h MPI_Datatype tgttype, NBC_Schedule *schedule, bool barrier); tgttype 420 ompi/mca/coll/libnbc/nbc_internal.h printf("*src: %lu, srccount: %i, srctype: %lu, *tgt: %lu, tgtcount: %i, tgttype: %lu)\n", (unsigned long)copyargs.src, copyargs.srccount, (unsigned long)copyargs.srctype, (unsigned long)copyargs.tgt, copyargs.tgtcount, (unsigned long)copyargs.tgttype); \ tgttype 502 ompi/mca/coll/libnbc/nbc_internal.h static inline int NBC_Copy(const void *src, int srccount, MPI_Datatype srctype, void *tgt, int tgtcount, MPI_Datatype tgttype, MPI_Comm comm) { tgttype 505 ompi/mca/coll/libnbc/nbc_internal.h res = ompi_datatype_sndrcv(src, srccount, srctype, tgt, tgtcount, tgttype);