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.