Main Content

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

expand all

batchRun MATLAB script or function on worker
diaryDisplay or save Command Window text of batch job
fetchOutputsRetrieve output arguments from all tasks in job
getCurrentFileStoreGet file storage of current job or pool (Since R2022a)
getCurrentValueStoreGet data storage of current job or pool (Since R2022a)
getTaskSchedulerIDsScheduler IDs of tasks in job
loadLoad workspace variables from batch job
submitQueue job in scheduler
waitWait for job to change state

Classes

expand all

FileStoreFile storage shared by MATLAB clients and workers (Since R2022a)
ValueStoreData storage shared by MATLAB clients and workers (Since R2022a)

Topics