IJob::put_MinimumNumberOfProcessors method
Sets the minimum number of processors that are required by the job.
Syntax
HRESULT put_MinimumNumberOfProcessors(
[in] long Val
);
Parameters
- Val [in]
The minimum number of processors. The default is 1.
Return value
If the method succeeds, the return value is S_OK. Otherwise, the return value is an error code.
Remarks
The value must be less than or equal to:
- The number of processors in the cluster or the number of processors on the nodes that you requested (with the IJob::put_AskedNodes method).
- The value of the IJob::put_MaximumNumberOfProcessors method.
Requirements
Product |
Compute Cluster Pack Client Utilities |
Type library |
Ccpapi.tlb |
See also
IJob::get_MinimumNumberOfProcessors