Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Lists the nodes in an HPC cluster.
| Column name | Data type | Can be null | Description |
|---|---|---|---|
NodeID |
int |
No |
A unique numeric identifier for the node. |
NodeName |
nvarchar(64) |
No |
The name of the node. |
Processor |
nvarchar(400) |
Yes |
The type of the processor for the node. This value is a string in the form of {Name="processor_name", MaxClockSpeed="speed", L2Cache="cache_size"}, where the value of MaxClockSpeed is the maximum speed of the processor in megahertz, and the value of L2Cache is the size of secondary processor cache in kilobytes. |
NumberofCore |
int |
Yes |
The number of cores for the node. |
NumberofSocket |
int |
Yes |
The number of processors for the node. |
MemorySize |
int |
Yes |
The total amount of physical memory for the node, in megabytes. |
Requirements
Product |
Windows HPC Server 2008 R2 |