Class mpi.Op
java.lang.Object
|
+----mpi.Op
- public class Op
- extends java.lang.Object
Constructor Summary
|
Op(int Type)
|
Op(User_function function,
boolean commute)
Bind a user-defined global reduction operation to an Op object.
|
Methods inherited from class java.lang.Object
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NULL
public static final int NULL
MAX
public static final int MAX
MIN
public static final int MIN
SUM
public static final int SUM
PROD
public static final int PROD
LAND
public static final int LAND
BAND
public static final int BAND
LOR
public static final int LOR
BOR
public static final int BOR
LXOR
public static final int LXOR
BXOR
public static final int BXOR
MINLOC
public static final int MINLOC
MAXLOC
public static final int MAXLOC
handle
protected long handle
Op
public Op(int Type)
Op
public Op(User_function function,
boolean commute)
- Bind a user-defined global reduction operation to an Op object.
function | user defined function |
commute | true if commutative,
false otherwise |
Java binding of the MPI operation MPI_OP_CREATE.
finalize
public void finalize()
- Overrides:
- finalize in class java.lang.Object