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!

Réponses (1)

Sean de Wolski
Sean de Wolski le 3 Août 2015
Modifié(e) : Sean de Wolski le 3 Août 2015
Is it installed:
ver('distcomp')
Is a license available:
license('test','Distrib_Computing_Toolbox')

Catégories

Question posée :

le 3 Août 2015

Modifié(e) :

le 3 Août 2015

Community Treasure Hunt

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

Start Hunting!

Translated by