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 Center および File ExchangeMATLAB Parallel Server についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by