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.
Requirements:
· MATLAB Release: R13