|
KaMPIng 0.2.0
Flexible and (near) zero-overhead C++ bindings for MPI
|
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. | |
Assertion levels.