Error in parallel pool
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
parpool('local', numWorkers);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Caused by:
Error using
parallel.internal.pool.SpfClientSession
Failed to open any port in the range [27370
28370]. Verify that at least one port is
available in this range and not in use by
another process on this machine. Cause:
Failed to bind to ::1:28370 with error:
Cannot assign requested address.
2 comentarios
Walter Roberson
el 11 de Ag. de 2025
It sounds as if your matlab process is being restricted by an internal firewall
Raymond Norris
el 22 de Ag. de 2025
Agreed. I'd suggest contact Technical Support (support@mathworks.com) to help troubleshoot this.
Respuestas (1)
Mike Croucher
el 11 de Ag. de 2025
I'm curious, does a Thread pool work?
parpool("Threads")
0 comentarios
Ver también
Categorías
Más información sobre Startup and Shutdown 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!