![]() |
Multi-ApplicationOnlineProfiling
2.1
|
Struct defining a MPI event data. More...
#include <MPI_Events.h>

Data Fields | |
| MPI_Event_type | type |
| The MPI event type. More... | |
| int | source |
| The source arg (if present on current MPI call) More... | |
| int | dest |
| The destination arg (if present on current MPI call) More... | |
| int | tag |
| The tag arg (if present on current MPI call) More... | |
| uint64_t | size |
| The size arg (if present on current MPI call) More... | |
| uint64_t | count |
| Tha count arg (if present on current MPI call) More... | |
| uint64_t | datatype |
| The type arg (if present on current MPI call) More... | |
| uint64_t | comm |
| The comm arg (if present on current MPI call) More... | |
Struct defining a MPI event data.
This data depends on the MPI call...
Definition at line 1233 of file MPI_Events.h.
| uint64_t MPI_Event::comm |
The comm arg (if present on current MPI call)
Definition at line 1242 of file MPI_Events.h.
| uint64_t MPI_Event::count |
Tha count arg (if present on current MPI call)
Definition at line 1240 of file MPI_Events.h.
| uint64_t MPI_Event::datatype |
The type arg (if present on current MPI call)
Definition at line 1241 of file MPI_Events.h.
| int MPI_Event::dest |
The destination arg (if present on current MPI call)
Definition at line 1237 of file MPI_Events.h.
| uint64_t MPI_Event::size |
The size arg (if present on current MPI call)
Definition at line 1239 of file MPI_Events.h.
| int MPI_Event::source |
The source arg (if present on current MPI call)
Definition at line 1236 of file MPI_Events.h.
| int MPI_Event::tag |
The tag arg (if present on current MPI call)
Definition at line 1238 of file MPI_Events.h.
| MPI_Event_type MPI_Event::type |
The MPI event type.
Definition at line 1235 of file MPI_Events.h.