问题1。
Scatterv 的“ 流离失所” 参数的目的何在? 它与 Charmev 有何不同? 它如何支持反对地址空间上的“ 重叠 ”? 您的平均 joe 迁移阵列是什么样子?
Scatterv( Object sendbuf, int sendoffset, int[] sendcounts,
int[] displs, Datatype sendtype, Object recvbuf,
int recvoffset, int recvcount, Datatype recvtype,
int root )
Gatherv( Object sendbuf, Object sendbuf, int sendoffset,
int sendcount, Datatype sendtype, Object recvbuf,
int[] recvcounts, int[] displs, Datatype recvtype,
int root )
问题2。
在 Accessv 中,两个 sendbuf 参数中的哪个参数正在接收或发送?