public abstract class User_function
extends java.lang.Object
Not Implemented in the current release
.| Constructor and Description | 
|---|
| User_function() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract void | Call(java.lang.Object invec,
    int inoffset,
    java.lang.Object inoutvec,
    int inoutoffset,
    int count,
    Datatype datatype)User-defined function for a new Op. | 
public abstract void Call(java.lang.Object invec,
                          int inoffset,
                          java.lang.Object inoutvec,
                          int inoutoffset,
                          int count,
                          Datatype datatype)
                   throws MPIException
invec - array of values to combine inoutvec elements.inoffset - initial offset in invec.inoutvec - in-out array of accumulator locations.inoutoffset - initial offset.count - number of items in arrays.datatype - type of each item.
 Java equivalent of the MPI USER_FUNCTION.
MPIException - Points out that an MPI exception has occured.