![]() |
1
3
因为您使用的是框架而不是传统的库,所以需要使用
g++ tbb_test.cpp -o tbb_test -framework TBB 而不是: g++ tbb_test.cpp -o tbb_test -I /Library/Frameworks/TBB.framework/Headers -ltbb |
![]() |
2
0
根据TBB
Getting Started Guide
|
![]() |
MrBZapp · 英特尔TBB链接和RPATH 7 年前 |
![]() |
ssb · 线程构建块:死锁,因为所有线程都用完了 10 年前 |
![]() |
yaron · 共享内存中的tbb concurrent_hash_map 11 年前 |