Template Function combigrid::CombiCom::asyncBcastDsgData

Function Documentation

template<typename SparseGridType>
static void combigrid::CombiCom::asyncBcastDsgData(SparseGridType &dsg, RankType root, CommunicatorType comm, MPI_Request *request)

asynchronous Bcast of the raw sparse grid data in the communicator comm

from rank root to all others

Template Parameters:

SparseGridType – the type of the sparse grid

Parameters:
  • dsg – the sparse grid

  • root – the rank that broadcasts the data

  • comm – the communicator

  • request – pointer to an already-allocated MPI_Request