|
||||||||
| 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.OpMINLOC
public class OpMINLOC
Collective operation for minimum and its location
| Constructor Summary | |
|---|---|
OpMINLOC()
|
|
| Method Summary | |
|---|---|
void |
Call(java.lang.Object invec,
int inOffset,
java.lang.Object inoutvec,
int inoutOffset,
int count,
Datatype type)
User-defined algorithm when operation is invoked |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OpMINLOC()
| Method Detail |
|---|
public void Call(java.lang.Object invec,
int inOffset,
java.lang.Object inoutvec,
int inoutOffset,
int count,
Datatype type)
MPI_User_function
Call in class MPI_User_functioninvec - Input objectinOffset - Input offsetinoutvec - Input and output objectinoutOffset - Input and output offsetcount - Number of elementstype - MPI datatype
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||