List of files automatically attached to job, task, or parallel pool
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.
batch
| createCommunicatingJob
| createJob
| createTask
| parcluster
| parpool