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!