Can MATLAB Parallel Server take advantage of low latency network fabric like InfiniBand via a custom MPI?

6 views (last 30 days)
How can I leverage a high throughput and low latency network fabric like InfiniBand with MATLAB Parallel Server on my cluster which is running a 3rd party scheduler?

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 16 Feb 2022
Edited: MathWorks Support Team on 16 Feb 2022
It is possible to implement a 3rd party MPI like IntelMPI with MATLAB Parallel Server so that it can leverage the advanced fabric. See https://www.mathworks.com/help/releases/R2021b/matlab-parallel-server/use-different-mpi-builds-on-unix-systems.html
MPI communications like those used by distributed arrays or spmd will be able to leverage any advanced fabrics supported by the custom MPI library. The default MPI library shipped with MATLAB Parallel Server and Parallel Computing Toolbox will only use Ethernet connections.
Contact
 if you need further assistance with this.

More Answers (0)

Categories

Find more on MATLAB Parallel Server in Help Center and File Exchange

Tags

No tags entered yet.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!