srctype 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, srctype 223 ompi/mca/coll/libnbc/nbc.c copy_args.srctype = srctype; srctype 529 ompi/mca/coll/libnbc/nbc.c (unsigned long) copyargs.src, copyargs.srccount, copyargs.srctype, srctype 542 ompi/mca/coll/libnbc/nbc.c res = NBC_Copy (buf1, copyargs.srccount, copyargs.srctype, buf2, copyargs.tgtcount, copyargs.tgttype, srctype 130 ompi/mca/coll/libnbc/nbc_internal.h MPI_Datatype srctype; srctype 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, srctype 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); \ srctype 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) { srctype 505 ompi/mca/coll/libnbc/nbc_internal.h res = ompi_datatype_sndrcv(src, srccount, srctype, tgt, tgtcount, tgttype); srctype 514 ompi/mca/coll/libnbc/nbc_internal.h static inline int NBC_Unpack(void *src, int srccount, MPI_Datatype srctype, void *tgt, MPI_Comm comm) { srctype 519 ompi/mca/coll/libnbc/nbc_internal.h res = ompi_datatype_pack_external_size("external32", srccount, srctype, &size); srctype 525 ompi/mca/coll/libnbc/nbc_internal.h if(NBC_Type_intrinsic(srctype) && !(opal_cuda_check_bufs((char *)tgt, (char *)src))) { srctype 527 ompi/mca/coll/libnbc/nbc_internal.h if(NBC_Type_intrinsic(srctype)) { srctype 531 ompi/mca/coll/libnbc/nbc_internal.h res = ompi_datatype_get_extent (srctype, &lb, &ext); srctype 542 ompi/mca/coll/libnbc/nbc_internal.h res = ompi_datatype_unpack_external("external32", src, size, &pos, tgt, srccount, srctype);