|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--mpi.MPI
MPI communication designed for use in MATLAB*P. Allows MATLAB*P computation
nodes to communicate using an MPI-like interface in Java. The Comm
class contains most MPI methods.
| Field Summary | |
static Comm |
COMM_WORLD
Contains all of the processes. |
static Operation |
MAX
Return the maximum. |
static Operation |
MIN
Return the minimum. |
static Operation |
PROD
Return the product. |
static Operation |
SUM
Return the sum. |
| Constructor Summary | |
MPI()
|
|
| Method Summary | |
static void |
fnlz()
Terminate the MPI execution environment. |
static void |
init()
Initialize the MPI execution environment. |
static void |
main(java.lang.String[] argv)
|
static boolean |
starPready()
Returns true if starPstart has been called sucessfully. |
static void |
starPstart(int rank,
int size,
java.lang.String[] hosts)
Builds the Java socket network used by MPI. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final Operation MAX
public static final Operation MIN
public static final Operation SUM
public static final Operation PROD
public static final Comm COMM_WORLD
| Constructor Detail |
public MPI()
| Method Detail |
public static boolean starPready()
public static void starPstart(int rank,
int size,
java.lang.String[] hosts)
public static void init()
public static void fnlz()
public static void main(java.lang.String[] argv)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||