Batch Job

版本 1.5.0.0 (25.0 KB) 作者: Oliver Woodford
Toolbox to spread batch work over multiple MATLAB instances, even on other PCs
1.1K 次下载
更新时间 2023/1/5

This toolbox consists of several functions for spreading work over multiple MATLAB instances.
If you have a for loop which can be written something like:
for a = 1:size(input, 2)
output(:,a) = func(input(:,a), global_data);
end

then the functions in this toolbox can be used to split the for loop iterations across multiple MATLAB instances, including across multiple computing nodes/computers. This is a replacement for parfor in this use case, if you don't have the Parallel Computing Toolbox.

For the toolbox to work, its root directory needs to be on your MATLAB path at startup.

See the README at:
https://github.com/ojwoodford/batch_job/blob/master/README.md
for more information.

These functions are in beta testing. If you have any bug reports or fixes, please raise a github issue.

引用格式

Oliver Woodford (2024). Batch Job (https://github.com/ojwoodford/batch_job), GitHub. 检索来源 .

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

Community Treasure Hunt

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

Start Hunting!

无法下载基于 GitHub 默认分支的版本

版本 已发布 发行说明
1.5.0.0

Update help text
Update description

1.4.0.0

Move to github

1.3.0.0

Bug fix

1.2.0.0

Add the logo

1.1.0.0

Add example. Improve code.

1.0.0.0

要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库
要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库