static void MPI.Init(String[] argv)Java binding of the MPI operation MPI_INIT. The value of argc is taken to be size of the argv argument.
static void MPI.Finalize()Java binding of the MPI operation MPI_FINALIZE.
static boolean MPI.Initialized()Java binding of the MPI operation MPI_INITIALIZED. The return value is flag.
void Comm.Abort(int errorcode)Java binding of the MPI operation MPI_ABORT.