HPC clusters with infiniband
조회 수: 5 (최근 30일)
이전 댓글 표시
Does the 2018b version of parallel toolbox and distributed computing support infiniband clustered systems?
댓글 수: 0
답변 (1개)
Kajal Bansala
2021년 3월 10일
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".
댓글 수: 2
참고 항목
카테고리
Help Center 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!