Alex
Alex
The build log does not show if it is really related to ITT. oneTBB is neither officially nor community supported on ia64. I would not expect that someone tried to...
You can try to use an internal macro to disable `dynamic_link`: `__TBB_DYNAMIC_LOAD_ENABLED`. You can add `-DCMAKE_CXX_FLAGS=-D__TBB_DYNAMIC_LOAD_ENABLED=0` to check if it works or not. Even if it works, it is not...
@jdumas , @ivan-aksamentov , is the issue resolved?
There are multiple messages like `plugin needed to handle lto object`, have you tried to disable `lto` (`TBB_ENABLE_IPO=OFF`)?
oneTBB does not officially support static build due to potential issues with symbol conflicts, correctness and performance. However, you can try to disable `__TBB_USE_ITT_NOTIFY` macro ([src/tbb/CMakeLists.txt#L65](https://github.com/oneapi-src/oneTBB/blob/master/src/tbb/CMakeLists.txt#L65)) to disable ITT instrumentation...
> Yes, I did this, but it require TBB modifications while it would be nice to have an explicit cmake option The problem with any additional option is that it...
@e4lam, can you please point which topics are the most important to start with? Notify: @aleksei-fedotov @alexandraepan
Consider #309
> rename this method (problem starts from one api and absents in parallel studio) [The same code was located](https://github.com/oneapi-src/oneTBB/blob/tbb_2020/include/tbb/tbb_profiling.h#L340) in tbb_profiling.h with TBB that was a part of Intel Parallel...
We are in the process of internal agreement. Sorry for the delay.