What is the difference between the Distrib_Comp_Engine and Distrib_Computing_Toolbox licenses?
Show older comments
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.
Accepted Answer
More Answers (1)
Abhiram Bhanuprakash
on 20 May 2015
4 votes
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 Comments
Michael Robbert
on 20 May 2015
Malcolm Cook
on 16 Aug 2018
I agree with you @Michael. The naming convention is quite unclear. Did anyone ever point you at authoritative answer to your questions?
Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!