ghex-org / GHEX

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

Cancellation is not thread safe #34

Open mbianco opened 4 years ago

mbianco commented 4 years ago

Making it thread safe would require also the other operations to be (they are thread compatible so far). We need to discuss/design/implement some ways the cancellation could be triggered more generically (maybe exposing thread primitives to the user?)