User`s guide

7-5
Previous Scheduler Properties New Cluster Properties
IsUsingSecureCommunication HasSecureCommunication
SchedulerHostname,
MasterName, Hostname
Host
ParallelSubmissionWrapperScript CommunicatingJobWrapper
ClusterSize NumWorkers
NumberOfBusyWorkers NumBusyWorkers
NumberOfIdleWorkers NumIdleWorkers
SubmitFcn IndependentSubmitFcn
ParallelSubmitFcn CommunicatingSubmitFcn
DestroyJobFcn DeleteJobFcn
DestroyTaskFcn DeleteTaskFcn
Previous Job Properties New Job Properties
FileDependencies AttachedFiles
PathDependencies AdditionalPaths
MinimumNumberOfWorkers,
MaximumNumberOfWorkers
NumWorkersRange
Previous Task Properties New Task Properties
MaximumNumberOfRetries MaximumRetries
Getting Help
In addition to these changes, there are some new properties and methods, while some
old properties are not used in the new interface. For a list of the methods and properties
available for clusters, jobs, and tasks, use the following commands for help on each class
type:
help parallel.Cluster
help parallel.Job
help parallel.Task
help parallel.job.CJSIndependentJob