User`s guide

R2012a
7-6
help parallel.job.CJSCommunicatingJob
help parallel.task.CJSTask
help parallel.job.MJSIndependentJob
help parallel.job.MJSCommunicatingJob
help parallel.task.MJSTask
There might be slight changes in the supported format for properties whose names are
still the same. To get help on an individual method or property, the general form of the
command is:
help parallel.obj-type.method-or-property-name
You might need to specify the subclass in some cases, for example, where different
cluster types use properties differently. The following examples display the help for
specified methods and properties of various object types:
help parallel.cluster.LSF.JobStorageLocation
help parallel.Job.fetchOutputs
help parallel.job.MJSIndependentJob.FinishedFcn
help parallel.Task.delete
Compatibility Considerations
Jobs
This release still supports the old form of interface, however, the old interface and
the new interface are not compatible in the same job. For example, a job manager
scheduler object that you create with findResource requires that you use only the old
interface methods and properties, and cannot be used for creating a communicating job
(createCommunicatingJob). A cluster that was defined with parcluster must use
the new interface, and cannot be used to create a parallel job (createParallelJob).
Graphical interfaces provide access only to the new interface. The Configurations
Manager is no longer available and is replaced by the Cluster Profile Manager. Actions
that use profiles automatically convert and upgrade your configurations to profiles.
Therefore, if you already have a group of configurations, the first time you open the
Cluster Profile Manager, it should already be populated with your converted profiles.
Furthermore, you can specify cluster profiles when using the old interface in places
where configurations are expected.
One job manager (or MJS) can accommodate jobs of both the old and new interface at the
same time.