Documentation

setJobClusterData

Set specific user data for job on generic cluster

Syntax

setJobClusterData(cluster,job,userdata)

Arguments

集群

Cluster object identifying the generic third-party cluster running the job

job

Job object identifying the job for which to store data

userdata

Information to store for this job

Description

setJobClusterData(cluster,job,userdata)stores data for the jobjobthat is running on the generic cluster集群. You can later retrieve the information with the functiongetJobClusterData. For example, it might be useful to store the third-party scheduler’s external ID for this job, so that the function specified inGetJobStateFcncan later query the scheduler about the state of the job. Or the stored data might be an array with the scheduler’s ID for each task in the job.

For more information and examples on using these functions and properties, seeIntegration Scripts for Generic Schedulers.

Introduced in R2012a

Was this topic helpful?