How do I share data between my parallel pool workers?
显示 更早的评论
I am running a script in parallel using the Parallel Computing Toolbox. As part of this, I would like to save important data from one worker such that it is readable from another worker in the same job.
Thus far, I have tried to write files containing the data to my device's disk and have the other workers read those files as necessary. However, this often fails to work as expected. Is there a better way to do this?
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Third-Party Cluster Configuration 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!