Matlab doesn't recognize processors.

조회 수: 1 (최근 30일)
Emiliano Rosso
Emiliano Rosso 2015년 9월 14일
I have windows xp(x32) and 2 processors Intel Pentium 4 3,20 GHz.
I set "parallel/manage cluster profile/number of workers =2" , run "validate"and test is OK.
I edit:
feature('numCores'); % local processors
1
getenv('NUMBER_OF_PROCESSORS') %windows processors
2
If I run "matlabpool" it tell me:
>> matlabpool
Starting matlabpool using the 'local' profile ... connected to 2 workers.
>>
but
feature('numCores');
always return 1.
Can someone tell me why?

답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by