#include <mpi.h>
#include <assert.h>
Go to the source code of this file.
|
| namespace | medi |
| | Global namespace for MeDiPack - Message Differentiation Package.
|
| |
◆ INTERFACE_ARG
| #define INTERFACE_ARG |
( |
| name | ) |
|
◆ INTERFACE_DEF
| #define INTERFACE_DEF |
( |
| interface, |
|
|
| name, |
|
|
| ... ) |
◆ MEDI_CHECK_ERROR
| #define MEDI_CHECK_ERROR |
( |
| expr | ) |
|
◆ MEDI_EnableAssert
| #define MEDI_EnableAssert 1 |
◆ MEDI_MPI_TARGET
◆ MEDI_MPI_VERSION_1_0
| #define MEDI_MPI_VERSION_1_0 100 |
◆ MEDI_MPI_VERSION_1_1
| #define MEDI_MPI_VERSION_1_1 101 |
◆ MEDI_MPI_VERSION_1_2
| #define MEDI_MPI_VERSION_1_2 102 |
◆ MEDI_MPI_VERSION_1_3
| #define MEDI_MPI_VERSION_1_3 103 |
◆ MEDI_MPI_VERSION_2_0
| #define MEDI_MPI_VERSION_2_0 200 |
◆ MEDI_MPI_VERSION_2_1
| #define MEDI_MPI_VERSION_2_1 201 |
◆ MEDI_MPI_VERSION_2_2
| #define MEDI_MPI_VERSION_2_2 202 |
◆ MEDI_MPI_VERSION_3_0
| #define MEDI_MPI_VERSION_3_0 300 |
◆ MEDI_MPI_VERSION_3_1
| #define MEDI_MPI_VERSION_3_1 301 |
◆ MEDI_OPTIONAL_CONST
| #define MEDI_OPTIONAL_CONST const |
◆ MEDI_UNUSED
| #define MEDI_UNUSED |
( |
| name | ) |
|
◆ mediAssert
Value:
The assert function for MeDiPack it can be enabled with the preprocessor macro MEDI_EnableAssert=true.
- Parameters
-
| x | The expression that is checked in the assert. |
It can be set with the preprocessor macro MEDI_EnableAssert=<true/false>