getJobClusterData - Get specific user data for job on third-party cluster - MATLAB (original) (raw)

Main Content

Get specific user data for job on third-party cluster

Syntax

Description

[userdata](#mw%5F57019196-9b57-4f34-9b5d-459374098d3a) = getJobClusterData([cluster](#mw%5F69fb8726-2173-48c9-aa27-4580e54208eb),[job](#mw%5F10238ba5-3782-4b2b-9958-e268ef376e5c)) returns data stored for the job job that was derived from the third-party cluster cluster. You store job user data with the function setJobClusterData. For example, you can store the third-party scheduler's external ID for a job, so that the function specified in GetJobStateFcn can later query the scheduler about the state of the job.

For more information and examples on using these functions and properties, see Plugin Scripts for Generic Schedulers (MATLAB Parallel Server).

Output Arguments

collapse all

Information previously stored for this job, returned as any MATLABĀ® array. For example, you can store job user data as a scalar, vector, matrix, cell array, character array, table, or structure.

Version History

Introduced in R2012a