MATLAB: Is it possible to use Parallel Computing Toolbox 4.1 (R2009a) in an InfiniBand Switched Network

Parallel Computing Toolbox

I would like to use Parallel Computing Toolbox and MATLAB Distributed Computing Server in an InfiniBand network.

Best Answer

Parallel Computing Toolbox 4.1 (R2009a) does not have built-in support for InfiniBand. However, the toolboxes provide all the necessary hooks to take advantage of it.
For this, the user will need to provide their own custom build of MPI that supports InfiniBand. Instructions on how to use a different built of MPI can be found in the attached document under the subtopic "Using a Different MPI Build on UNIX Operating Systems".