Error in parallel pool

5 visualizzazioni (ultimi 30 giorni)
Nadatimuj
Nadatimuj il 10 Ago 2025
Commentato: Raymond Norris il 22 Ago 2025
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 Commenti
Walter Roberson
Walter Roberson il 11 Ago 2025
It sounds as if your matlab process is being restricted by an internal firewall
Raymond Norris
Raymond Norris il 22 Ago 2025
Agreed. I'd suggest contact Technical Support (support@mathworks.com) to help troubleshoot this.

Accedi per commentare.

Risposte (1)

Mike Croucher
Mike Croucher il 11 Ago 2025
I'm curious, does a Thread pool work?
parpool("Threads")

Categorie

Scopri di più su Startup and Shutdown in Help Center e File Exchange

Tag

Prodotti


Release

R2024b

Community Treasure Hunt

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

Start Hunting!

Translated by