Parallel Computing Toolbox - Limit of number of workers - R2021a

조회 수: 24 (최근 30일)
nassos
nassos 2021년 10월 14일
댓글: Raymond Norris 2022년 4월 29일
Hi,
I am using Matlab R2021a along with the Parallel Computing Toolbox.
I would like to know how many cores can PCT support? For example, can it support a machine with 128 physical cores (quad processor motherboard)?
I was searching the Parallel Computing User Guide, but there wasn't any hard limit on the cores, only a note in the "Pool Size and Cluster Selection" section (p. 2-58), saying:
"A local cluster running on the client machine requires nolicensing beyond the one for Parallel Computing Toolbox. The limit on the number of workers is high enough to support the range of known desktop hardware".
So what exaclty is that limit?
Thank you in advance for your supoprt and time.
Kind regards,
Nassos

답변 (1개)

Raymond Norris
Raymond Norris 2021년 10월 14일
Based on what your stating, I'm gather it's a single motherboard, with 32 sockets, each socket with 4 physical cores. Is that right? If not, give a bit more detail about your hardware.
  • Single or multi-motherboard?
  • sockets per motherboard
  • cores per socket
  • Hyperthreading enabled/disabled
And, are you running Windows or Linux?
Lastly, what does this return
feature('numcores');
  댓글 수: 5
Walter Roberson
Walter Roberson 2022년 4월 29일
I am not certain the same is true for Windows, as Windows has a limit of 64 cores per process group.
I have read that there are third-party drivers that can bundle together cores to extend the effective number of cores per process group.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Cluster Configuration에 대해 자세히 알아보기

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by