Shutting down some CPUs
Mostra commenti meno recenti
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 Commento
Jan
il 15 Apr 2021
On which operating system?
Risposte (1)
Raymond Norris
il 15 Apr 2021
Try
maxNumCompThreads(8);
Categorie
Scopri di più su MATLAB Parallel Server in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!