A genericscheduler object provides access to your network's
scheduler, which distributes job tasks to workers or labs for execution.
The generic scheduler interface requires use of the M-code submit
function on the client and the M-code decode function on the worker
node.
| CancelJobFcn | Specify function to run when canceling job on generic
scheduler |
| CancelTaskFcn | Specify function to run when canceling task on generic
scheduler |
| ClusterMatlabRoot | Specify MATLAB root for cluster |
| ClusterOsType | Specify operating system of nodes on which scheduler will
start workers |
| ClusterSize | Number of workers available to scheduler |
| Configuration | Specify configuration to apply to object or toolbox function |
| DataLocation | Specify directory where job data is stored |
| DestroyJobFcn | Specify function to run when destroying job on generic
scheduler |
| DestroyTaskFcn | Specify function to run when destroying task on generic
scheduler |
| GetJobStateFcn | Specify function to run when querying job state on generic
scheduler |
| HasSharedFilesystem | Specify whether nodes share data location |
| Jobs | Jobs contained in job manager service or in scheduler's
data location |
| MatlabCommandToRun | MATLAB command that generic scheduler runs to start
lab |
| ParallelSubmitFcn | Specify function to run when parallel job submitted to
generic scheduler |
| SubmitFcn | Specify function to run when job submitted to generic
scheduler |
| Type | Type of scheduler object |
| UserData | Specify data to associate with object |