Displaying 20 results from an estimated 100 matches similar to: "Why horizontal bars instead of a line"
2011 Jun 15
2
[LLVMdev] get LPPassManager to use it in llvm::CloneLoop
Thanks , your suggestion was welcome and CloneLoop works without passing the
LPPassManager.
However, I reached another problem. When the loop to be cloned has some
subloops, the subloops are not properly cloned. Some clones of the clones are
created and the CFG between the cloned basic blocks of the subloops is not
correctly built. There are clones like for.body.clone,
2011 May 09
0
[LLVMdev] get LPPassManager to use it in llvm::CloneLoop
On Mon, May 9, 2011 at 1:06 AM, Jimborean Alexandra
<xinfinity_a at yahoo.com> wrote:
> Hi,
>
> I try to write a FunctionPass that, among other tasks, has to clone some
> loops from the current function.
> How can I obtain the LPPassManager in order to use the CloneLoop function.
> In a LoopPass this is a parameter for the runOnLoop, but how can I obtain it
> in a
2014 Nov 20
2
Libvirt Live Migration
I'm trying to implement a virtualization API. I was testing migration with
libvirt I got some problems.
When I use the following command :
*virsh migrate --live --persistent --copy-storage-all vm-clone1
qemu+ssh://server_ip/system*
the migration works fine but in the destination host the migrated vm is
paused and I can't unpause it and I need to reboot the vm to be able use it
in the
2011 May 09
2
[LLVMdev] get LPPassManager to use it in llvm::CloneLoop
Hi,
I try to write a FunctionPass that, among other tasks, has to clone some loops
from the current function.
How can I obtain the LPPassManager in order to use the CloneLoop function.
In a LoopPass this is a parameter for the runOnLoop, but how can I obtain it in
a FunctionPass?
I tried simply by creating a new instance :
ValueMap<const Value *, Value* > VMap;
2013 Feb 18
1
attempt to apply non-function
Hi All
I am getting the above mentioned error when I run the code below. I don't
know why because I have implemented the function and I'm calling the
function with a parameter. I'm obviously missing the plot ... Can someone
perhaps point out the error of my ways?
Error:
> out<-ode(y=init, times=times, func=G1999, parms=parms, method="lsoda")
Error in m_Na(v) : attempt
2011 Jun 15
0
[LLVMdev] get LPPassManager to use it in llvm::CloneLoop
On Wed, Jun 15, 2011 at 3:20 AM, Jimborean Alexandra
<xinfinity_a at yahoo.com> wrote:
> Thanks , your suggestion was welcome and CloneLoop works without passing the
> LPPassManager.
>
> However, I reached another problem. When the loop to be cloned has some
> subloops, the subloops are not properly cloned. Some clones of the clones
> are created and the CFG between the
2011 Sep 12
1
nested anova<-R chrashing
Hi,
I tried to do a nested Anova with the attached Data. My response
variable is "survivors" and I would like to know the effect of
(insect-egg clutch) "size", "position" (of clutch on twig) and "clone"
(/plant genotype) on the survival of eggs (due to predation). Each plant
was provided with three different sizes of clutches (45,15,5) and had
2008 Jun 08
1
eliminating and relabeling the first column
Hello everyone,
I have a data frame in which I am wanting to eliminate the row labels and then relabel the rows with
g1-g2000.I have used the following code:
dat<-read.table(file="C:\\Documents and Settings\\Owner\\My Documents\\colon cancer1.txt",header=T,row.names=1)
file.show(file="C:\\Documents and Settings\\Owner\\My Documents\\colon cancer1.txt")
I thought that this
2011 Sep 20
3
adding labels to x,y points
Hi,
I am new to R.
I have a matrix that I have assigned to the object ?colon?.
> colon<-read.table("c:\\alon.txt",header=T,row.names=1)
attach(colon)
names(colon)
The dimenstions are 2000 62.
Each of the 62 columns (titled norm1, norm2, norm3, etc) has 2000
different numbers (?continuous? values) within it.
I have also assigned a name for each of the 2000 rows of the
2008 Jun 03
1
adding column and pulling data from table
Hello to everyone,
I have a general question about how to add a column to a table.I have a table that has 62 columns and 2000 rows.I am wanting to add a column on the left most row.I am wanting to label the rows g1 to g2000 I have the code of ("g",c(1:nrow(dat)),sep="") for the right side of the assignment but do not know what function to use for the left side of the equation.I
2008 Jun 07
1
error message with dat
Hello everyone,
I have two problems which I am unable to solve :
1.I am trying to add the row labels (g1-g2000) to the very left of a data table. The data
table is 2000 rows by 62 columns.I have used the following code.
read.table(file="C:\\Documents and Settings\\Owner\\My Documents\\colon cancer1.txt",header=T,row.names=1)
rowname(dat) <- paste("g", c(1:nrow(dat)),
2015 Oct 20
1
Re: Extlinux with guestfish
Thank you for the quick response.
> Strange way to do this, as libguestfs can do all this.
Sorry to ask this (I'm a newly graduated engineer and I new to the
virtualization world), but how can libguestfs do all of the above?, do you
mean it can create all the partitions inside a new lvm volume or a new raw
image??
> Did you copy the syslinux.cfg file into the guest? The error message
2014 Nov 24
0
Re: Libvirt Live Migration
[dropping libvir-list]
On 20.11.2014 13:11, Dhia Abbassi wrote:
> I'm trying to implement a virtualization API. I was testing migration
> with libvirt I got some problems.
>
> When I use the following command :
>
> *virsh migrate --live --persistent --copy-storage-all vm-clone1
> qemu+ssh://server_ip/system*
> *
> *
> the migration works fine but in the
2008 Jan 20
2
SIP <> GSM
I'd like to add a device to my Asterisk server to leverage my cellular
account. Does anyone on-list have experience with hardware gateways vs
using cah_bluetooth and an old cell phone?
I'm considering something like http://www.mobigater.com/index.php?p=5
Thanks,
Michael
--
Michael Graves
mgraves<at>mstvp.com
blog.mgraves.org
o713-861-4005
c713-201-1262
sip:mjgraves at
2014 Nov 24
2
Re: Libvirt Live Migration
Thanks for your answer,
1) In this case i'm not using shared storage, the migration is happening
between two non-shared storage with full disk copy
2) I already created the file with same size, and the vm
works properly after a restart, my problem that it remains paused and I
can't resume it until it's rebooted.
3) I'm using qemu-kvm 1.0
On 24 November 2014 at 10:22, Michal
2004 Sep 18
2
a little help w/ sys_clone
Hello,
can someone direct me to a code sample showing usage of sys_clone on
IA64 ?
I use that syscall in the multipathd daemon, and I received compilation
errors from IA64 pepole. As I don't have hardware to play with, I'd
appreciate guidance.
regards,
--
christophe varoqui <christophe.varoqui@free.fr>
2008 Feb 05
4
How to hookup to cell phone for outbound calls?
Hi
I need a small PBX for use on the move. This means that outbound calls
will need to be made over the cell phone network.
Assuming a small hardware PBX with a spare mini-PCI slot or a USB slot
then what hardware options do I have to get an outbound cellular
channel? Options need to be rock solid, so no bluetooth to a cell phone
kind of solutions need apply.
Can any of the 3G usb
2015 Oct 20
2
Extlinux with guestfish
Hi everyone,
I'm working with libguestfs 1.30.3 on Centos 7 host.
I encountered a problem when I wanted to install extlinux with guestfish as
a bootloader for my guests and I always get this error:
SYSLINUX 4.05 EDD 0x54f93f16 Copyright (C) 1994-2010 H. Peter Anvin et al
ERROR: No configuration file found
No default or UI configuration directive found!
boot: _
*This is how I create the
2006 Oct 17
15
Has 3.0.3 been released?
http://www.xensource.com/xen/downloads/index.html
The XenSource site seems to think so but I haven''t seen an announcement
here. Is rc4 tag the same changeset for 3.0.3?
Regards,
Anthony Liguori
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2004 Sep 27
0
klibc and clone()
OK, I have added the following builtins to klibc:
__clone(flags, sp)
and on IA64:
__clone2(flags, sp, rsp)
HOWEVER, these are really not useful to call if sp != NULL, so it's really:
__clone(flags, NULL)
Since this is the only use supported, I have added an inline for IA64 which
calls __clone2() if the user calls __clone().
Note that this is different from the glibc clone()/clone2()