98#ifdef ARCANE_REAL_NOT_BUILTIN
133#ifdef ARCANE_REAL_NOT_BUILTIN
147#if _NEED_ADVANCED_NBC
185#ifdef ARCANE_REAL_NOT_BUILTIN
205#if _NEED_ADVANCED_NBC
242#ifdef ARCANE_REAL_NOT_BUILTIN
259#if _NEED_ADVANCED_NBC
289#ifdef ARCANE_REAL_NOT_BUILTIN
326#ifdef ARCANE_REAL_NOT_BUILTIN
362#ifdef ARCANE_REAL_NOT_BUILTIN
409#ifdef ARCANE_REAL_NOT_BUILTIN
472#ifdef ARCANE_REAL_NOT_BUILTIN
virtual Request allReduce(eReduceType rt, ConstArrayView< char > send_buf, ArrayView< char > recv_buf)=0
Performs the reduction of type rt on the array send_buf and stores the result in recv_buf.
virtual Request gather(ConstArrayView< char > send_buf, ArrayView< char > recv_buf, Integer rank)=0
Performs a gather on one processor. This is a collective operation. The array send_buf must have the ...