Job Submission and Results
Run job and gather results
Submit jobs to run on a cluster and retrieve results from jobs. Use the
ValueStore and FileStore objects of the job to store results that the client
or any other worker executing the job can access.
Functions
Classes
Topics
- Program Independent Jobs
The tasks in an independent job do not directly communicate with each other and are independent.
- Program Communicating Jobs
Discover the differences between independent and communicating jobs.
- Monitor Batch Jobs with ValueStore
This example shows how to monitor the progress of a batch job by using
ValueStore. - Monitor Monte Carlo Batch Jobs with ValueStore
This example shows how to monitor a Monte Carlo batch job during execution by using
ValueStore. - Job Monitor
Manage your jobs using the Job Monitor.