next up previous contents
Next: Full public interface of Up: MPI Environmental Management Previous: Timers   Contents

Startup

static String [] MPI.Init(String[] argv)
argv arguments to main method.
   
returns: command line arguments returned by MPI.



Initialize MPI. Java binding of the MPI operation MPI_INIT.

static void MPI.Finalize()
Finalize MPI. Java binding of the MPI operation MPI_FINALIZE.

static boolean MPI.Initialized()
returns: true if init has been called, false otherwise.



Test if MPI has been initialized. Java binding of the MPI operation MPI_INITIALIZED.

void Comm.Abort(int errorcode)
errorcode error code for Unix or POSIX environments



Abort MPI. Java binding of the MPI operation MPI_ABORT.



Bryan Carpenter 2002-07-12