From: Shakes on
Hello,

I've setup a distributed computing environment. Now from my local machines (with my models on my local disks) I want to see calculations to the jobmanager which has several computers/cpu's linked to it.

I can make a connection and for example the sample_pct file works (when I add it to FileDependencies). However, my calculations use a lot of models. I don't want to add them all to FileDependencies and in another setup I didn't have to. When I ran the model it would work on the parallel (server) environment. Now in the new environment it doesn't because it says it cannot find the source code (The source code () for the parfor loop
that is trying to execute on the worker could not be found)

My directories also don't appear in the path (spmd path end) of the workers. Addpath doesn't make a difference either, only thing that works is FileDependencies but we are talking 100 files..., so that's a bit too much).

So, what is the real problem and how can I let the workers execute my code? The Jobmanager works I just have a problem with my workers not being able to access the models on my local machine. Thanks!