SimGrid  3.21
Versatile Simulation of Distributed Systems
simgrid::smpi::replay::SendRecvParser Class Reference

#include <replay.hpp>

Inherits simgrid::smpi::replay::ActionArgParser.

Public Member Functions

void parse (simgrid::xbt::ReplayAction &action, std::string name) override
 
- Public Member Functions inherited from simgrid::smpi::replay::ActionArgParser
virtual ~ActionArgParser ()=default
 

Public Attributes

int partner
 
double size
 
int tag
 
MPI_Datatype datatype1 = MPI_DEFAULT_TYPE
 

Member Function Documentation

◆ parse()

void simgrid::smpi::replay::SendRecvParser::parse ( simgrid::xbt::ReplayAction action,
std::string  name 
)
overridevirtual

Member Data Documentation

◆ partner

int simgrid::smpi::replay::SendRecvParser::partner

◆ size

double simgrid::smpi::replay::SendRecvParser::size

◆ tag

int simgrid::smpi::replay::SendRecvParser::tag

◆ datatype1

MPI_Datatype simgrid::smpi::replay::SendRecvParser::datatype1 = MPI_DEFAULT_TYPE

The documentation for this class was generated from the following file: