|
SimGrid
3.21
Versatile Simulation of Distributed Systems
|
#include <replay.hpp>
Inherits simgrid::smpi::replay::CollCommParser.
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 |
Additional Inherited Members | |
Public Attributes inherited from simgrid::smpi::replay::CollCommParser | |
| double | size |
| double | comm_size |
| double | comp_size |
| int | send_size |
| int | recv_size |
| int | root = 0 |
| MPI_Datatype | datatype1 = MPI_DEFAULT_TYPE |
| MPI_Datatype | datatype2 = MPI_DEFAULT_TYPE |
|
overridevirtual |
Reimplemented from simgrid::smpi::replay::ActionArgParser.