running program on clusters, accessing data file

3 次查看(过去 30 天)
Hi , I have a program with parfor to run some tasks simutaniously. It works fine when using local workers but show error on clusters. It does the following. First get the list of IDs to process. Then use this list for parfor process. Inside the parfor, it does the following 1) it reads the data file for this ID 2) get updated and save it again.
I have put the data file on a shared disk and each machine can access it. But still seems it cant read in the data for some workers( I assume they are the nonlocal ones).
  1 个评论
Edric Ellis
Edric Ellis 2013-10-11
What cluster type are you using? What operating system? What's the error - do you know if the workers can see the correct directory but simply cannot access the files?

请先登录,再进行评论。

回答(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