For now I'll leave you with the description of the Parallel Computing Toolbox taken from mathworks.com
Parallel Computing Toolbox™ lets you solve computationally and data-intensive problems using multicore processors, GPUs, and computer clusters. High-level constructs—parallel for-loops, special array types, and parallelized numerical algorithms—let you parallelize MATLAB®applications without CUDA or MPI programming. You can use the toolbox with Simulink® to run multiple simulations of a model in parallel.The toolbox provides twelve workers (MATLAB computational engines) to execute applications locally on a multicore desktop. Without changing the code, you can run the same application on a computer cluster or a grid computing service (using MATLAB Distributed Computing Server™). You can run parallel applications interactively or in batch.
No comments:
Post a Comment