Skip to Main Content Skip to Search
Product Documentation

UseSOAJobSubmission - Allow service-oriented architecture (SOA) submission on HPC Server 2008 cluster

Description

The value you assign to the UseSOAJobSubmission property specifies whether to allow SOA job submissions for the scheduler object representing a Microsoft Windows HPC Server 2008 cluster. If you enable SOA submission, MATLAB worker sessions can each evaluate multiple tasks in succession. If you disable SOA submission, a separate MATLAB worker starts for each task.

Ensure that HPC Server 2008 is correctly configured to run SOA jobs on MATLAB Distributed Computing Server. For more details, see the online installation instructions at http://www.mathworks.com/distconfig.

Characteristics

Usage

Windows HPC Server scheduler object

Read-only

Never

Data type

Logical

Values

UseSOAJobSubmission is false by default. SOA job submission works only for HPC Server 2008 clusters, and your scheduler ClusterVersion property must be set to 'HPCServer2008'. If ClusterVersion is set to any other value, and you attempt to set UseSOAJobSubmission to true, an error is generated and the property value remains false.

Remarks

If you change the value of ClusterVersion or SchedulerHostname, this resets the values of ClusterSize, JobTemplate, and UseSOAJobSubmission.

Examples

Set the scheduler to allow SOA job submissions.

s = findResource('scheduler', 'type', 'hpcserver');
s.UseSOAJobSubmission = true;

See Also

Properties

ClusterVersion, JobDescriptionFile, JobTemplate,

  


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