You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to build the BzTree with both PMDK and VOLATILE version.
I've tried cmake -DPMEM_BACKEND=PMDK .. which is successful. But it seems like not working for building VOLATILE version using cmake -DPMEM_BACKEND=VOLATILE ... The error is described in the following figure.
The errors seems like generating by pmwcas library. Can you help me solve compilling VOLATILE version?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi, I'm trying to build the BzTree with both PMDK and VOLATILE version.
I've tried
cmake -DPMEM_BACKEND=PMDK ..
which is successful. But it seems like not working for building VOLATILE version usingcmake -DPMEM_BACKEND=VOLATILE ..
. The error is described in the following figure.The errors seems like generating by pmwcas library. Can you help me solve compilling VOLATILE version?
Thanks!
The text was updated successfully, but these errors were encountered: