taskStartup - M-file for user-defined options to run when task starts

Syntax

taskStartup(task)

Arguments

task

The task being evaluated by the worker.

Description

taskStartup(task) runs automatically on a worker each time the 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.

The function M-file resides in the worker's MATLAB installation at

matlabroot/toolbox/distcomp/user/taskStartup.m

You add M-code to the file to define task initialization actions to be performed on the worker every time it evaluates a task for this job.

Alternatively, you can create a file called taskStartup.m and include it as part of the job's FileDependencies property. The version of the file in FileDependencies takes precedence over the version in the worker's MATLAB installation.

For further detail, see the text in the installed taskStartup.m file.

See Also

Functions

jobStartup, taskFinish

Properties

FileDependencies

  


 © 1984-2009- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS