Parallel Computing with MATLAB
This seminar will introduce MATLAB’s parallel computing capabilities. We will discuss MATLAB’s multi-threading option, Parallel Computing Toolbox,and Parallel Computing Toolbox's ability to scale to a cluster running MATLAB Distributed Computing Server.
Both task-parallel applications (in which tasks running in parallel do not need to communicate) and data-parallel applications (in which tasks running in parallel do need to communicate via MPI) will be presented.