Main Content

Running Code on Clusters and Clouds

Scale up and run computationally intensive code in your existing cluster

After you integrate MATLAB® Parallel Server™ with your existing cluster infrastructure, you can run parallel code in your cluster. If you need to set up your cluster, see Installation. Then, to learn more about cluster workflows, try the examples in this section.

Topics

Examples and How To

Concepts

Reference Architectures

Licensing

Related Info

  • Get Started with Parallel Computing Toolbox (Parallel Computing Toolbox)
    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—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.
  • Scaling to clusters and cloud