This function initializes the MPI subsystem and joins the current FreeMat process to the MPI environment. The general syntax for its use is
mpiinit
Note that mpiinit
must be called before any other
MPI routines (with the exception of mpiinitialized
), or
an MPI error will occur.