필터 지우기
필터 지우기

Admin center doesn't recognize all cores.

조회 수: 1 (최근 30일)
Aseman
Aseman 2011년 10월 23일
Hi I have a 8core cpu.when I try to use it in my cluster, admin center recognize just 4 cores however I disabled parked property of cores in Windows. thanks in advance
  댓글 수: 2
Jan
Jan 2011년 10월 23일
Is it a 8-core CPU or a 4-core with hyper-threading?
Aseman
Aseman 2011년 10월 23일
1.How can I check which it is?
2.Will 4-core with hyper-threading has performance same as 8-core if I define 8 workers in it.
Thanks

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

채택된 답변

Jason Ross
Jason Ross 2011년 10월 24일
Question 1:
How to find if you have hyperthreading:
Google the processor spec, and you'll likely be taken to a vendor page (Intel or AMD), or perhaps Wikipedia. The spec should tell you.
If you don't want to go that route, change the setting in the BIOS to enable or disable hyperthreading and compare the number of processors before and after. This will require a reboot.
Question 2:
It's very difficult to predict performance without actually trying it. In many cases for big computing loads, I've personally found that the number of "real" cores is what matters. For some computing, the hyper-threading can help -- but only you can know if it will help with your particular problem.
Keep in mind that the number of workers started is a default. You may find that you get better performance with less than the default just as you might find better performance with more. It's entirely possible that your problem could be bound by memory, disk performance or network performance and not just CPU performance.
  댓글 수: 6
Aseman
Aseman 2011년 10월 24일
Excuse me for my questions.I use a cluster and if I define 8 workers on this host in admin center will it work?
Thanks
Jason Ross
Jason Ross 2011년 10월 24일
Assuming you are licensed for 8 workers, it should start 8 workers on this host. Keep in mind, though, that there is a distinct possibility that over-subscribing the number of cores will not improve performance -- and it may actually decrease performance. I'd highly recommend running an example problem with 4 workers and 8 workers to see where you get the best performance.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by