This toolbox distributes processes over MATLaB workers available over the intranet/internet (SPMD or MPMD parallel model). It is very useful for corsely granular parallelization problems and in the precesence of a distributed and heterogeneus computer enviroment. No need for configuration files ! Cross platforms, cross OS and cross MATLaB versions. Workers can be added to the parallel computation even if it has started. No need of a common file system, all comms are using tcpip connections
A very small 250-line library (written entirely in MATLaB) that allows multiple MATLaB programs to talk to each other, so that hundreds of processors can work together.