User`s guide

parallel.Cluster
10-19
parallel.Cluster
Access cluster properties and behaviors
Constructors
parcluster
getCurrentCluster (in the workspace of the MATLAB worker)
Container Hierarchy
Parent None
Children parallel.Job, parallel.Pool
Description
A parallel.Cluster object provides access to a cluster, which controls the job queue, and
distributes tasks to workers for execution.
Types
The two categories of clusters are the MATLAB job scheduler (MJS) and common job
scheduler (CJS). The MJS is available in the MATLAB Distributed Computer Server.
The CJS clusters encompass all other types, including the local, generic, and third-party
schedulers.
The following table describes the available types of cluster objects.
Cluster Type Description
parallel.cluster.MJS Interact with MATLAB job scheduler
(MJS) cluster on-premises
parallel.cluster.Local Interact with CJS cluster running locally
on client machine