ghex-org / GHEX

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

compile error with std_thread/primitives.hpp #73

Open angainor opened 4 years ago

angainor commented 4 years ago

This line

std::lock_guard<std::mutex> lock(m_guard);

does not like m_guard, which is a recursive lock. Compiles when I use m_cv_guard.

mbianco commented 4 years ago

What compiler version and GHEX branch is giving you the problem? Is it from a freshly cloned repository?