Multi-ApplicationOnlineProfiling
2.1
|
This structure describes a tree node for time synchronization. More...
#include <Sync_Time_MPI.h>
Data Fields | |
int | source_node |
the source node More... | |
int | target_node |
the target node More... | |
int | current_pow |
the current nearest power of two More... | |
int | comm_size |
the total number of ranks More... | |
long long int | offset |
the time offset More... | |
This structure describes a tree node for time synchronization.
Definition at line 59 of file Sync_Time_MPI.h.
int sync_tree_conf::comm_size |
the total number of ranks
Definition at line 63 of file Sync_Time_MPI.h.
int sync_tree_conf::current_pow |
the current nearest power of two
Definition at line 62 of file Sync_Time_MPI.h.
long long int sync_tree_conf::offset |
the time offset
Definition at line 64 of file Sync_Time_MPI.h.
int sync_tree_conf::source_node |
the source node
Definition at line 60 of file Sync_Time_MPI.h.
int sync_tree_conf::target_node |
the target node
Definition at line 61 of file Sync_Time_MPI.h.