User`s guide
10 Objects — Alphabetical List
10-30
parallel.Job
Access job properties and behaviors
Constructors
createCommunicatingJob, createJob, findJob, recreate
getCurrentJob (in the workspace of the MATLAB worker)
Container Hierarchy
Parent parallel.Cluster
Children parallel.Task
Description
A parallel.Job object provides access to a job, which you create, define, and submit for
execution.
Types
The following table describes the available types of job objects. The job type is determined
by the type of cluster, and whether the tasks must communicate with each other during
execution.
Job Type Description
parallel.job.MJSIndependentJob Job of independent tasks on MJS cluster
parallel.job.MJSCommunicatingJob Job of communicating tasks on MJS cluster
parallel.job.CJSIndependentJob Job of independent tasks on CJS cluster
parallel.job.CJSCommunicatingJob Job of communicating tasks on CJS cluster