Contenu principal

Cette page a été traduite par traduction automatique. Cliquez ici pour voir la dernière version en anglais.

Création de job et de task

Créer un job et définir ses tasks

Fonctions

développer tout

parclusterCréer un objet cluster
batchExécuter un script ou une fonction MATLAB sur un 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 (depuis R2022b)
parallel.listProfilesList available cluster profiles (depuis 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

Classes

développer tout

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

Exemples et procédures

Concepts