YAC 3.21.0
Yet Another Coupler
Loading...
Searching...
No Matches
proc_sphere_part_node_data Struct Reference

Data structure for the process sphere partition. More...

Collaboration diagram for proc_sphere_part_node_data:
Collaboration graph

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.
 

Detailed Description

Data structure for the process sphere partition.

Definition at line 50 of file proc_sphere_part.c.

Field Documentation

◆ [union]

union { ... } proc_sphere_part_node_data::data

◆ is_leaf

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.

◆ node

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.

◆ rank

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.


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