MPI_all_gather

dolfin.cpp.common.MPI_all_gather()

Gather values, one primitive from each process (MPI_Allgather). Specialization for std::string

Parameters:
  • comm (MPI_Comm) –
  • std::string & in_values (const) –
  • std::string > & out_values (std::vector<) –
Return type:

void