How can I use 30-50 workers instead of only the 12 maximum allowed in Parallel Computing Toolbox?

조회 수: 2 (최근 30일)
I have an application that needs to be run on at least 30 nodes (or workers) in parallel. I do not know how to do this. As I know latest version of MATLAB Parallel Computing Toolbox uses only 12 cores maximum. How can I solve this problem. Can I solve it or not?

채택된 답변

Image Analyst
Image Analyst 2014년 10월 1일
Isn't the answer given here: http://www.mathworks.com/products/parallel-computing/features.html#scaling-up-to-clusters-grids-and-clouds-using-matlab-distributed-computing-server? I don't have those toolboxes but it seems like you can extend the computing power by using the Parallel Computing Toolbox in conjunction with MATLAB Distributed Computing Server, so you can run your applications on large scale computing resources such as computer clusters or grid and cloud computing resources. Call the Mathworks sales team to discuss how this might work in your situation.

추가 답변 (1개)

Thomas Ibbotson
Thomas Ibbotson 2014년 10월 1일
As of R2014a the number of local workers is no longer restricted. See the release notes for 14a.

카테고리

Help CenterFile Exchange에서 MATLAB Parallel Server Licensing in the Cloud에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by