| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmpi.User_function
mpi.Minloc
public class Minloc
| Constructor Summary | |
|---|---|
| Minloc() | |
| Method Summary | |
|---|---|
|  void | Call(java.lang.Object invec,
     int inoffset,
     java.lang.Object outvec,
     int outoffset,
     int count,
     Datatype datatype)User-defined function for a new Op. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public Minloc()
| Method Detail | 
|---|
public void Call(java.lang.Object invec,
                 int inoffset,
                 java.lang.Object outvec,
                 int outoffset,
                 int count,
                 Datatype datatype)
User_function
| invec | array of values to combine with inoutvec elements | 
| inoffset | initial offset in invec | 
| inoutvec | in-out array of accumulator locations | 
| inoutoffset | initial offset in inoutvec | 
| count | number of items in arrays | 
| datatype | type of each item | 
Java equivalent of the MPI USER_FUNCTION.
Call in class User_function| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||