Can I use the Distributed Computing Toolbox to do parallel computing?
7 次查看(过去 30 天)
显示 更早的评论
MathWorks Support Team
2009-6-27
编辑: MathWorks Support Team
2023-4-19
I would like to know if the Distributed Computing Toolbox and MATLAB Distributed Computing Engine support parallel computing.
采纳的回答
MathWorks Support Team
2023-4-18
编辑:MathWorks Support Team
2023-4-19
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 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 MATLAB Parallel Server 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!