Can I use the Distributed Computing Toolbox to do parallel computing?
8 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
MathWorks Support Team
am 27 Jun. 2009
Bearbeitet: MathWorks Support Team
am 19 Apr. 2023
I would like to know if the Distributed Computing Toolbox and MATLAB Distributed Computing Engine support parallel computing.
Akzeptierte Antwort
MathWorks Support Team
am 18 Apr. 2023
Bearbeitet: MathWorks Support Team
am 19 Apr. 2023
As of the release of Distributed Computing Toolbox 2.0 and the MATLAB Distributed Computing Engine 2.0, both independent and interdependent tasks can be executed. However, for interdependent tasks, you must use either the mpiexec scheduler or the MathWorks job manager.
In previous releases, the Distributed Computing Toolbox and MATLAB Distributed Computing Engine supported only coarse-grained applications in which tasks are executed independently of each other on the cluster, i.e., "embarrassingly parallel" applications.
To learn more about the two products, see the following Web pages:
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu MATLAB Parallel Server finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!