BudgetCluster

版本 1.2 (35.8 KB) 作者: Jeff Miller
Routines for running many tasks in parallel across several computers---essentially a low-budget, low-hassle substitute for a cluster.
104.0 次下载
更新时间 2019/5/19

查看许可证

As its primary use-case, this toolbox provides a simple mechanism for running many MATLAB tasks (i.e., functions) in parallel across a number of different computers. All of the computers must have MATLAB and have read/write access to a shared folder, presumably on a network drive. A master computer is given a list of tasks to be executed (i.e., as strings in a cell array or file), and slave computers are started to execute the individual tasks one by one. The Master and Slave functions of the toolbox coordinate the assignment of tasks to slaves.

引用格式

Jeff Miller (2025). BudgetCluster (https://www.mathworks.com/matlabcentral/fileexchange/70034-budgetcluster), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2016b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Clusters and Clouds 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.2

Fixed a bug that could cause crashes if master & slave accessed the same control file simultaneously.

1.1

Bug fixes and additions to documentation.

1.0