Shutting down some CPUs

1 visualización (últimos 30 días)
M.R. Ebrahimi
M.R. Ebrahimi el 15 de Abr. de 2021
Respondida: Raymond Norris el 15 de Abr. de 2021
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
Jan el 15 de Abr. de 2021
On which operating system?

Iniciar sesión para comentar.

Respuestas (1)

Raymond Norris
Raymond Norris el 15 de Abr. de 2021
Try
maxNumCompThreads(8);

Categorías

Más información sobre Startup and Shutdown en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by