Multi-ApplicationOnlineProfiling
2.1
|
Structure describing a stream. More...
#include <Stream_MGR.h>
Data Fields | |
struct Stream_Descriptor | infos |
The stream descriptor. More... | |
volatile uint8_t | is_in_mpi_call |
1 if we are in a MPI call More... | |
struct Buffered_FIFO | mpi_wrapped_event_buffer |
FIFO of events for MPI calls. More... | |
Structure describing a stream.
is_in_mpi_call and mpi_wrapped_event_buffer are used to avoid looping in MPI events when calling MPI from MPI in order to flush events to MPI streams. Instead events are stored in a fifo and flushed when leaving the event.
Definition at line 101 of file Stream_MGR.h.
struct Stream_Descriptor Stream_Infos::infos |
The stream descriptor.
Definition at line 103 of file Stream_MGR.h.
volatile uint8_t Stream_Infos::is_in_mpi_call |
1 if we are in a MPI call
Definition at line 104 of file Stream_MGR.h.
struct Buffered_FIFO Stream_Infos::mpi_wrapped_event_buffer |
FIFO of events for MPI calls.
Definition at line 105 of file Stream_MGR.h.