What is the difference between the Distrib_Comp_Engine and Distrib_Computing_Toolbox licenses?
古いコメントを表示
I am trying to create a generic cluster in order to distribute Matlab jobs across multiple nodes in my cluster. I think that I have the correct license because all of the tools appear to be installed and my license servers indicates that I have plenty of licenses available for the feature Distrib_Computing_Toolbox. When I set things up and try to start a job it fails with an error in checking out the license and mentions the feature Distrib_Comp_Engine. I can't find any documentation that indicates there is a difference between these different distributed computing features.
採用された回答
その他の回答 (1 件)
Abhiram Bhanuprakash
2015 年 5 月 20 日
4 投票
Hi Michael,
I guess the difference between the two is:
Distrib_Computing_Toolbox = Parallel Computing Toolbox (PCT)
Distrib_Comp_Engine = MATLAB Distributed Computing Server (MDCS)
With PCT, you can run your parallel algorithms on a local cluster (local multicore machine). But, if you want to run on server-hosted clusters, clouds, and grids, you would need an MDCS license.
The typical workflow is, you develop your program or model on a multicore desktop computer using PCT and then scale up to many computers by running it on MDCS.
Check out the product pages of these two here:
I guess that you are getting this error message because you have a license for PCT, but do not have a license for MDCS. Do you have one? If you do not have one and wish to purchase MDCS, please contact your MathWorks Sales Account Manager.
Hope this helps,
Cheers!
Abhiram
2 件のコメント
Michael Robbert
2015 年 5 月 20 日
Malcolm Cook
2018 年 8 月 16 日
I agree with you @Michael. The naming convention is quite unclear. Did anyone ever point you at authoritative answer to your questions?
カテゴリ
ヘルプ センター および File Exchange で MATLAB Parallel Server についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!