Displaying 20 results from an estimated 30 matches for "similarili".
Did you mean:
similarily
2011 May 18
3
Weird xl mem-set behavior
Hello,
I''m struggling to handle the amount of memory that dom0 gets on some system.
It''s a system with 8GB of RAM, running 2.6.38-6 with pv_ops and Xen 4.1
If I want to set the amount of memory for dom0, I get very bogus
results. See here: http://pastebin.com/gRgY9ERN If I use the M
notation (xl mem-set 0 4096M) the outcome is similarily unpredictable,
and sometimes I get the
2010 Sep 03
4
Generation of uniform random numbers
Dear R helpers
I have following dataset
rate_number = matrix(c(5, 15, 60, 15, 5, 0, 20, 60, 20,0, 10, 20, 40, 20, 10), nrow = 5, ncol = 3)
range_mat = matrix(c(6.25, 6.75, 7.25, 8.75, 9.25, 9.75, 8.5, 9, 9.5, 10.5, 11, 11.5, 4.25, 4.75, 5.25, 5.75, 6.25, 6.75), nrow = 6, ncol = 3)
> rate_number
[,1] [,2] [,3]
[1,] 5 0 10
[2,] 15 20 20
[3,] 60 60 40
2004 Jul 29
1
Limit // incoming calls to Queue Agents
Hello,
Since outgoinglimit is EOL'd, I've implemented SetGroup/GetGroupCount to
ensure that SIP clients will only have a single call at any time. Works
perfectly for simple calls using Dial().
I'm now struggling to find a way to similarily limit 2nd calls to SIP clients
that are Agents, who receive their calls from a Queue(). Is there any way to
accomplish this (without writing
2008 Apr 09
3
Jitter Buffer fix for frozen sender
The jitter buffer would "freeze" under the following condition:
- The sender and receiver are in sync.
- The sender machine freezes for a few seconds while the receiver does not.
- This causes all the packets sent by the sender to have a timestamp
that is too low to be considered, meaning jitter_buffer_put ditches it
before it checks if lost_count > 20 to reset.
- The jitter buffer
2006 Jan 02
2
What happened to Rails::Version::STRING in Rails 1.0.0?
Hello,
Maybe it''s a silly question, but I cannot find anything in Rails
changelog or google it out.
There is a Rails::Version module (since version 0.14.something) that
gives me a version number of Rails, similarily to Rails::Info module.
Apparently in Rails version 1.0 (or maybe sooner) the name of the
module was changed from ''Version'' to
2012 Mar 20
1
[LLVMdev] Problem with LoopDependenceAnalysis
Shanmuhka wrote:
> I looked at the sanjoys patch for SIV Test. And i figured out that this is exactly what i need.
> as the comments said, check if subscript A can possibly have the same value as B in analyseSIV(A,B)
> but i didn't get How to use this information ?
>
> lets just say in the above program
> When i use depends function it shows the dependency from load of x to
2017 Mar 12
3
Distributing llc and opt with own package?
Hi Matthias,
what I’m observing right now is that replacing opt+llc with an clang invocation, and
subsequently fewer intermediate files, increases the consumed time with -O0 by 200%.
We used to always run opt with -mem2reg -globalopt, and I believe those are not part
of -O0 (is there an easy way to list all passes that -OX flags to clang imply for the
optimizer and code gen?).
Could the IR imply
2007 Feb 20
5
Recipe for Apache2 on Debian (Etch)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi Tim, *!
Thank you for posting your nice apache2 recipe to the wiki! It''s really good
to see how others make things happen and a good example for others.
One little thing though caught my notice because I''m currently making the same
naughty thing on Simple Text Recipes. There is no ensure attribute. Since you
already have done
2006 Nov 03
1
Formal methods are not loaded from NAMESPACE in reloadedworkspace image
Dear R-Devel subscriber,
as a follow up to my yesterday's email: I tested an analogous example
with the S4-package "flexclust" by executing the following code:
library(flexclust)
example(cclust)
cl
After saving the work space and starting a new R process with the
restored work space, the same behaviour (i.e., the methods pertinent to
"flexclust" are not used, even after
2007 May 16
2
[LLVMdev] generating ELF shared object, C code, from a module like Fibionnaci
Hello
Apparently the file llvm/examples/Fibonacci/fibonacci.cpp generate JIT code
without explicitly doing any pass (but I suppose that internally, compiler
passes are running!) - is there a dissymetry between JIT machine code
generation in memory, and C or ELF shared object generation in files? I
thought that all these shared a lot of LLVM infrastructure and happen
similarily!
Also, the
2017 Mar 14
2
Distributing llc and opt with own package?
> On Mar 14, 2017, at 3:02 AM, Mehdi Amini <mehdi.amini at apple.com> wrote:
>
>>
>> On Mar 11, 2017, at 4:30 PM, Moritz Angermann via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>>
>> Hi Matthias,
>>
>> what I’m observing right now is that replacing opt+llc with an clang invocation, and
>> subsequently fewer intermediate files,
2017 Mar 11
2
Distributing llc and opt with own package?
Hi Matthias,
I’m trying to see if I can make do with the clang interface only.
How do I pass flags to opt or llc? Say I want to enable/disable tbaa,
which could be done with `--enable-tbaa=true/false` or `-mem2reg` or
`-globalopt`? Would the `-llvm` switch be, what I’m looking for or the
`-Xclang`, or something else entirely?
Cheers,
Moritz
> On Mar 11, 2017, at 2:26 AM, Matthias Braun
2006 Nov 03
2
WG: Formal methods are not loaded from NAMESPACE inreloadedworkspace image
Sorry, to bother the list one more time: but the following worked at
least for 'urca':
in NAMESPACE I now included explicitly:
import(methods)
a fix of the 'urca'-package will be uploaded to CRAN on the weekend.
Fritz, will this work for ypur package 'flexclust' too? I have in my
DESCRIPTION imports: methods and in flexclust it is in depends: methods.
However, both
2018 Sep 06
2
Environment variables
Env vars that change compiler output make it impossible to write tools such
as ccache or distcc. Including the entire env in the hash value that
determines whether ccache has a cache hit (as well as the compiler command
line and the preprocessed source file) would be ridiculous and would result
in very few cache hits.
On Thu, Sep 6, 2018 at 11:34 AM, Matthias Braun via llvm-dev <
llvm-dev at
2018 Sep 06
3
Environment variables
Yes, but in your example getenv is called every time enableFooBar needs
to be initialized. What if your code is itself wrapped inside another
loop you can't see (for example, the PassManager invoking passes)?
Maybe I'm being overly pedantic.
We use a lot of environment variables in our compiler because it's
really super annoying and takes a lot of developer time to have to
update
2008 Feb 29
0
Bug#466683: libxenstore3.0 could use a better description too
Aleksi Suhonen <debian-reportbug-2004 at ssd.axu.tm> reported:
> [...]
> Package: xenstore-utils
> [...]
> I would hope that there would be a more descriptive description
> for this package, so I could know if I really need it.
This applies to libxenstore3.0 as well, which includes a description
similarily low on information:
> Xenstore communications library for Xen
2008 Apr 11
0
Jitter Buffer fix for frozen sender
Patch applied offline (I'm in the plane), remind me if I forget to push
it. About the "resync on burst" issue, I was aware of it, but I'm not
sure how to fix it. Any idea? Also, do you see the problem happening often?
Jean-Marc
Thorvald Natvig a ?crit :
>
> The jitter buffer would "freeze" under the following condition:
>
> - The sender and receiver are
2006 Mar 23
0
Delayed scripts and tasks
Has anyone else had a problem with scripts and tasks going really slow?
For example, "rake migrate" alone took me 3 minutes for two migrations,
and the total time reported for the two migrations was .172 seconds.
Similarily, "ruby script/destroy model" produced no output for a few
minutes and then destroyed all the appropriate files in a fraction of a
second.
I
2008 Aug 03
2
Determining model parameters
This may be a begining question. If so, please bear with me.
If I have some data that based on the historgram and other plots it "looks" like a beta distribution. Is there a function or functions within R to help me determine the model parameters for such a distirbution? Similarily for other "common" distirbutions, Poisson(lambda), Chi-Square(degrees of freedom, chi-square
2002 Nov 22
0
getent output corrupt ?
Hi All,
I am currently in the middle of setting up a samba server to provide file
and print services within an NT Domain. I have samba 2.2.7 running on
redhat 8
I have a problem with the output of the getent command. The out put of this
command appears corrupted, and I am not sure if this is affecting the the
behaviour of how users connect.
wbinfo -u and wbinfo -g appear to be functioning ok.