Skip to content

Commit 59aa999

Browse files
authored
Update README.md
1 parent 5453bfd commit 59aa999

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ The default retry threshold for oneTBB is only 10 for read write mutex. <br/>
2828
target_link_libraries(fptree_pibench_wrapper libtbb.so)
2929
```
3030
* 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+
```
3737
3. Modify `#define PMEMOBJ_POOL_SIZE` in fptree.h if BACKEND = PMEM (defined in CMakeLists.txt)<br/>
3838
4. Modify `#define MAX_INNER_SIZE 128` and `#define MAX_LEAF_SIZE 64` in fptree.h if you want. These are tunable variable.
3939

0 commit comments

Comments
 (0)