Marmote Core
The project aims at realizing the prototype of a software environment dedicated to modeling with Markov chains.
|
Node [Load Sharing]. More...
#include <psi.h>
Public Attributes | |
int | num |
int | level |
struct st_hier_node * | father |
int | nbsons |
struct st_linked_sons * | sons |
Node [Load Sharing].
Structure to describe a worksheet (tree) hierarchical topology type for the events of Work Stealing
struct st_hier_node* st_hier_node::father |
pointer to the father node
int st_hier_node::level |
current level on the tree
int st_hier_node::nbsons |
number of children nodes
int st_hier_node::num |
number of the node
struct st_linked_sons* st_hier_node::sons |
pointer to the list of children