MCPcopy Create free account
hub / github.com/NGSolve/ngsolve / ISend

Method ISend

parallel/parallelvvector.cpp:248–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246
247
248 NgMPI_Request ParallelBaseVector :: ISend ( int dest ) const
249 {
250 NG_MPI_Request request;
251#ifdef PARALLEL
252 NG_MPI_Datatype mpi_t = this->paralleldofs->GetMPI_Type(dest);
253 NG_MPI_Isend( Memory(), 1, mpi_t, dest, NG_MPI_TAG_SOLVE, this->paralleldofs->GetCommunicator(), &request);
254#endif
255 return request;
256 }
257
258
259

Callers

nothing calls this directly

Calls 3

GetMPI_TypeMethod · 0.80
MemoryFunction · 0.50
GetCommunicatorMethod · 0.45

Tested by

no test coverage detected