Main Content

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

Contrôle des tasks et communication avec les workers

Contrôler l'exécution du code de tâche et la communication entre les workers pendant l'exécution des jobs et des blocs SPMD

Fonctions

développer tout

addAttachedFilesJoindre des fichiers ou des dossiers au pool parallèle
spmdIndexIndex of current worker in spmd block (depuis R2022b)
spmdSizeNumber of workers running current spmd block (depuis R2022b)
spmdCatConcatenate arrays on spmd workers (depuis R2022b)
spmdReduceReduce arrays on spmd workers (depuis R2022b)
spmdPlusAdd arrays from workers in spmd block (depuis R2022b)
spmdBarrierSynchronize workers in spmd block (depuis R2022b)
spmdBroadcastSend data to all workers in spmd block (depuis R2022b)
spmdProbeDetermine whether data is available to current worker in spmd block (depuis R2022b)
spmdReceiveReceive data from another worker in spmd block (depuis R2022b)
spmdSendSend data to another worker in spmd block (depuis R2022b)
spmdSendReceiveSimultaneously send and receive data on worker in spmd block (depuis R2022b)
getCurrentJobGet job object from a worker running a job
getCurrentClusterGet cluster object from a worker in a cluster
getCurrentTaskGet task object from a worker running a task
getCurrentWorkerGet worker object from current worker
getAttachedFilesFolderIdentify folder on a worker where attached files are copied to
updateAttachedFilesUpdate attached files or folders on parallel pool

Classes

développer tout

parallel.TaskAccess task properties and behaviors
parallel.WorkerAccess worker that ran task