-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FindTBB does not work for 2021 and later versions. #249
Comments
Maybe we should remove TBB from TTG. Or is any of our dependencies using that? |
MADNESS can be run using TBB or Parsec backends. May be it can be made optional? |
the only reason FindTBB is used in TTG is to implement parallel C++ algorithms on Linux, hence for examples only. We can get rid of it but we'd need to get rid of these examples ... I have an updated FindTBB that can handle OneAPI but some changes in TTG will be needed also... |
Can we replace the use of tbb with the |
the only use is in the |
FindTBB.cmake fails with the below error for oneAPI versions later than 2021.
Name of the version file has changed from tbb_stddef.h to version.h and the cmake module needs to be updated.
The text was updated successfully, but these errors were encountered: