parpool('local')
Mostrar comentarios más antiguos
I use parpool('local') and doesn't work and I receive this answer
Starting parallel pool (parpool) using the 'local' profile ... Caught unexpected fl::except::IInternalException
1 comentario
Paulo Torres
el 7 de Abr. de 2017
Editada: Matt J
el 7 de Abr. de 2017
Respuestas (1)
Namnendra
el 18 de Jun. de 2022
0 votos
As your problem is not much clear, I can suggest two points to work out and see if it works :-
- Validate your 'local' profile by navigating to Home->Parallel->Create and Manage Clusters. Here choose 'local' and click validate.If it doesn't validate then check if you have parallel computing toolbox present in your MATLAB root directory.
- In the last line of the error, it says it can't write to the folder. Check if you have write access to the folder.
I hope it helps.
Categorías
Más información sobre Parallel Computing Fundamentals en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!