tgtcount 213 ompi/mca/coll/libnbc/nbc.c int NBC_Sched_copy (void *src, char tmpsrc, int srccount, MPI_Datatype srctype, void *tgt, char tmptgt, int tgtcount, tgtcount 226 ompi/mca/coll/libnbc/nbc.c copy_args.tgtcount = tgtcount; tgtcount 530 ompi/mca/coll/libnbc/nbc.c (unsigned long) copyargs.tgt, copyargs.tgtcount, copyargs.tgttype); tgtcount 542 ompi/mca/coll/libnbc/nbc.c res = NBC_Copy (buf1, copyargs.srccount, copyargs.srctype, buf2, copyargs.tgtcount, copyargs.tgttype, tgtcount 132 ompi/mca/coll/libnbc/nbc_internal.h int tgtcount; tgtcount 155 ompi/mca/coll/libnbc/nbc_internal.h int NBC_Sched_copy (void *src, char tmpsrc, int srccount, MPI_Datatype srctype, void *tgt, char tmptgt, int tgtcount, tgtcount 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); \ tgtcount 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) { tgtcount 505 ompi/mca/coll/libnbc/nbc_internal.h res = ompi_datatype_sndrcv(src, srccount, srctype, tgt, tgtcount, tgttype);