dthuerck / mapmap_cpu

A high-performance general-purpose MRF MAP solver, heavily exploiting SIMD instructions.
BSD 3-Clause "New" or "Revised" License
102 stars 51 forks source link

how to use it with tbb? #11

Closed tricyzhou closed 5 years ago

tricyzhou commented 6 years ago

hi, i want to know how can i use it with tbb and where should i add the path of tbb.i tryed many time but appear the same error. thank you very much if you can answer me.

dthuerck commented 6 years ago

Hi, after running CMake, type ccmake .

and set, according to README,

meaning: set TBB_INCLUDE_DIRS to the folder that contains - amongst others - 'tbb.h' and TBB_LIBRARY to the folder containing - amongst others - libtbb.so.