mpl icon indicating copy to clipboard operation
mpl copied to clipboard

Support std::span

Open rabauke opened this issue 3 years ago • 0 comments

The C++20 std::span should be supported in point-to-point communication operations in a similar way as std::vector is already supported. Note that std::span has no resize, which must accounted for in the implementation and usage of recv and irecv.

rabauke avatar Sep 26 '21 11:09 rabauke