spotlightgit

Results 5 comments of spotlightgit

maybe it works if following changes are done: start_workers.m: ``` % Copy the command file if ispc [status, cmdout] = system(sprintf('scp %s %s:./batch_job_distrib_cmd.bat', cmd_file, workers{w,1})); else [status, cmdout] = system(sprintf('cat...

Well, I understand your worries. In my case master and worker are both Windows systems. I think this could be solved by adding a new input argument, where the user...

Hey Oliver, have you decided already how you want to continue with this issue? :-)

Well, as you mentioned it should be possible to send the commands directly instead of starting a batch file. I am working with MATLAB at Windows, therfore I have no...

Hey Oliver, with my fast running test function I was thinking distributed computing is working at Windows (with my adoptions above), but it is not. It seems that SSH at...