Displaying 20 results from an estimated 1000 matches similar to: "[LLVMdev] newbie with pass registering Problem"
2008 Apr 22
1
[LLVMdev] newbie with pass registering Problem
Hi!!
This is my first time with llvm. I'm still learning and really need help.
I wrote only one Function Pass, which uses another Function Pass (blockNrs), and registered this:
RegisterPass<FunctionAnalysis> X("gasched", "Genom Scheduling Pass");
When I compile my sourcecode, everything was okay. But when I tried to test it, i got this error Message:
nicole at
2008 Apr 22
2
[LLVMdev] The source code Makefile (newbie with pass registering Problem)
Hi!!
It's me again. I guess that there is a problem in the Makefile of my source code. But I don't know where. Could you please verify it?
The Makefile is written like this:
# Makefile for Genetic Algorithm Pass
CXXFLAGS = -Wall -I/iss/fpga3/nicole/galib247/
LDFLAGS= -L/iss/fpga3/nicole/galib247/ga/ -lga -Wl,-E
# Path to top level of LLVM heirarchy
LEVEL=../../../
# Name of the
2008 Apr 23
0
[LLVMdev] newbie with pass registering Problem
Hi John!!
>1) Have you ensured that your passes have different arguments to the =
>RegisterPass constructor (i.e., they have different names)?
Yes, I only write one Pass (Function Pass) and gave it that one name.
>2) Are you sure that variable X is only being defined once? There are =
>some ways in which you could have unintentionally defined it twice. For =
>example, if you
2013 Sep 10
3
to delete lines by means of a vector
Hi
I would like to eliminate a large number of lines of the dataframe df1
The lines to delete are given here by the values of Mat (ex : 2,4,7,10).
but I have a large number (300) values of Mat
dput(df1)
structure(list(Mat = c(1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 3,
3, 3, 4, 4, 4, 4, 4, 5, 5, 5, 5, 5, 5, 6, 6, 6, 6, 6, 6, 7, 7,
7, 7, 7, 7, 7, 8, 8, 8, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9, 10, 10,
10, 11,
2011 May 09
2
Time Series
I have what I hope is a simple question - is it possible to do time series
analysis on a small data set specifically only four data points?
I have collected human threat data (mean number of threats per kilometre
walked/ survey) every 3 months in eight different sites (four with an
experimental element and four control sites). I am trying to determine the
best way to determine if there is a
2013 Feb 06
1
Heteroscedasticity Plots
To detect heteroscedasticity for a multiple linear OLS regression (no time
dependencies):
What if the residuals vs. fitted values plot shows well behaved residuals
(cloud) - but the some of the x versus residuals plots are a megaphone?
Also, it seems that textbooks and internet tutorials in R do not agree what
is the best plot for detecting heteroscedasticity. What do you use?
I found so
2009 Feb 19
2
error bars
Hello, I have a very simple data set i imported from excel including 96
averages in a column along with 96 standard errors associated with those
averages (calculated in excel). I plotted the 95 averages using r and I am
wondering if it is possible to plot the second column of standard errors
while applying error bars to each value so they represent the error
corresponding to each average?
thanks,
2004 Mar 31
3
(no subject)
Hi, I wonder if you can help me:
I cannot seem to be able to import my data anymore. When I try to import
the attached file with the string
FunctRes<-read.table("C:/Documents and Settings/FunctRes.txt", header=FALSE)
I obtain:
> FunctRes
V1
1 ??C
2 \n
3 C
4 0
5 0
6 B
7 \n
8 C
9 0
10 1
11 B
12 \n
13 C
14 0
15 0
16 B
17 \n
18 C
19 0
2007 Apr 12
2
using install.packages via proxy
Hello everybody,
I'm trying to install rJava to use JRI in a Java program as JRI is a part of rJava. There should be the option to install this package via install.packages("rJava"). Unfortunately I'm connected to the internet via a proxy. I have no idea how to tell R to connect via the proxy. The R-help tells me something about environment variables like "http_proxy".
2013 Jan 28
2
Adjusted R-squared formula in lm()
What is the exact formula used in R lm() for the Adjusted R-squared? How can I interpret it?
There seem to exist several formula's to calculate Adjusted R-squared.
Wherry’s formula [1-(1-R2)·(n-1)/(n-v)]
McNemar’s formula [1-(1-R2)·(n-1)/(n-v-1)]
Lord’s formula [1-(1-R2)(n+v-1)/(n-v-1)]
Stein 1-(n-1/n-k-1)(n-2)/n-k-2) (n+1/n)
Theil's formula (found here:
2013 Mar 06
1
Difficulty in caper: Error in phy$node.label[which(newNb > 0) - Ntip]
Hello,
I'm doing a comparative analysis of mammal brain and body size data.
I'm following Charlie Nunn and Natalie Cooper's instructions for
"Running PGLS in R using caper".
I run into the following error when I create my comparative dataset,
combining my phylogenetic tree (mammaltree) and taxon measures
(mammaldata):
"Error in phy$node.label[which(newNb > 0) -
2009 Apr 22
3
Rhelp
Hello,
I am trying to run R on my Mac (OS10.5.6) and am having trouble installing
and running packages (genefilter in particular in Bioconductor)
I've tried re-installing R and it hasn't solved the issue.
Thanks,
~Nicole Slusher
2007 Nov 22
5
Different networks between Dom0 and Guest?
Hi,
I''m running SLES10 SP1 with xen 3.0.4 and windows 2003 server as guest.
Is it possible to assign ips from different networks to Dom0 and Guest,
e. g. 172.27.10.1/24 for Dom0 and 172.27.15.1/24 for Guest?
I tried it, but I can''t reach the Guest.
If it''s possible, what should I have to configure?
Thanks!
Nicole
_______________________________________________
2012 Mar 07
3
pulling out 1 country and 1 wave
Hello.
I am trying to pull out one country from a time series of 5 waves. For example I need Norway from the 5th wave. This is new to me. Typically, I work with country specific surveys.
data = norway
I have attached a .tiff of the codebook showing the variable names for Norway and the wave. They appear to be Norway = v218 and wave = v15. But perhaps I am wrong and this is part of the
2014 Feb 07
2
Perl516 SCL modules
Hi,
I'm trying to build several SCL perl516 modules for using assp spamfilter.
Some modules have dependencies which spend a lot of errors or can not be
build on a x86_64 system.
perl-Email-Valid-0.184 for example needs Win32::IPHelper and
Win32::TieRegistry.
If I build this rpm for standard perl510, the Win32 modules are not
required.
Why are theses dependencies only for perl516?
Can I
2012 Jan 29
2
question about ... questions/ code
Hello,
I have a dataset which I am calling RB09.
I am trying to match the questions in the code book with variable codes.
It is not very intuitive.
example:
names(RB09)
[1] "ea1" "eaf1" "eaf1a" "eaf2" "eaf2_7"
[6] "eaf3" "eafimpun" "eafunpun" "evimpmar"
2007 Jun 21
2
Multinomial models
Hello,
I am VERY new to R (one week) and I am trying to run a multinomial logit model.
The model I am using is
> model1 <- multinom(Y ~ X1 + X2 + , ..., Xn)
if I put in
> summary(model1)
I get
#Error in function (classes, fdef, mtable) :
unable to find an inherited method for function "fitted", for
signature "multinom"
and if I put in
> coef(model1)
2004 Jul 27
1
Pdbedit again...
Hi,
I have to edit all my samba users password expiration time and users
full names. (I changed from samba 2.2 to 3.0 today.)
But pdbedit doesn't work.
example command: pdbedit -r -u %user% -f "%NAME%"
I installed samba 3.0.5-2.src.rpm from samba.org on RedHat ES 3.
Is it still a bug?
Thanks!
Nicole
2006 Mar 27
1
CentOS 3 and openswan > 2.2.1
Hi,
is there anybody running centos3 (el3) with a standard kernel 2.4.32 or
newer, because it seems openswan versions > 2.21 don''t run with
centos3(el3) anymore.
But we need the newer openswan versions.
Problem arise when I try to build the ipsec.o module:
/usr/src/openswan-2.4.4/linux/net/ipsec/ipsec_init.c
/usr/src/openswan-2.4.4/linux/net/ipsec/ipsec_init.c: In function
2014 Jan 08
1
Extract PDF portfolio
Hi,
I am searching for a command line tool to extract files from a pdf
portfolio?
Are there any capabilities to do this?
Thanks in advance!
Kind regards,
Nicole