This topology implements pipe-like communication in terms of our color-specific accessors by having one ghost index point for every edge in a directed communication graph. More...
Classes | |
| struct | buffer |
| The buffer type stores the data array to be used for communication, along with a reader and writer type to read from and write to the data array. More... | |
Public Types | |
| using | coloring |
| The coloring type describes the global directed communication graph [src_color][ith_communicating_color] = dest_color, where the outer index is over source colors and lists destination colors for each source. | |
This topology implements pipe-like communication in terms of our color-specific accessors by having one ghost index point for every edge in a directed communication graph.
| using coloring |
The coloring type describes the global directed communication graph [src_color][ith_communicating_color] = dest_color, where the outer index is over source colors and lists destination colors for each source.