Heterogeneous nodes architectures in Matlab Parallel Computing Toolbox

조회 수: 9 (최근 30일)
AlessioX
AlessioX 2016년 7월 25일
답변: Thomas Ibbotson 2016년 7월 27일
Hi there,
I already have experience in creating a Matlab MJS cluster (I've got 2 Macbooks, both 64 bit architectures) and it works great.
However, I was planning to extend my cluster by means of some Linux machines. I know that a cross-OS cluster can be created, but I was wondering...what if my new machines are 32-bit?
Will that work?
Kindest regards

답변 (1개)

Thomas Ibbotson
Thomas Ibbotson 2016년 7월 27일
No, mixing 64-bit and 32-bit workers in the same MJS cluster will not work. All workers must have the same bitness as the MATLAB clients that are submitting jobs to the cluster.
In addition, Parallel Computing Toolbox dropped support for 32-bit OSes in R2015b and in R2016a, MATLAB has dropped support for 32-bit OSes.

카테고리

Help CenterFile Exchange에서 Manage MATLAB Job Scheduler Processes에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by