INode interface

Contains information about a compute node.

To get this interface, call the ICluster::get_ComputeNodes method.

Members

The INode interface inherits from the IDispatch interface. INode also has these types of members:

  • Methods

Methods

The INode interface has these methods.

Method Description
get_Memory

Retrieves the size of available memory, in kilobytes.

get_Name

Retrieves the name of the compute node.

get_NumberOfIdleProcessors

Retrieves the number of idle processors.

get_NumberOfProcessors

Retrieves the number of processors.

get_ProcessorArchitecture

Retrieves the processor architecture.

get_ProcessorSpeed

Retrieves the processor speed, in megahertz (MHz).

get_Status

Retrieves the current status of the head node.

 

Requirements

Product

Compute Cluster Pack Client Utilities

Type library

Ccpapi.tlb

See also

IDispatch

Compute Cluster Architecture

CCP Interfaces