Shutting down some CPUs
Afficher commentaires plus anciens
Hi
I am running a MATLAB code in a 48 CPU server. I want to run only 8 CPUs. How can I set the number of used CPUs?
Thanks
1 commentaire
Jan
le 15 Avr 2021
On which operating system?
Réponses (1)
Raymond Norris
le 15 Avr 2021
Try
maxNumCompThreads(8);
Catégories
En savoir plus sur Installation dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!