Main Content

태스크 제어 및 워커 통신

작업 및 spmd 블록 실행 중에 태스크 코드 실행 및 워커 간 통신 제어

함수

모두 확장

addAttachedFiles병렬 풀에 파일 또는 폴더 첨부
spmdIndexspmd 블록의 현재 워커 인덱스 (R2022b 이후)
spmdSize현재 spmd 블록을 실행 중인 워커 개수 (R2022b 이후)
spmdCatConcatenate arrays on spmd workers (R2022b 이후)
spmdReduceReduce arrays on spmd workers (R2022b 이후)
spmdPlusspmd 블록에 있는 워커의 배열 더하기 (R2022b 이후)
spmdBarrierSynchronize workers in spmd block (R2022b 이후)
spmdBroadcastSend data to all workers in spmd block (R2022b 이후)
spmdProbeDetermine whether data is available to current worker in spmd block (R2022b 이후)
spmdReceiveReceive data from another worker in spmd block (R2022b 이후)
spmdSendSend data to another worker in spmd block (R2022b 이후)
spmdSendReceiveSimultaneously send and receive data on worker in spmd block (R2022b 이후)
getCurrentJob작업을 실행 중인 워커에서 job 객체 가져오기
getCurrentClusterGet cluster object from a worker in a cluster
getCurrentTask작업을 실행 중인 워커에서 task 객체 가져오기
getCurrentWorker현재 워커에서 worker 객체 가져오기
getAttachedFilesFolderIdentify folder on a worker where attached files are copied to
updateAttachedFilesUpdate attached files or folders on parallel pool

클래스

모두 확장

parallel.Task태스크 속성 및 동작에 액세스
parallel.Worker태스크를 실행한 워커에 액세스