Displaying 2 results from an estimated 2 matches for "preferabl".
Did you mean:
preferable
2015 Apr 21
1
Re: <qemu:commandline> domain XML tag is not working?
Hi Kashyap,
Here I want to test and see how much I/O performance could be improved by
virtio-blk data plane feature.
Yes, this is a dirty way to enable it :-), You mentioned using newer
libvirt, is there parameter similar "x-data-plane=on" in new version
libvirt?
Please let know me you if you have better solution.
Regards,
CY.
On Mon, Apr 20, 2015 at 10:51 PM, Kashyap Chamarthy
2013 Jun 16
2
Problem in linking a library in R package
1.I have a library fpmpi . I made the shared library fpmpi.so from this
library.I am using ubuntu .
2.Now, I want to use in my R package .My R package has src folder the there
is makevars.in file
### Setup R source code and objects.
PKG_CPPFLAGS = @PKG_CPPFLAGS@
PKG_LIBS = -L/home/g/Desktop/Project -fpmpip
### For user configuration.
USER_CONF = Makeconf
### Start making here.
all: