Multi-ApplicationOnlineProfiling
2.1
|
#include <stdint.h>
Go to the source code of this file.
Data Structures | |
struct | MPI_Event |
Struct defining a MPI event data. More... | |
Macros | |
#define | T_MPI_ENUM(a) T_##a |
#define | T_MPI_NAME(a) #a |
Enumerations | |
enum | MPI_Event_type { T_MPI_COUNT } |
Variables | |
static const char *const | MPI_Event_names [T_MPI_COUNT] |
#define T_MPI_ENUM | ( | a | ) | T_##a |
Definition at line 26 of file MPI_Events.h.
#define T_MPI_NAME | ( | a | ) | #a |
Definition at line 27 of file MPI_Events.h.
enum MPI_Event_type |
Enumerator | |
---|---|
T_MPI_COUNT |
Definition at line 29 of file MPI_Events.h.
|
static |
Definition at line 629 of file MPI_Events.h.