Parallel pool does not working, and stuck in job test during validation.
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
When i run parallel pool, it's just starting as long time. No warning at this time, showing 'starting parallel pool'. And does not start. I tested parallel pool validation. But, it stuck in Job test. How can i start up parallel pool normally?
0 comentarios
Respuestas (1)
Rishi Binda
el 3 de Sept. de 2018
1. In some cases (more common with concurrent licenses) if there are multiple licenses or license servers on MATLAB's license search path, delays when using particular toolboxes or during start up can occur.
Please try the following commands in MATLAB and check for multiple licensing :
>> matlab.internal.licensing.pathTest
>> feature('lmsearchpath')
2. Try clearing your Local Job Storage. In some cases there can be corrupted files in the Job Storage Location. Open a File Explorer and navigate to C:\Users\username\AppData\Roaming\MathWorks\MATLAB
There should be a folder called local_cluster_jobs. Try removing this folder and validating again.
0 comentarios
Ver también
Categorías
Más información sobre Manage Products en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!