wrench::MPI_Bcast_partipant
-
class MPI_Bcast_partipant
A Functor class for an MPI_Bcast participant.
Public Functions
-
inline MPI_Bcast_partipant(int data_size, simgrid::s4u::BarrierPtr barrier)
Constructor.
- Parameters:
data_size – number of data_size to send/recv
barrier – the synchronization barrier
-
inline void operator()()
The actor’s main method.
-
inline MPI_Bcast_partipant(int data_size, simgrid::s4u::BarrierPtr barrier)