Issue Running Parallel Toolbox

7 visualizaciones (últimos 30 días)
Eshetu Gebretsadik
Eshetu Gebretsadik el 24 de Oct. de 2019
Respondida: Eshetu Gebretsadik el 24 de Oct. de 2019
We are testing parallel tool box to run on one of our machine and we are getting the following merror message
Error using parpool (line 104)
Failed to start a parallel pool. (For information in addition to the causing error, validate the
profile 'local' in the Cluster Profile Manager.)
Error in parallel.internal.ui.PoolHelper.startPool (line 11)
parpool();
Caused by:
Error using parallel.internal.pool.InteractiveClient>iThrowWithCause (line 666)
Failed to start pool.
Error using parallel.Cluster/createCommunicatingJob (line 95)
Unable to write file
C:\Users\user\AppData\Roaming\MathWorks\MATLAB\local_cluster_jobs\R2017a\matlab_metadata.mat:
permission denied.

Respuestas (2)

Jason Ross
Jason Ross el 24 de Oct. de 2019
Looks like the permissions in that directory are not correct or have been corrupted.
The easiest thing to try is exiting MATLAB, then rename/delete the "local_cluster_jobs" folder, then restart MATLAB.

Eshetu Gebretsadik
Eshetu Gebretsadik el 24 de Oct. de 2019
Thanks, a lot Jason it workied.

Categorías

Más información sobre Startup and Shutdown en Help Center y File Exchange.

Productos


Versión

R2017a

Community Treasure Hunt

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

Start Hunting!

Translated by