| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmpi.Op
public class Op
| Constructor Summary | |
|---|---|
| Op(User_function function,
   boolean commute)Bind a user-defined global reduction operation to an Op object. | |
| Method Summary | |
|---|---|
|  void | finalize() | 
|  void | free() | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public Op(User_function function,
          boolean commute)
   throws MPIException
| function | user defined function | 
| commute | true if commutative, false otherwise | 
Java binding of the MPI operation MPI_OP_CREATE.
MPIException| Method Detail | 
|---|
public void free()
          throws MPIException
MPIException
public void finalize()
              throws MPIException
finalize in class java.lang.ObjectMPIException| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||