작업 및 태스크 생성
함수
클래스
예제 및 방법
- Choose Batch Processing Function
Decide which batch programming construct to use to offload work to a cluster.
- Program a Job on a Local Cluster
Manually create and run jobs.
- 독립 작업 프로그래밍
독립 작업의 태스크는 서로 직접 통신하지 않으며 독립적입니다.
- Program Communicating Jobs
Discover the differences between independent and communicating jobs.
- Share Code with Workers
Find out how to pass data and code to and from the workers.
- Apply Callbacks to MATLAB Job Scheduler Jobs and Tasks
The MATLAB® Job Scheduler has the ability to trigger callbacks in the client session whenever jobs or tasks in the MATLAB Job Scheduler cluster change to specific states.
개념
- How Parallel Computing Software Runs a Job
Explore the life cycle of a job.
- Programming Tips
Provides helpful hints for good programming practice.
- Job Monitor
Manage your jobs using the Job Monitor.
- Control Random Number Streams on Workers
The random number generation functions
rand
,randi
, andrandn
behave differently for parallel calculations compared to your MATLAB client.