|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectp2pmpi.mpi.MPI_User_function
p2pmpi.mpi.OpMin
public class OpMin
Collective operation for minimum
Constructor Summary | |
---|---|
OpMin()
|
Method Summary | |
---|---|
void |
Call(java.lang.Object invec,
int inOffset,
java.lang.Object inoutvec,
int inoutOffset,
int count,
Datatype type)
Invoke the operation |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OpMin()
Method Detail |
---|
public void Call(java.lang.Object invec, int inOffset, java.lang.Object inoutvec, int inoutOffset, int count, Datatype type)
Call
in class MPI_User_function
invec
- Input objectinOffset
- Input offsetinoutvec
- Input/Output objectinoutOffset
- Input/Ouput offsetcount
- Number of elementstype
- MPI datatype
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |