程序包 mpi
类 UserFunction
java.lang.Object
mpi.UserFunction
Java equivalent of the
MPI_USER_FUNCTION
.-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明void
User-defined function for a newOp
.void
call
(ByteBuffer in, ByteBuffer inOut, int count, Datatype datatype) User-defined function for a newOp
.
-
构造器详细资料
-
UserFunction
public UserFunction()
-
-
方法详细资料
-
call
User-defined function for a newOp
.- 参数:
inVec
- array of values to combine withinoutvec
elementsinOutVec
- in-out array of accumulator locationscount
- number of items in arraysdatatype
- type of each item- 抛出:
MPIException
- Signals that an MPI exception of some sort has occurred.
-
call
User-defined function for a newOp
.- 参数:
in
- direct byte buffer to combine withinOut
bufferinOut
- in-out direct byte buffer of accumulator locationscount
- number of items in buffersdatatype
- type of each item- 抛出:
MPIException
- Signals that an MPI exception of some sort has occurred.
-