sfu-dis / pibench

Benchmarking framework for index structures on persistent memory
MIT License
87 stars 20 forks source link

Provide out-of-source build for PCM #17

Open llersch opened 4 years ago

llersch commented 4 years ago

Currently the PCM submodule is built in the same directory of its source file. Unfortunately PCM does not support CMake build, but it would be nice to script around it to at least make it build out-of-source.

Alternative: use PCM as external project instead of submodule?