|
YAC 3.21.0
Yet Another Coupler
|
Data structure for the process sphere partition. More...

Data Fields | ||
| union { | ||
| struct proc_sphere_part_node * node | ||
| int rank | ||
| } | data | |
| int | is_leaf | |
| Nonzero if this node is a leaf, zero for inner nodes. | ||
Data structure for the process sphere partition.
Definition at line 50 of file proc_sphere_part.c.
| union { ... } proc_sphere_part_node_data::data |
| int proc_sphere_part_node_data::is_leaf |
Nonzero if this node is a leaf, zero for inner nodes.
Definition at line 59 of file proc_sphere_part.c.
| struct proc_sphere_part_node* proc_sphere_part_node_data::node |
pointer to the child node (only valid if this is a inner node)
Definition at line 54 of file proc_sphere_part.c.
| int proc_sphere_part_node_data::rank |
rank of the process responsible for this part of the sphere (only valid if this is a leaf node)
Definition at line 57 of file proc_sphere_part.c.