You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pm...@googlegroups.com
Hi,
I have noticed that PMDK provides engines for fio, however when building fio it does not recognize PMDK. My PMDK is installed in an alternative location.
Is there a variable I can set to tell fio the correct PMDK location?
Thanks and best regards.
--
Lucas Lersch
Marcin Ślusarz
unread,
Oct 22, 2018, 4:54:10 PM10/22/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Lucas Lersch, pmem
Hi Lucas,
With https://github.com/axboe/fio/pull/708 applied you will be able to do:
PKG_CONFIG_PATH=$(pmdk_install_dir)/lib/pkgconfig ./configure
Without it:
./configure --extra-cflags="-I$(pmdk_install_dir)/include
-L$(pmdk_install_dir)/lib"