Multi-ApplicationOnlineProfiling  2.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
MPI_Events.h File Reference
#include <stdint.h>
Include dependency graph for MPI_Events.h:
This graph shows which files directly or indirectly include this file:

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]
 

Macro Definition Documentation

#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.

Enumeration Type Documentation

Enumerator
T_MPI_COUNT 

Definition at line 29 of file MPI_Events.h.

Variable Documentation

const char* const MPI_Event_names[T_MPI_COUNT]
static

Definition at line 629 of file MPI_Events.h.