|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--mpi.Op
Field Summary | |
protected long |
handle
|
Constructor Summary | |
protected |
Op(int Type)
|
|
Op(User_function function,
boolean commute)
Bind a user-defined global reduction operation to an Op object. |
Method Summary | |
void |
Call(java.lang.Object invec,
int inoffset,
java.lang.Object outvec,
int outoffset,
int count,
Datatype datatype)
|
void |
finalize()
|
boolean |
isUser()
|
Methods inherited from class java.lang.Object |
clone,
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
protected long handle
Constructor Detail |
protected Op(int Type)
public Op(User_function function, boolean commute)
function | user defined function |
commute | true if commutative, false otherwise |
Java binding of the MPI operation MPI_OP_CREATE.
Method Detail |
public boolean isUser()
public final void Call(java.lang.Object invec, int inoffset, java.lang.Object outvec, int outoffset, int count, Datatype datatype)
public void finalize()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |