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

Function IProbe

Src/Base/AMReX_ParallelDescriptor.cpp:535–545  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

533}
534
535void
536IProbe (int src_pid, int tag, int& flag, MPI_Status& status)
537{
538 BL_PROFILE_S("ParallelDescriptor::Iprobe()");
539 BL_COMM_PROFILE(BLProfiler::Iprobe, sizeof(char), src_pid, tag);
540
541 BL_MPI_REQUIRE( MPI_Iprobe(src_pid, tag, ParallelDescriptor::Communicator(),
542 &flag, &status) );
543
544 BL_COMM_PROFILE(BLProfiler::Iprobe, flag, BLProfiler::AfterCall(), status.MPI_TAG);
545}
546
547void
548IProbe (int src_pid, int tag, MPI_Comm comm, int& flag, MPI_Status& status)

Callers 2

ReadFunction · 0.85
ReadMethod · 0.85

Calls 1

CommunicatorFunction · 0.85

Tested by

no test coverage detected