The ROme OpTimistic Simulator  2.0.0
A General-Purpose Multithreaded Parallel/Distributed Simulation Platform
_topology_global_t Struct Reference

this is used to store the common characteristics of the topology More...

#include <topology.h>

Data Fields

unsigned chkp_size
 
unsigned directions
 
unsigned edge
 
unsigned lp_cnt
 
enum _topology_geometry_t geometry
 

Detailed Description

this is used to store the common characteristics of the topology

Definition at line 17 of file topology.h.

Field Documentation

unsigned _topology_global_t::chkp_size

the size of the topology struct of each region (used for efficient check-pointing)

Definition at line 18 of file topology.h.

unsigned _topology_global_t::directions

the number of valid directions in the topology

Definition at line 19 of file topology.h.

unsigned _topology_global_t::edge

the pre-computed edge length (if it makes sense for the current topology geometry)

Definition at line 20 of file topology.h.

enum _topology_geometry_t _topology_global_t::geometry

the topology geometry (see ROOT-Sim.h)

Definition at line 22 of file topology.h.

unsigned _topology_global_t::lp_cnt

the number of LPs involved in the topology

Definition at line 21 of file topology.h.


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