Parallel Pool Job Stuck on “Job Queued” for 10–15 Minutes Before Connecting
Afficher commentaires plus anciens
Hello,
I’m experiencing a delay issue when starting a parallel pool in MATLAB. Whenever I run code that uses parfor or opens a parallel pool, MATLAB prints repeated messages like:
25-Nov-2025 09:12:11: Job Queued. Waiting for parallel pool job with ID 5 to start ...
25-Nov-2025 09:13:12: Job Queued. Waiting for parallel pool job with ID 5 to start ...
25-Nov-2025 09:14:13: Job Queued. Waiting for parallel pool job with ID 5 to start ...
This continues for about 10–15 minutes before the pool finally connects. After it connects, everything runs normally — the problem is only the long waiting time before the workers start.
I’m looking for a fix or configuration change that eliminates this long delay and allows the pool to start right away.
5 commentaires
Walter Roberson
le 25 Nov 2025
Are you using Distributed Computing, or is this a normal local parallel process pool?
Ahmed
le 25 Nov 2025
jessupj
le 7 Fév 2026
Déplacé(e) : Walter Roberson
le 7 Fév 2026
same ongoing problems here on R2025a and R2025b.
Raymond Norris
le 7 Fév 2026
@jessupj can you try a threaded pool?
jessupj
le 7 Fév 2026
Use of class or function matlab.system.internal.executeCommand is not supported on a thread-based worker. Use a PARPOOL('Processes') process-based pool or a different process-based pool instead.
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Parallel for-Loops (parfor) dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!