why parpool only shows half of the processors

1 次查看(过去 30 天)
!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