Matlab and MDCS on cluster
2 次查看(过去 30 天)
显示 更早的评论
Hi, i want to ask, i have instaled Matlab and MDCS on cluster with 12 workers and the batch system is Torque.
Now if i want to use parallel computing toolbox or do some parallel task, do i need to create new Cluster Profile(choose Torque) or can i use the local profile only?
0 个评论
采纳的回答
Jason Ross
2012-10-26
编辑:Jason Ross
2012-10-26
You will need to create a Torque cluster profile to submit jobs to the cluster using the direct integration.
Using local will only use your local machine.
If the direct integration does not meet your needs, there are examples in (matlabroot)/toolbox/distcomp/examples that work for different submission scenarios and filesystem layouts that use the "generic" interface.
更多回答(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!