Accessing Shared File in spmd

조회 수: 2 (최근 30일)
Aseman
Aseman 2011년 12월 25일
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

답변 (2개)

Jill Reese
Jill Reese 2011년 12월 27일
What scheduler are you using, and what does its configuration look like?

Aseman
Aseman 2012년 1월 2일
It was solved.
I set username and password for mdce service and it worked. thanks

카테고리

Help CenterFile Exchange에서 MATLAB Parallel Server에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by