kamping-site / kamping

KaMPIng: (Near) zero-overhead MPI wrapper for modern C++
https://kamping-site.github.io/kamping/
GNU Lesser General Public License v3.0
24 stars 0 forks source link

Move `make_data_buffer`. #612

Closed niklas-uhl closed 5 months ago

niklas-uhl commented 5 months ago

This factory method should reside in the same file as DataBuffer.

Creating a DataBuffer is also required from other parts of the project, for example for storing multiple status or request objects.