필터 지우기
필터 지우기

why parpool only shows half of the processors

조회 수: 1 (최근 30일)
Mujahid Sultan
Mujahid Sultan 2017년 8월 13일
답변: Walter Roberson 2017년 8월 14일
!nproc shows 56 where as parpool only 28. (more interesting: mapreduce function uses all aviable (56) workers and returns results for only half (28) - I am loosing half of my data GREAT.

답변 (1개)

Walter Roberson
Walter Roberson 2017년 8월 14일
The default 'local' pool is created only with the number of physical cores, not the total number of hyperthreads available, as using hyperthreading can reduce performance for computation. You can edit your 'local' pool configuration to change that.
Note: there have been reports that in virtualized systems, the detection algorithm might think there is only half the number of available processors.

카테고리

Help CenterFile Exchange에서 Tall Arrays and mapreduce에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by