Sign up
Forgot password?
FAQ: Login

MathWorks. MatLAB R2021a Parallel Computing Toolbox User’s Guide

  • pdf file
  • size 6,60 MB
MathWorks. MatLAB R2021a Parallel Computing Toolbox User’s Guide
The MathWorks, Inc., 2021. — 1068 p.
Parallel Computing Toolbox lets you solve computational and data-intensive problems using multicore processors, GPUs, and computer clusters. High-level constructs — parallel for-loops, special array types, and parallelized numerical algorithms — enable you to parallelize MatLAB applications without CUDA or MPI programming. The toolbox lets you use parallel-enabled functions in MatLAB and other toolboxes. You can use the toolbox with Simulink to run multiple simulations of a model in parallel. Programs and models can run in both interactive and batch modes.
The toolbox lets you use the full processing power of multicore desktops by executing applications on workers (MatLAB computational engines) that run locally. Without changing the code, you can run the same applications on clusters or clouds (using MatLAB Parallel Server). You can also use the toolbox with MatLAB Parallel Server to execute matrix calculations that are too large to fit into the memory of a single machine.
Getting Started.
Parallel for-Loops (parfor).
Single Program Multiple Data (spmd).
Math with Codistributed Arrays.
Programming Overview.
Program Independent Jobs.
Program Communicating Jobs.
GPU Computing.
Parallel Computing Toolbox Examples.
Objects.
Functions.
  • Sign up or login using form at top of the page to download this file.
  • Sign up
Up