Shutting down some CPUs
Ältere Kommentare anzeigen
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 Kommentar
Jan
am 15 Apr. 2021
On which operating system?
Antworten (1)
Raymond Norris
am 15 Apr. 2021
Try
maxNumCompThreads(8);
Kategorien
Mehr zu MATLAB Parallel Server finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!