File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -28,12 +28,12 @@ The default retry threshold for oneTBB is only 10 for read write mutex. <br/>
28
28
target_link_libraries(fptree_pibench_wrapper libtbb.so)
29
29
```
30
30
* Change header files in fptree.h to include those from custom tbb like this:
31
- ```
32
- // #include <tbb/spin_mutex.h>
33
- // #include <tbb/spin_rw_mutex.h>
34
- #include "oneapi/tbb/spin_mutex.h"
35
- #include "oneapi/tbb/spin_rw_mutex.h"
36
- ```
31
+ ```
32
+ // #include <tbb/spin_mutex.h>
33
+ // #include <tbb/spin_rw_mutex.h>
34
+ #include "oneapi/tbb/spin_mutex.h"
35
+ #include "oneapi/tbb/spin_rw_mutex.h"
36
+ ```
37
37
3 . Modify ` #define PMEMOBJ_POOL_SIZE ` in fptree.h if BACKEND = PMEM (defined in CMakeLists.txt)<br />
38
38
4 . Modify ` #define MAX_INNER_SIZE 128 ` and ` #define MAX_LEAF_SIZE 64 ` in fptree.h if you want. These are tunable variable.
39
39
You can’t perform that action at this time.
0 commit comments