BudgetCluster

Routines for running many tasks in parallel across several computers---essentially a low-budget, low-hassle substitute for a cluster.

이 제출물을 팔로우합니다

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 (2026). BudgetCluster (https://kr.mathworks.com/matlabcentral/fileexchange/70034-budgetcluster), MATLAB Central File Exchange. 검색 날짜: .

카테고리

Help CenterMATLAB Answers에서 Clusters and Clouds에 대해 자세히 알아보기

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
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