listAutoAttachedFiles
List of files automatically attached to job, task, or parallel pool
Description
listAutoAttachedFiles(
performs a
dependency analysis on all the task functions, or on the batch job script or function. Then
it displays a list of the code files that are already or going to be automatically attached
to the job or task object obj
)obj
.
If obj
is a parallel pool, the output lists the files that have
already been attached to the parallel pool following an earlier dependency analysis. The
dependency analysis runs if a parfor
or spmd
block
errors due to an undefined function. At that point any files, functions, or scripts needed
by the parfor
or spmd
block are attached if
possible.
Examples
Input Arguments
Version History
Introduced in R2013a
See Also
batch
| createCommunicatingJob
| createJob
| createTask
| parpool
| parcluster