ibis.mpj
Class ColGatherV
java.lang.Object
ibis.mpj.ColGatherV
public class ColGatherV
- extends Object
Implementation of the collective operation: gatherv
Constructor Summary |
ColGatherV(Object sendbuf,
int sendoffset,
int sendcount,
Datatype sendtype,
Object recvbuf,
int recvoffset,
int[] recvcount,
int[] displs,
Datatype recvtype,
int root,
Intracomm comm,
int tag)
|
ColGatherV
public ColGatherV(Object sendbuf,
int sendoffset,
int sendcount,
Datatype sendtype,
Object recvbuf,
int recvoffset,
int[] recvcount,
int[] displs,
Datatype recvtype,
int root,
Intracomm comm,
int tag)
The Ibis project