On Thu, 2017-05-18 at 11:33 -0700, Rukhsana Ansari wrote:
>
> Hi,
>
> Just read the READ.md of
https://github.com/pmem/nvml/ regarding
> valgrind.
>
> I'm assuming I have to uninstall valgrind and valgrind-devel rpms
> from centos 7.2 server to compile and install the pmem valgrind
> fork?
you could do that, but I suspect most people just install into ${HOME}
or /usr/local/whatever. Here's what I did:
../../valgrind-nvml/configure --prefix=/home/robl/work/soft/valgrind-
3.10-pmem
==rob