Hitmap 1.3
|
#include <hit_topology.h>
Data Fields | |
int | type |
int | numDims |
int | card [HIT_MAXDIMS] |
HitRanks | self |
int | active |
HitPTopology * | pTopology |
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.
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.