質問1。
Scattervの「変位」パラメータの目的は何ですか?そしてそれはGathervとどう違うのですか?また、アドレス空間での「重複」をどのようにサポートしますか?そして、あなたの平均的なジョー変位配列はどのように見えますか?
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。
Gathervでは、2つのsendbufパラメーターのどちらが受信または送信していますか?