ISchedulerNode interface
Contains information about a compute node.
To get this interface, call one of the following methods:
Members
The ISchedulerNode interface inherits from the IDispatch interface. ISchedulerNode also has these types of members:
Methods
The ISchedulerNode interface has these methods.
| Method | Description |
|---|---|
| GetCores |
Retrieves the state information for each core on the node. |
| GetCounters |
Retrieves the counter data for the node. |
| Refresh |
Refreshes this copy of the node object with the contents from the server. |
Properties
The ISchedulerNode interface has these properties.
| Property | Access type | Description |
|---|---|---|
|
Read-only |
Retrieves the processor speed of the node. | |
|
Read-only |
Retrieves the globally unique identifier that uniquely identifies the node in the system. | |
|
Read-only |
Retrieves the identifier that uniquely identifies the node in the cluster. | |
|
Read-only |
Retrieves the types of jobs that this node is configured to run. | |
|
Read-only |
Retrieves the size of memory. | |
|
Read-only |
Determines if a user requested that the node go offline. | |
|
Read-only |
Retrieves the computer name of the node. | |
|
Read-only |
Retrieves the node groups to which this node belongs. | |
|
Read-only |
Retrieves the number of cores on the node. | |
|
Read-only |
Retrieves the number of sockets on the node. | |
|
Read-only |
Retrieves the date and time that the node last went offline. | |
|
Read-only |
Retrieves the date and time that the node last came online. | |
|
Read-only |
Determines whether the server thinks the node is reachable. | |
|
Read-only |
Retrieves the current state of the node. |
Requirements
|
Product |
HPC Pack 2008 R2 Client Utilities, HPC Pack 2008 Client Utilities |
|---|---|
|
Type library |
|
See also