Skip to Main Content Skip to Search
Product Documentation

Configuration - Specify configuration to apply to object or toolbox function

Description

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.

Characteristics

Usage

Scheduler, job, or task object

Read-only

Never

Data type

String

Values

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.

Examples

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')

See Also

Functions

createJob, createParallelJob, createTask, dfeval, dfevalasync, findResource

  


Free Parallel Computing Interactive Kit

See how to solve large problems with minimal effort and reduce simulation time.

Get free kit

Trials Available

Try the latest versions of parallel computing products.

Get trial software
 © 1984-2012- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS