ghex-org / GHEX

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

initial prototype of thread traits #24

Closed mbianco closed 4 years ago

mbianco commented 4 years ago

Very initial traits for threads. My implementation of barrier is maybe not optimal, but this is not a trivial feature to implement

mbianco commented 4 years ago

I have a problem with testing this. The flag for OpenMP is set globally somewhere, but I need to disable it (or better to enable it only when desired). I did not find where is it is set, hopefully it is not set at findpackage...