static void MPI.init(String[] argv)
| argv | arguments to main method. |
static void MPI.finish()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 |