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

Function Abarrier

Src/Base/AMReX_ParallelDescriptor.cpp:499–506  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

497
498
499Message
500Abarrier ()
501{
502 MPI_Request req;
503 BL_MPI_REQUIRE( MPI_Ibarrier(ParallelDescriptor::Communicator(), &req) );
504
505 return Message(req, MPI_DATATYPE_NULL);
506}
507
508Message
509Abarrier (const MPI_Comm & comm)

Callers 2

WaitFunction · 0.85
NotifyFunction · 0.85

Calls 2

CommunicatorFunction · 0.85
MessageClass · 0.85

Tested by

no test coverage detected