MATLAB PARALLEL COMPUTING TOOLBOX - S Guía de usuario Pagina 492

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 656
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 491
11 Functions — Alphabetical List
11-148
jobStartup
File for user-defined options to run when job starts
Syntax
jobStartup(job)
Arguments
job The job for which this startup is being executed.
Description
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:
1
Included in the job’s AttachedFiles property.
2
In a folder included in the job’s AdditionalPaths property.
3
In the worker’s MATLAB installation at the location
matlabroot/toolbox/distcomp/user/jobStartup.m
To create a version of jobStartup.m for AttachedFiles or AdditionalPaths, 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.
See Also
poolStartup | taskFinish | taskStartup
Vista de pagina 491
1 2 ... 487 488 489 490 491 492 493 494 495 496 497 ... 655 656

Comentarios a estos manuales

Sin comentarios