search for: prosser

Displaying 10 results from an estimated 10 matches for "prosser".

Did you mean: grosser
2006 Nov 07
2
Xen and QNX
I am trying to get QNX working with Xen. I''ve going about it in a similar way as installing windows with Xen, but when I start the guest up to install the OS it hangs on the line: ''Hit Esc for .altboot.......'' If anyone has managed to get this working, or has any ideas/advice for me here it would be greatly appreciated! Bryan
2012 Mar 17
3
rtriang using ifelse statement
Hi All, I want to draw samples (n=4) from one of 2 triangular distributions for each value in a matrix. I am using an ifelse statement to try to define which distribution to draw from. >From the output, I can see that the ifelse statement is choosing the correct distribution, however, my n=4 simulations aren't occurring. Is there a way to adjust the ifelse statement to fix this, or must
2006 Apr 07
0
Inbound PRI calls drop after 5 seconds using
...--- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Doug Lytle Sent: Friday, April 07, 2006 9:46 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Inbound PRI calls drop after 5 seconds using Joe Prosser wrote: > signalling = pri_net > Shouldn't this be signalling = pri_cpe? > Switchtype: National ISDN > Type: CPE > Since you have this also as CPE. Doug _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users...
2012 Mar 26
1
writing output directly to file; sink?
Dear all, I am working with large matrices (19.6 million elements * 1000 simulations) and am trying to get around memory problems and vector length issues. I?ve split the inputs so that the output vector length will not exceed 2^31. Working on a 64bit machine with 80GB RAM, I still get close to the memory limits when allowing output to be held in memory (as would be expected). Originally, I
2006 Aug 31
1
Xen, Dual Core, Windows and QNX
I''m fairly new to both Xen and Linux, my boss wants me to try and get Xen working on a new dual core running both Windows and QNX (we need to do some real time processing). Ideally he wants Windows to be a host (although from what I have read this isn''t possible yet?) and QNX as a guest. I''m guessing a Linux Dom0 will be needed and then the others run as guests. Does
2015 Sep 21
4
When can the dominator tree not contain a node for a basic block?
When looking into https://llvm.org/bugs/show_bug.cgi?id=24866, I discovered that the root cause of the crash is that I was expecting every basic block to have a corresponding Node in the dominator tree. Apparently, the "while.end" basic block in the example does not have a Node in the Dominator Tree. Can anyone tell me if this is expected? If so, under what circumstances?
2006 Apr 07
1
Inbound PRI calls drop after 5 seconds using Sangoma A101
Hi Folks, I'm have Asterisk version 1.2.1 with a A101 PRI card. I'm working with the CLEC to bring up the PRI and inbound calls are hanging up at his end after a few seconds. I ran PRI debug but it only gives me minimal insight. " Ext: 1 Cause: Unknown (16), class = Normal Event (1)" He ran a trace and the only difference he is seeing is a "ISDN interface explicitly
2015 Aug 03
3
[LLVMdev] seeking advice
...ower intermediate level understanding of most of the important concepts involved. As for the articles that I had in mind for coming to grips with the basics of SSA, I came up with the following list, planning to first gradually work my way up to an understanding of control- and data dependence. 1) Prosser '59: Applications of Boolean matrices to the analysis of flow diagrams <Introduces the concept of dominators, I believe.> 2) Lowry & Medlock '69: Object code optimization <For further discussion of the dominator concept.> 3) Allen '70: Control flow analysis 4) Allen &amp...
2012 Mar 21
0
runif error - maximum limit?
Dear all, I am receiving the error below, I think because my n is exceeding the allowable limit for a vector. Can anyone confirm, and help with the following questions? The function and error: > stPte8 <- rtrunc(rnorm, nx * ny * nsimu, linf=0, mean=as.vector(PTmn), > sd=as.vector(PTsd)) Error in runif(n, min = pinf, max = psup) : invalid arguments My total n is calculated by: nx=4053,
2012 Mar 10
1
Draw values from multiple data sets as inputs to a Monte-Carlo function; then apply across entire matrix
Hi all, I am trying to implement a Monte-Carlo simulation for each cell in a spatial matrix (using mcd2 package) . I have figured out how to conduct the simulation using data from a single location (where I manually input distribution parameters into the R code), but am having trouble (a) adjusting the code to pull input variables from my various data sets and then (b) applying the entire