KaMPIng 0.1.0
(Near) zero-overhead C++ MPI bindings.
Loading...
Searching...
No Matches
kamping::RankRange Struct Reference

Struct encapsulating a MPI rank range triplet as used in functions like MPI_Group_range_incl/excl. More...

#include <rank_ranges.hpp>

Public Attributes

int first
 First rank contained in the rank range.
 
int last
 Last rank contained in the rank range.
 
int stride
 Stride used in the rank range.
 

Detailed Description

Struct encapsulating a MPI rank range triplet as used in functions like MPI_Group_range_incl/excl.


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