Effacer les filtres
Effacer les filtres

Why Matlab doesn't use multiple cores on Windows server and on Win 7 does?

1 vue (au cours des 30 derniers jours)
Arik Yochelis
Arik Yochelis le 31 Mar 2016
Commenté : Feng Wang le 2 Juil 2019
Dear all,
I have encountered an issue, in which, in Windows 7 MATLAB automatically uses all the CPU cores while in Windows Server 2012 it runs only on a single core (very low usage of the CPU). I have all MATLAB packages installed and run the same M-file. Is it normal? Any solutions for the problem?
Thank you in advance

Réponses (1)

Dave Behera
Dave Behera le 4 Avr 2016
How did you determine that in Win Server 2012, only a single core is being used? Did this affect the performance of your script? I mean, does your .m code run slower in 2012 than in Win 7?
There is a way to force an application to use certain cores by setting a property called 'CPU affinity':
Can you try this?
  2 commentaires
Arik Yochelis
Arik Yochelis le 2 Mai 2016
Thank you for the suggestion. The problem was and resolved via BIOS setting
Feng Wang
Feng Wang le 2 Juil 2019
Could you please tell us how did you fix it in BIOS settings? We are experiencing the same problem. Thank you!

Connectez-vous pour commenter.

Catégories

En savoir plus sur Software Development Tools dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by