分布式系统学习——NVM-Level-Hash实验

Level-Hash 编译遇到问题

1
2
3
4
5
6
7
8
9
[edwardzcn@h1 10:18:28 persistent_level_hashing]$make
gcc -c test.c
In file included from level_hashing.h:10:0,
from test.c:1:
log.h:9:73: fatal error: .../quartz/src/lib/pmalloc.h: No such file or directory
#include ".../quartz/src/lib/pmalloc.h" // path to pmalloc.h in Quartz
^
compilation terminated.
make: *** [test.o] Error 1

需要修改原有基于 Quartz 的模拟操作,