| Contents | Index |
You use the Configuration property to apply a configuration to an object. For details about writing and applying configurations, see Cluster Profiles.
Setting the Configuration property causes all the applicable properties defined in the configuration to be set on the object.
Usage | Scheduler, job, or task object |
Read-only | Never |
Data type | String |
The value of Configuration is a string that matches the name of a configuration. If a configuration was never applied to the object, or if any of the settable object properties have been changed since a configuration was applied, the Configuration property is set to an empty string.
Use a configuration to find a scheduler.
jm = findResource('scheduler','configuration','myConfig')
Use a configuration when creating a job object.
job1 = createJob(jm,'Configuration','jobmanager')
Apply a configuration to an existing job object.
job2 = createJob(jm) set(job2,'Configuration','myjobconfig')
createJob, createParallelJob, createTask, dfeval, dfevalasync, findResource

See how to solve large problems with minimal effort and reduce simulation time.
Get free kit| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |