Heterogeneous nodes architectures in Matlab Parallel Computing Toolbox
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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
0 Kommentare
Antworten (1)
Thomas Ibbotson
am 27 Jul. 2016
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.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Manage MATLAB Job Scheduler Processes finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!