Arcane  4.1.12.0
User documentation
Loading...
Searching...
No Matches
Arcane::IParallelNonBlockingCollectiveDispatchT< Type > Member List

This is the complete list of members for Arcane::IParallelNonBlockingCollectiveDispatchT< Type >, including all inherited members.

allGather(ConstArrayView< Type > send_buf, ArrayView< Type > recv_buf)=0 (defined in Arcane::IParallelNonBlockingCollectiveDispatchT< Type >)Arcane::IParallelNonBlockingCollectiveDispatchT< Type >pure virtual
allGatherVariable(ConstArrayView< Type > send_buf, Array< Type > &recv_buf)=0 (defined in Arcane::IParallelNonBlockingCollectiveDispatchT< Type >)Arcane::IParallelNonBlockingCollectiveDispatchT< Type >pure virtual
allReduce(eReduceType op, ConstArrayView< Type > send_buf, ArrayView< Type > recv_buf)=0 (defined in Arcane::IParallelNonBlockingCollectiveDispatchT< Type >)Arcane::IParallelNonBlockingCollectiveDispatchT< Type >pure virtual
allToAll(ConstArrayView< Type > send_buf, ArrayView< Type > recv_buf, Integer count)=0 (defined in Arcane::IParallelNonBlockingCollectiveDispatchT< Type >)Arcane::IParallelNonBlockingCollectiveDispatchT< Type >pure virtual
allToAllVariable(ConstArrayView< Type > send_buf, Int32ConstArrayView send_count, Int32ConstArrayView send_index, ArrayView< Type > recv_buf, Int32ConstArrayView recv_count, Int32ConstArrayView recv_index)=0 (defined in Arcane::IParallelNonBlockingCollectiveDispatchT< Type >)Arcane::IParallelNonBlockingCollectiveDispatchT< Type >pure virtual
broadcast(ArrayView< Type > send_buf, Integer sub_domain)=0 (defined in Arcane::IParallelNonBlockingCollectiveDispatchT< Type >)Arcane::IParallelNonBlockingCollectiveDispatchT< Type >pure virtual
eReduceType typedef (defined in Arcane::IParallelNonBlockingCollectiveDispatchT< Type >)Arcane::IParallelNonBlockingCollectiveDispatchT< Type >
finalize()=0 (defined in Arcane::IParallelNonBlockingCollectiveDispatchT< Type >)Arcane::IParallelNonBlockingCollectiveDispatchT< Type >pure virtual
gather(ConstArrayView< Type > send_buf, ArrayView< Type > recv_buf, Integer rank)=0 (defined in Arcane::IParallelNonBlockingCollectiveDispatchT< Type >)Arcane::IParallelNonBlockingCollectiveDispatchT< Type >pure virtual
gatherVariable(ConstArrayView< Type > send_buf, Array< Type > &recv_buf, Integer rank)=0 (defined in Arcane::IParallelNonBlockingCollectiveDispatchT< Type >)Arcane::IParallelNonBlockingCollectiveDispatchT< Type >pure virtual
Request typedef (defined in Arcane::IParallelNonBlockingCollectiveDispatchT< Type >)Arcane::IParallelNonBlockingCollectiveDispatchT< Type >
scatterVariable(ConstArrayView< Type > send_buf, ArrayView< Type > recv_buf, Integer root)=0 (defined in Arcane::IParallelNonBlockingCollectiveDispatchT< Type >)Arcane::IParallelNonBlockingCollectiveDispatchT< Type >pure virtual
~IParallelNonBlockingCollectiveDispatchT()=default (defined in Arcane::IParallelNonBlockingCollectiveDispatchT< Type >)Arcane::IParallelNonBlockingCollectiveDispatchT< Type >virtual