Contenido principal

Esta página se ha traducido mediante traducción automática. Haga clic aquí para ver la última versión en inglés.

Creación de trabajos y tareas

Crear un trabajo y definir sus tareas.

Funciones

expandir todo

parclusterCreate cluster object
batchRun MATLAB script or function on worker
createJobCreate independent job on cluster
createCommunicatingJobCreate communicating job on cluster
recreateCreate new job from existing job
createTaskCreate new task in job
parallel.defaultProfileExamine or set default cluster profile (Desde R2022b)
parallel.listProfilesList available cluster profiles (Desde R2022b)
parallel.importProfileImport cluster profiles from file
poolStartupFile for user-defined options to run on each worker when parallel pool starts
jobStartupFile for user-defined options to run when job starts
taskStartupUser-defined options to run on worker when task starts
taskFinishUser-defined options to run on worker when task finishes
pctconfigConfigure settings for Parallel Computing Toolbox client session or MATLAB Parallel Server workers
mpiLibConfLocation of MPI implementation
mpiSettingsConfigure options for MPI communication

Clases

expandir todo

parallel.ClusterAccess cluster properties and behaviors
FutureFunction scheduled to run
parallel.JobAccess job properties and behaviors
parallel.TaskAccess task properties and behaviors

Ejemplos y procedimientos

Conceptos