ghex-org / GHEX

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

UCX backend without MT support #122

Open angainor opened 3 years ago

angainor commented 3 years ago

Currently the UCX backend always supports a multi-threaded execution model, i.e., the context is initialized with MT, and we always create the mutex. Might be a good idea to make this optional (just like the backends are built - with and without MT support).

Just a thought. Should be discussed.