Main Content

이 번역 페이지는 최신 내용을 담고 있지 않습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.

태스크 제어 및 워커 통신

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

함수

모두 확장

addAttachedFiles병렬 풀에 파일 또는 폴더 첨부
spmdIndexspmd 블록의 현재 워커 인덱스 (R2022b 이후)
spmdSize현재 spmd 블록을 실행 중인 워커 개수 (R2022b 이후)
spmdCatConcatenate arrays on spmd workers (R2022b 이후)
spmdReduceReduce arrays on spmd workers (R2022b 이후)
spmdPlusAdd arrays from workers in spmd block (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 이후)
getCurrentJobGet job object from a worker running a job
getCurrentClusterGet cluster object from a worker in a cluster
getCurrentTask작업을 실행 중인 워커에서 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

클래스

모두 확장

parallel.TaskAccess task properties and behaviors
parallel.Worker태스크를 실행한 워커에 액세스