matlab parpool too slow to open
    5 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
Hi
Why does parpool take so long to open, especially on windows? On linux it opens fast within a minute, but in windows 10 it takes about 8-10 minutes.
I am running just the following command on 'local' machine with MATLAB R2020b
tic
p = parpool(54)
toc
My computer has 2 NUMA nodes, dual boot (windows,linux)
I know similar question was asked multiple times on this platform but none of them seem to provide any solution
2 comentarios
  Raymond Norris
    
 el 23 de Feb. de 2021
				How long does MATLAB usually take to startup?  Are you seeing delays as well?  I find delays in parpool tend to be correlated to checkout time of a license.  I would suggest contacting Technical Support (support@mathworks.com) to help troubleshoot some ideas.
Respuestas (0)
Ver también
Categorías
				Más información sobre Parallel Computing Fundamentals en Help Center y File Exchange.
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!