ghex-org / GHEX

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

added exchange test #108

Closed boeschf closed 4 years ago

boeschf commented 4 years ago

a simple additional test which exchanges with and without bulk/rma, and uses threads.

boeschf commented 4 years ago

@mbianco thanks for approving. I refactored the decomposition so it can be more easily used with different number of hierarchy levels (this will be helpful when for example also considering L3 cache). I also extended the unit test for the decomposition. Let me know if I can go ahead and merge.