ghex-org / GHEX

Generic exascale-ready library for halo-exchange operations on variety of grids/meshes
Other
8 stars 14 forks source link

Do we need shared_message? #36

Open mbianco opened 4 years ago

mbianco commented 4 years ago

Maybe we do not need a shared_message class, since we may just pass a std::shared_ptr to a message of any type. This issue is related to #35