Public Member Functions | |
| virtual void | waitAllRequests (ArrayView< Request > requests)=0 |
| virtual void | waitSomeRequests (ArrayView< Request > requests, ArrayView< bool > indexes, bool is_non_blocking)=0 |
| virtual IMessagePassingMng * | commSplit (bool keep)=0 |
| virtual void | barrier ()=0 |
| virtual Request | nonBlockingBarrier ()=0 |
| virtual MessageId | probe (const PointToPointMessageInfo &message)=0 |
| virtual MessageSourceInfo | legacyProbe (const PointToPointMessageInfo &message) |
| virtual Ref< IRequestList > | createRequestListRef ()=0 |
| Creation of a request list associated with this manager. | |
| virtual IProfiler * | profiler () const =0 |
| virtual void | setProfiler (IProfiler *p)=0 |
Definition at line 35 of file IControlDispatcher.h.
|
pure virtual |
Creation of a request list associated with this manager.
Implemented in Arcane::ParallelMngDispatcher::DefaultControlDispatcher.
Referenced by Arcane::MessagePassing::mpCreateRequestListRef().
|
virtual |
Definition at line 300 of file Messages.cc.