ISchedulerJob::RequestedNodes property

Retrieves or sets the list of nodes that are requested for the job.

This property is read/write.

Syntax

HRESULT get_RequestedNodes(
  [out] IStringCollection **pRequestedNodes
);

Property value

Error codes

If the method succeeds, the return value is S_OK. Otherwise, the return value is an error code. To get a description of the error, access the ISchedulerJob::ErrorMessage property.

Remarks

This is the list of nodes on which your job is capable of running. For example, the nodes contain the required software for your job.

If you also specify node group names in the ISchedulerJob::NodeGroups property, the job can be run on the intersection of the two lists.

Requirements

Product

HPC Pack 2008 R2 Client Utilities, HPC Pack 2008 Client Utilities

Type library

Microsoft.Hpc.Scheduler.tlb

See also

ISchedulerJob

ISchedulerJob.AllocatedNodes

ISchedulerTask.RequiredNodes