| Contents | Index |
jobStartup(job)
job | The job for which this startup is being executed. |
jobStartup(job) runs automatically on a worker the first time that worker evaluates a task for a particular job. You do not call this function from the client session, nor explicitly as part of a task function.
You add MATLAB code to the jobStartup.m file to define job initialization actions on the worker. The worker looks for jobStartup.m in the following order, executing the one it finds first:
Included in the job's FileDependencies property.
In a folder included in the job's PathDependencies property.
In the worker's MATLAB installation at the location
matlabroot/toolbox/distcomp/user/jobStartup.m
To create a version of jobStartup.m for FileDependencies or PathDependencies, copy the provided file and modify it as required. For further details on jobStartup and its implementation, see the text in the installed jobStartup.m file.
FileDependencies | PathDependencies | poolStartup | taskFinish | taskStartup

See how to solve large problems with minimal effort and reduce simulation time.
Get free kit| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |