MDCS - how is data handled?
1 次查看(过去 30 天)
显示 更早的评论
Within an MDCS system, is the data sent across the network and only sits in the memory of the head/workers, or is there a requirement for data storage?
0 个评论
回答(2 个)
Harsha Medikonda
2015-7-6
Based on my understanding you wish to know the data storage requirements for clusters. Please refer to the following link for the requirements of data storage Requirements for data storage on cluster computers
To transfer data between workers, you can use 'addAttachedFiles'. When files are attached using this command, they are shared across all the workers. Currently there is a 2 GB limit for the data transfer across workers. Refer to the following link for more information on 'addAttachedFiles'
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 MATLAB Parallel Server 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!