wrench::MPI_Alltoall_partipant

class MPI_Alltoall_partipant

A Functor class for an MPI_Alltoall participant.

Public Functions

inline MPI_Alltoall_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.