MCPcopy Create free account
hub / github.com/AMReX-Codes/amrex / wait

Method wait

Src/Base/AMReX_ParallelDescriptor.cpp:251–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249}
250
251void
252Message::wait ()
253{
254 BL_PROFILE_S("ParallelDescriptor::Message::wait()");
255
256 BL_COMM_PROFILE(BLProfiler::Wait, sizeof(m_type), pid(), tag());
257 BL_MPI_REQUIRE( MPI_Wait(&m_req, &m_stat) );
258 BL_COMM_PROFILE(BLProfiler::Wait, sizeof(m_type), BLProfiler::AfterCall(), tag());
259}
260
261bool
262Message::test ()

Callers 7

SpMVFunction · 0.45
transposeFunction · 0.45
do_jobMethod · 0.45
FinishMethod · 0.45
FillRandomFunction · 0.45
FillRandomNormalFunction · 0.45
sycl_executeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected