org.objectweb.proactive.mpi
Interface MPIConstants


public interface MPIConstants


Field Summary
static java.lang.String MPI_DEFAULT_STATUS
          MPI_DEFAULT_STATUS: constant for MPI process default status.
static java.lang.String MPI_FINISHED
          MPI_FINISHED/code>: constant for MPI process finished status.
static java.lang.String MPI_INCONSISTENT
          MPI_DEFAULT_STATUS: constant for MPI process default status.
static java.lang.String MPI_KILLED
          MPI_KILLED/code>: constant for MPI process killed status.
static java.lang.String MPI_RUNNING
          MPI_RUNNING/code>: constant for MPI process started status.
static boolean MPI_TERM_FAILURE
          MPI_TERM_FAILURE: constant for MPI process failure termination.
static boolean MPI_TERM_SUCCESS
          MPI_TERM_SUCESS: constant for MPI process successful termination.
static java.lang.String MPI_UNSTARTED
          MPI_UNSTARTED: constant for MPI process unstarted status.
 

Field Detail

MPI_UNSTARTED

static final java.lang.String MPI_UNSTARTED
MPI_UNSTARTED: constant for MPI process unstarted status.

See Also:
Constant Field Values

MPI_RUNNING

static final java.lang.String MPI_RUNNING
MPI_RUNNING/code>: constant for MPI process started status.

See Also:
Constant Field Values

MPI_KILLED

static final java.lang.String MPI_KILLED
MPI_KILLED/code>: constant for MPI process killed status.

See Also:
Constant Field Values

MPI_FINISHED

static final java.lang.String MPI_FINISHED
MPI_FINISHED/code>: constant for MPI process finished status.

See Also:
Constant Field Values

MPI_DEFAULT_STATUS

static final java.lang.String MPI_DEFAULT_STATUS
MPI_DEFAULT_STATUS: constant for MPI process default status.

See Also:
Constant Field Values

MPI_INCONSISTENT

static final java.lang.String MPI_INCONSISTENT
MPI_DEFAULT_STATUS: constant for MPI process default status.

See Also:
Constant Field Values

MPI_TERM_SUCCESS

static final boolean MPI_TERM_SUCCESS
MPI_TERM_SUCESS: constant for MPI process successful termination.

See Also:
Constant Field Values

MPI_TERM_FAILURE

static final boolean MPI_TERM_FAILURE
MPI_TERM_FAILURE: constant for MPI process failure termination.

See Also:
Constant Field Values


Copyright 2001-2007 INRIA All Rights Reserved.