Shutting down some CPUs
Mostrar comentarios más antiguos
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 comentario
Jan
el 15 de Abr. de 2021
On which operating system?
Respuestas (1)
Raymond Norris
el 15 de Abr. de 2021
Try
maxNumCompThreads(8);
Categorías
Más información sobre Installation en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!