- MATLAB Distributed Computing Server was renamed to MATLAB Parallel Server
- mdce_def was renamed to mjs_def
- mdce binary was renamed to mjs
Can MATLAB Parallel Server be used in a mixed Operating System configuration?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
MathWorks Support Team
el 9 de Abr. de 2015
Editada: MathWorks Support Team
el 10 de Dic. de 2025 a las 19:55
I have a number of computers running different Operating Systems that I would like to utilize with my MATLAB Parallel Server license. Can I use a mix of Operating Systems in my configuration?
Respuesta aceptada
MathWorks Support Team
el 10 de Dic. de 2025 a las 0:00
Editada: MathWorks Support Team
el 10 de Dic. de 2025 a las 19:55
For clusters with third-party schedulers
Our integration scripts, which are used for clusters with third-party schedulers, currently only support Linux-only clusters. End users can use Windows, Linux, or macOS. Our integration scripts can be found from the link below.
matlab-parallel
For clusters using MATLAB Job Scheduler
It is recommended that all systems involved in the cluster, including the head node and worker nodes, be on the same Operating System.
Parallel processing constructs that work on the infrastructure enabled by parpool—parfor, spmd, distributed arrays, and message passing functions—cannot be used on a heterogeneous cluster configuration. The underlying MPI infrastructure requires that all cluster computers have matching word sizes and processor endianness. A limited set of functions in Parallel Computing Toolbox can work in heterogeneous cluster configurations.
Please note that while it is recommended that all machines in the cluster are on the same Operating System, this requirement does not pertain to the client machines that are submitting the job to the cluster. The client machine can be running any supported Operating System and still submit to the cluster.
NOTE: Starting in R2019a the following name changes occurred:
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Startup and Shutdown en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!