NBC_Copy          542 ompi/mca/coll/libnbc/nbc.c         res = NBC_Copy (buf1, copyargs.srccount, copyargs.srctype, buf2, copyargs.tgtcount, copyargs.tgttype,
NBC_Copy           96 ompi/mca/coll/libnbc/nbc_iallgather.c     res = NBC_Copy (sendbuf, sendcount, sendtype, rbuf, recvcount, recvtype, comm);
NBC_Copy           64 ompi/mca/coll/libnbc/nbc_iallgatherv.c     res = NBC_Copy (sendbuf, sendcount, sendtype, rbuf, recvcounts[rank], recvtype, comm);
NBC_Copy           98 ompi/mca/coll/libnbc/nbc_iallreduce.c       res = NBC_Copy(sendbuf, count, datatype, recvbuf, count, datatype, comm);
NBC_Copy           96 ompi/mca/coll/libnbc/nbc_ireduce.c       res = NBC_Copy (sendbuf, count, datatype, recvbuf, count, datatype, comm);
NBC_Copy           76 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c       res = NBC_Copy(sendbuf, recvcounts[0], datatype, recvbuf, recvcounts[0], datatype, comm);