running program on clusters, accessing data file

조회 수: 3 (최근 30일)
Thomas
Thomas 2013년 10월 11일
댓글: Edric Ellis 2013년 10월 11일
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