How can I acssess File in a compute node in my cluster

1 次查看(过去 30 天)
  • Hi,
  • I have files stored in path 'x'
  • I'm using this code
  • if true
spmd
index_loc=getLocalPart(index_d);
tic;
for j=index_loc
temp=imread(strcat('x/',num2str(j),'.jpg'));
end
toc
end
end
and getting error that file doesn't exist
  1 个评论
Jason Ross
Jason Ross 2012-9-17
Can you clarify:
  • what is index_d and what kinds of values are in it?
  • examples of what the file names look like (e.g. img54927.jpg)
Also, if you do this manually, e.g.
spmd
temp=impread('full_path_to/filename.jpg');
end
Does it work as expected? You can use spmd pretty interactively at the command prompt for troubleshooting.

请先登录,再进行评论。

回答(0 个)

类别

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