Parallel Computing toolBox : Number of Workers

Hi, had a doubt regarding parallel Computing toolbox, my workstation has 6 cores and 12 logical processors. how many workers can I run on my system using Parallel Computing Toolbox. Also if I have a Distributed Computing license will it be more time and cost effective to run on a cluster of laptop rather than running on a single machine?

답변 (1개)

Walter Roberson
Walter Roberson 2016년 4월 14일

0 개 추천

Clusters of laptops can be extremely effective for some kinds of tasks, but it depends what is being done. One thing to remember about clusters is that communications with the clusters is much more "expensive" than keeping everything on one system. If there needs to be a lot of data exchanged or there is continual data exchange (because the work unit size is too small) then you start needing high speed communications -- good ethernet cards, gigabit ethernet, quality ethernet switches, possibly jumbo frames. [For example in my home office, it turns out that my communications bottleneck is my firewall / switch, which does do gigabit, but can only run about half the rate of my broadband connection. :( ]

카테고리

도움말 센터File Exchange에서 MATLAB Parallel Server에 대해 자세히 알아보기

질문:

2016년 4월 14일

답변:

2016년 4월 14일

Community Treasure Hunt

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

Start Hunting!

Translated by