blob: eafcf03830c3b0a9eb9e8c1e0f21e5b0b5247f59 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
KAssert is the assertion library used by KaMPIng, the Karlsruhe MPI
Wrapper. However, KAssert does not depend on MPI and can be used in
non-MPI code.
Features:
- Assertion levels to distinguish between computationally cheap and
expensive assertions
- Expression decomposition to give more insights into failed
assertions
- Throwing assertions
|