Main Content

Job and Task Creation

Create a job and define its tasks

Functions

expand all

parclusterCreate cluster object
batchRun MATLAB script or function on worker
createJobCreate independent job on cluster
createCommunicatingJobCreate communicating job on cluster
recreateCreate new job from existing job
createTaskCreate new task in job
parallel.defaultProfileExamine or set default cluster profile (Since R2022b)
parallel.listProfilesList available cluster profiles (Since R2022b)
parallel.importProfileImport cluster profiles from file
poolStartupFile for user-defined options to run on each worker when parallel pool starts
jobStartupFile for user-defined options to run when job starts
taskStartupUser-defined options to run on worker when task starts
taskFinishUser-defined options to run on worker when task finishes
pctconfigConfigure settings for Parallel Computing Toolbox client session or MATLAB Parallel Server workers
mpiLibConfLocation of MPI implementation
mpiSettingsConfigure options for MPI communication

Classes

expand all

parallel.ClusterAccess cluster properties and behaviors
FutureFunction scheduled to run
parallel.JobAccess job properties and behaviors
parallel.TaskAccess task properties and behaviors

Examples and How To

Concepts