INode Members
Contains information about a compute node.
The following tables list the members exposed by the INode type.
Public Properties
Name | Description | |
---|---|---|
![]() |
Memory | Retrieves the size of available memory. |
![]() |
Name | Retrieves the name of the compute node. |
![]() |
NumberOfIdleProcessors | Retrieves the number of idle processors. |
![]() |
NumberOfProcessors | Retrieves the number of processors. |
![]() |
ProcessorArchitecture | Retrieves the processor architecture. |
![]() |
ProcessorSpeed | Retrieves the processor speed. |
![]() |
Status | Retrieves the current status of the node. |
Top