running matlab in parallel on a cluster
Mostrar comentarios más antiguos
I would like to run my code in parallel on cluster but it fails. I am just wondering how can I check if the matlab installed on the cluster has parallel computing toolbox? Thank you very much!
Respuestas (1)
Sean de Wolski
el 3 de Ag. de 2015
Editada: Sean de Wolski
el 3 de Ag. de 2015
Is it installed:
ver('distcomp')
Is a license available:
license('test','Distrib_Computing_Toolbox')
Categorías
Más información sobre Startup and Shutdown 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!