I'd like to integrate nasoq into a larger piece of code that is using TBB for multithreading. I'm thinking of forking nasoq and replacing all openmp parallelism with TBB.
I'm nervous to stray to far from the official nasoq branch. The easiest solution would be if the official branch would consider merging this OpenMP with TBB replacement. Is there a special reason to use OpenMP instead of TBB?
Alternatively, it might be possible to abstract the code to take either openmp or tbb (e.g., via compiler flags).
I'd like to integrate nasoq into a larger piece of code that is using TBB for multithreading. I'm thinking of forking nasoq and replacing all openmp parallelism with TBB.
I'm nervous to stray to far from the official nasoq branch. The easiest solution would be if the official branch would consider merging this OpenMP with TBB replacement. Is there a special reason to use OpenMP instead of TBB?
Alternatively, it might be possible to abstract the code to take either openmp or tbb (e.g., via compiler flags).