running matlab in parallel on a cluster
이전 댓글 표시
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!
답변 (1개)
Sean de Wolski
2015년 8월 3일
편집: Sean de Wolski
2015년 8월 3일
Is it installed:
ver('distcomp')
Is a license available:
license('test','Distrib_Computing_Toolbox')
카테고리
도움말 센터 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!