running program on clusters, accessing data file

3 Ansichten (letzte 30 Tage)
Thomas
Thomas am 11 Okt. 2013
Kommentiert: Edric Ellis am 11 Okt. 2013
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 Kommentar
Edric Ellis
Edric Ellis am 11 Okt. 2013
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?

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu MATLAB Parallel Server finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by