MATLAB Parallelization ToolkIt 1.20

Toolkit for easy parallelization of matlab code, for instance using parallelized for loops.
3.2K Downloads
Updated 20 Nov 2003

No License

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 (2025). MATLAB Parallelization ToolkIt 1.20 (https://nl.mathworks.com/matlabcentral/fileexchange/1227-matlab-parallelization-toolkit-1-20), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R13
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Parallel Computing in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0

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