getJobClusterData
Get specific user data for job on third-party cluster
Description
returns data stored for the job userdata
= getJobClusterData(cluster
,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).
Input Arguments
Output Arguments
Version History
Introduced in R2012a