static String [] MPI.Init(String[] argv)
| argv | arguments to main method. | 
| returns: | command line arguments returned by MPI. | 
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. | 
void Comm.Abort(int errorcode)
| errorcode | error code for Unix or POSIX environments |