Hitmap 1.3
 All Data Structures Namespaces Files Functions Variables Typedefs Friends Macros Groups Pages
Data Fields
HitTopology Struct Reference

#include <hit_topology.h>

Collaboration diagram for HitTopology:
Collaboration graph
[legend]

Data Fields

int type
 
int numDims
 
int card [HIT_MAXDIMS]
 
HitRanks self
 
int active
 
HitPTopology * pTopology
 

Detailed Description

ADT for topologies A topology is a representation of a set of processor ordered in a number of dimensions. This structure also define the position of the actual processor in the topology.

Definition at line 243 of file hit_topology.h.

Field Documentation

int active

Active flag.

Definition at line 252 of file hit_topology.h.

int card[HIT_MAXDIMS]

Cardinalities in each dimension.

Definition at line 246 of file hit_topology.h.

int numDims

Number of dimensions.

Definition at line 245 of file hit_topology.h.

HitPTopology* pTopology

Pointer to the physical topology object.

Definition at line 253 of file hit_topology.h.

HitRanks self

Ranks for the current processor.

Definition at line 249 of file hit_topology.h.

int type

Topology type.

Definition at line 244 of file hit_topology.h.


The documentation for this struct was generated from the following file: