MATLAB Parallelization ToolkIt 1.20

Toolkit for easy parallelization of matlab code, for instance using parallelized for loops.

You are now following this Submission

The MATLAB Parallization Toolkit is a toolbox for parallel calculations in MATLAB.

The intention of the toolbox is to provide easy means of writing parallel programs in MATLAB, executing on a cluster or on multi-cpu machines. The toolbox is suitable where the amount of interprocess comunication is low. Several high level commands are available such as parallelized for-loops, eval, profiler and debugging. The strength of the toolbox compared to other implementations for parallel
programming in MATLAB is the support for profiling, ease of installation and extensive error checking provided to aid parallel software development.

The interprocess comunication is done using TCP/IP pipes (using MATLAB Engines, based on the PMI toolbox), and the toolbox is therefore highly suitable for UNIX / LINUX cluster environments. The toolbox has been tested with both Matlab R11 and R12.

Further details can be found at in the file, or at:
http://hem.passagen.se/einar_heiberg/index.html

Cite As

Einar Heiberg (2026). MATLAB Parallelization ToolkIt 1.20 (https://www.mathworks.com/matlabcentral/fileexchange/1227-matlab-parallelization-toolkit-1-20), MATLAB Central File Exchange. Retrieved .

Categories

Find more on Parallel Computing in Help Center and MATLAB Answers

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0.0

New update for Matlab 6.5, with help from Axel Roebel, thank you!