How can I automatically retrieve saved files from a worker in my client session using Distributed Compputing Toolbox?

1 view (last 30 days)
In my distributed task functions, I am using SAVE to save the worker's workspace variables. When using the job manager, these files are saved by default in the temporary checkpoint directory for each worker.
I would like to have these files automatically retrieved when the job is completed.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 27 Jun 2009
The ability to automatically retrieve saved files from workers is not available in Distributed Computing Toolbox.
The best approach to have the client access these files is to have the workers save files on a shared file system that is accessible to your client machine. In this way, the client can read the files once the job has reached completion.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!