KaMPIng 0.1.1
Flexible and (near) zero-overhead C++ bindings for MPI
Loading...
Searching...
No Matches
kamping::assert Namespace Reference

Assertion levels. More...

Variables

constexpr int light = KAMPING_ASSERTION_LEVEL_LIGHT
 Assertion level for lightweight assertions.
 
constexpr int normal = KAMPING_ASSERTION_LEVEL_NORMAL
 Default assertion level. This level is used if no assertion level is specified.
 
constexpr int light_communication = KAMPING_ASSERTION_LEVEL_LIGHT_COMMUNICATION
 Assertions that perform lightweight communication.
 
constexpr int heavy_communication = KAMPING_ASSERTION_LEVEL_HEAVY_COMMUNICATION
 Assertions that perform heavyweight communication.
 
constexpr int heavy = KAMPING_ASSERTION_LEVEL_HEAVY
 Assertion level for heavyweight assertions.
 

Detailed Description

Assertion levels.