User`s guide

mpiLibConf
11-173
More About
Tips
Under all circumstances, the MPI library must support all MPI-1 functions. Additionally,
the MPI library must support null arguments to MPI_Init as defined in section 4.2
of the MPI-2 standard. The library must also use an mpi.h header file that is fully
compatible with MPICH2.
When used with the MATLAB job scheduler or the local cluster, the MPI library must
support the following additional MPI-2 functions:
MPI_Open_port
MPI_Comm_accept
MPI_Comm_connect
When used with any third-party scheduler, it is important to launch the workers using
the version of mpiexec corresponding to the MPI library being used. Also, you might need
to launch the corresponding process management daemons on the cluster before invoking
mpiexec.