Accessing Shared File in spmd

1 view (last 30 days)
Aseman
Aseman on 25 Dec 2011
Hi when I use this command in matlab locally, it works well: f=load('\\node1\d\N.mat'); but in spmd statement:
spmd f=load('\\node1\d\N.mat'); end
it reports this error
File "\\node1\d\N.mat" does not exist.
what is wrong with this?
Operating system:win7-64bit
Matlab:2011a

Answers (2)

Jill Reese
Jill Reese on 27 Dec 2011
What scheduler are you using, and what does its configuration look like?

Aseman
Aseman on 2 Jan 2012
It was solved.
I set username and password for mdce service and it worked. thanks

Categories

Find more on MATLAB Parallel Server in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!