next up previous contents
Next: MPIINITIALIZED MPI Initialized Test Up: MPI Functions Previous: MPI Functions   Contents

Subsections

MPIINIT MPI Initialize

Usage

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.



2004-10-27