You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Although in 99% of cases we don't want an unthreaded version of the code, it seems that if we set -DMULTI_THREADED:bool=false we can't compile the code because we can't find tbb-fallbacks.h.
What is this header, and where is it (or was it) located?
The text was updated successfully, but these errors were encountered:
Describe the bug
Although in 99% of cases we don't want an unthreaded version of the code, it seems that if we set
-DMULTI_THREADED:bool=false
we can't compile the code because we can't findtbb-fallbacks.h
.What is this header, and where is it (or was it) located?
The text was updated successfully, but these errors were encountered: