問題#1。MPJ Express Scatterv和Gatherv,int []位移的目的是什麼?
Scatterv的「displacements」參數的目的是什麼?它與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中哪兩個sendbuf參數正在接收還是發送?
太感謝你了斯托伊奇! :)大量的幫助 – Killrawr