BudgetCluster

Versión 1.2 (35,8 KB) por Jeff Miller
Routines for running many tasks in parallel across several computers---essentially a low-budget, low-hassle substitute for a cluster.
103 descargas
Actualizado 19 may 2019

Ver licencia

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.

Citar como

Jeff Miller (2024). BudgetCluster (https://www.mathworks.com/matlabcentral/fileexchange/70034-budgetcluster), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2016b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Clusters and Clouds en Help Center y MATLAB Answers.

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
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