Displaying 20 results from an estimated 1000 matches similar to: "R package"
2013 Jan 18
0
[LLVMdev] How to run SPEC200 benhmark in LLVM
Hi Unnikrishnan C,
On 18/01/13 09:09, unni_c at csa.iisc.ernet.in wrote:
> Hello,
>
> I want to run SPEC2000 benchmark in LLVM to check correctness of a llvm
> module which I wrote. How to run SPEC2000 benchmark in LLVM?
>
> Unnikrishnan C
do you know how to run LLVM's nightly testsuite? It has support for SPEC.
When you configure LLVM you need to use --with-externals to
2013 Jan 18
2
[LLVMdev] How to run SPEC200 benhmark in LLVM
Hello,
I want to run SPEC2000 benchmark in LLVM to check correctness of a llvm
module which I wrote. How to run SPEC2000 benchmark in LLVM?
Unnikrishnan C
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
2012 Apr 27
0
[LLVMdev] Problem in accessing Loops in other Functions Problem in accessing Loops in other Functions problem in accessing the Loops in other functions
On 4/27/12 2:05 PM, shanmuk rao wrote:
> Hi,
> I am using Loop pass ( runOnLoop() function )
> In this function I want to access all the Loops in all the functions
> in the current Module
>
> the LoopInfo Pass only gives the Loops in the function where the
> current Loop resides :-(
>
> Is there any other Pass by which I can access the Loops in others
> functions
2012 Apr 27
2
[LLVMdev] Problem in accessing Loops in other Functions Problem in accessing Loops in other Functions problem in accessing the Loops in other functions
Hi,
I am using Loop pass ( runOnLoop() function )
In this function I want to access all the Loops in all the functions in the
current Module
the LoopInfo Pass only gives the Loops in the function where the current
Loop resides :-(
Is there any other Pass by which I can access the Loops in others functions
as well ?
......
Regards,
Shanmukha Rao
-------------- next part --------------
An HTML
2007 Apr 18
1
[Bridge] Re: 2.6.0-test9 : bridge freezes
On Sat, 22 Nov 2003 20:57:44 +0530 (GMT+05:30)
anand@eis.iisc.ernet.in (SVR Anand) wrote:
> Hi,
>
> I am one of the system administrators who manage a campus network of 5000 users
> that is connected to Internet. We have placed a Linux bridge to isolate the
> Internet from the campus. To nullify network flooding effect, we have used
> iptables. The kernel is 2.6.0-test9, the
2006 Jul 19
1
how to identify RTP packets?
Hi,
I am working on voice application. I want to identify RTP packets
and set DSCP for those. Is there anyway to accomplish this task either
using tc or iptables. Please help me..
Thank you
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
2012 Nov 10
1
[LLVMdev] error: terminator in the middle of basic block
Hello,
I modified the PathProfiling.cpp and run opt -inesrt-path-profiling. it
works correctly ,but after path-profile is complete in
Verifier::visitTerminatorInst it prints "Terminator found in the middle
of a basic block!" .
error is I added two basic blocks after return basic block and return has
br label %newprint when printed in pathprofile module
but in
2011 May 29
3
Re: error while installing orcad
I get this message when i try to launch the setup of OrCAD version 10.0. I have wive version 1.2.
[quote]Archive: /media/5CFC92BDFC9290BE/Documents and Settings/Bhuved/Desktop/ORCAD_10 (D)/ORCAD_10 (D)/Setup.exe
[/media/5CFC92BDFC9290BE/Documents and Settings/Bhuved/Desktop/ORCAD_10 (D)/ORCAD_10 (D)/Setup.exe]
End-of-central-directory signature not found. Either this file is not
a zipfile,
2008 Oct 20
1
About Torus Rndamiztion
Hallo
I am going through the paper on Torus randomization by Kyle E. Harms
torus randomization is an alternative to Chi-sq test of Independence When
the assumption of independence within the groups is violated
i want to know that Is there any library regarding torus randomization
Someone said me that its in Utility.r but i could not find out this
please help me in this regard
Shubham
Surendra
2002 Nov 11
2
Thank you!
Dear Shorewall developers,
Thanks very much for shorewall! I''ve been using Shorewall as
distributed with Debian GNU/Linux (Woody) for a while on a few
firewalls I manage and found it extremely easy to install, setup and
use. I liked the nice and easy to understand design of the whole
package, the documentation, well documented config files and how well
it runs. I just thought
2011 Feb 07
1
Issues while using kdb to debug Xen
Hi,
I have been trying to debug Xen using kdb. However, I am unable to
successfully boot dom0 after compiling and installing kdb.
Software/hardware config: Base distribution - Debian Lenny (64-bit) on a
Dell desktop (Optiplex 780) with a serial cable to another machine. Xen
4.0.1 (without kdb) works fine.
Here are the steps I followed to set up Xen-unstable with kdb.
1. Cloned code from
2008 Feb 25
1
RWinEdt Install issue
Dear RUsers,
I just upgraded from 2.6.0 to 2.6.2 and tried to reinstall the RWinEdt patch to work with WinEdt so that I can continue function as I always have but I have run into problems that I don't understand how to fix. Any help would be great. Essentially, I downloaded the latest RWinEdt zip folder from the CRAN website and tried calling the library. I tried re-installing it a bunch of
2012 Mar 13
2
[Bug 1990] New: sftp segfaults when tab-completing a directory which contains umlauts
https://bugzilla.mindrot.org/show_bug.cgi?id=1990
Bug #: 1990
Summary: sftp segfaults when tab-completing a directory which
contains umlauts
Classification: Unclassified
Product: Portable OpenSSH
Version: 5.9p1
Platform: amd64
OS/Version: Linux
Status: NEW
Severity: normal
2004 Jul 03
3
Recoding scores of negatively worded item
Hi,
I'm new to R so please fogive if I write someting silly ...
I need to recode a series of responses from a number of questionnaires.
The data is read via ODBC from a database where all responses are coded
as tables of the form (id, question, score).
After dealing with recoding of missing values, I need to "invert" the
scores of some questionnaire's item in the form x <-
2008 Dec 03
2
reading version 9 SAS datasets in R
Hi,
I am trying to read a SAS version 9.1.3 SAS dataset into R (to preserve
the SAS labels), but am unable to do so (I have read in a CSV version).
I first created a transport file using the SAS code:
libname ces2 'D:\CES Analysis\Data';
filename transp 'D:\CES Analysis\Data\fadata.xpt';
/* create a transport file - R cannot read file created by proc cport */
proc
2004 Jan 15
2
Fw: Re:simple(?!?) source routing
Hi,
Thanks for the reply. Thats where the problem starts. If I set ppp0 as
the
default gw the internet doesnt work anymore. This is how im doing it...
route del default
route add default gw 217.32.81.74 dev ppp0
if I put it back to ppp1...
route del default
route add default gw 217.32.68.73 dev ppp1
It works fine again. Whats up with that?
Cheers,
Chris
----- Original Message
2001 Aug 15
2
FORTRAN in R
Hi,
Can anyone tell me what might cause this error message?
Error in .Fortran("swallocate", as.double(mtx), as.double(wt),
as.integer(n), :
C/Fortran function name not in load table
This occurs when I copied the Splus stepwise() function into R. I can
source into R fine, but when I need to call that function on some dataset,
I got the above error message.
Platform
2001 Mar 21
3
Output Files..
Hi,
Somehow I forgot how to do this...
Say I have a command that produced a 28 x 28 data matrix. How can I output the matrix into a txt file (rather than copy/paste the matrix)?
Thanks...
Kevin
-------------------------------------------------
Ko-Kang Kevin Wang
Statistical Analysis Division Leader
Software Developers' Klub
University of Auckland
New Zealand
2001 Mar 09
6
Problem compiling ogg on OpenBSD-2.7
Hi,
I have downloaded the following files
libao-0.6.0.tar.gz
libogg-1.0beta4.tar.gz
libvorbis-1.0beta4.tar.gz
vorbis-tools-1.0beta4.tar.gz
as said from the download section. But I'm at a loss to what do after
that. I don't have much experience/knowledge in compiling etc, but I
still want to try out ogg. (I downloaded the source coz I have an OpenBSD
machine, and there was no
2011 Oct 24
2
Unable to acquire lock
Hello,
I am trying to execute virsh commands on a host but it is giving errors
due to failure in acquiring lock.
root at kvm01:~# virsh suspend blindone
error: Failed to suspend domain blindone
error: Timed out during operation: cannot acquire state change lock
Any suggestions how can we figure out possible reasons.
--
Jatin
-------------- next part --------------
An HTML attachment was