[Developers] Parallel processing

Mark Maunder mmaunder at iattc.org
Mon Jul 5 21:09:59 PDT 2010


I just read an article that has an application in MATLAB using parellel processing. MATLAB has a parallel for loop, which automatically sends each itteration out to a different processor.
 
This sounds like an easy way to implement user defined Parallel processing.
 
There is also a book on it http://www.amazon.com/Parallel-Multicore-Multinode-Computers-Environments/dp/089871673X
 
Mark 


More information about the Developers mailing list