Matlab Distributed Computing Toolbox help???

Thread Starter

switchfoot

Joined May 14, 2005
9
Hi,

I'm trying to learn how to use the distributed computing toolbox in matlab for some parallel programming stuff. Do you know any sources for beginners to learn how to use this? I'm reading the manual at the moment and i can't seem to use it. I'm not sure what i'm doing wrong :S

In particular, when i type in
jm = findResource('jobmanager');

i get
"Warning: Could not contact any job manager lookup process. You may not have started a job
manager, or multicast protocols may be failing on your network..."

I'm not sure how i can resolve this. Can anyone help?

Thanks
 
Top