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.