Displaying 20 results from an estimated 10000 matches similar to: "[LLVMdev] Specifying a sequence of optimization flags on llvm-gcc"
2010 Apr 13
3
[LLVMdev] Specifying a sequence of optimization flags on llvm-gcc
On Mon, Apr 12, 2010 at 12:39 AM, Duncan Sands <baldrick at free.fr> wrote:
>
> try something like this:
>
> llvm-gcc -c -emit-llvm -o - | opt ...list.transforms.here... > result.bc
>
Another question about it: is this transforms list applied in the same order
it's given to the command line? Can I repeat a transformation pass within a
list?
Thanks you!
Felipe
2010 Apr 13
0
[LLVMdev] Specifying a sequence of optimization flags on llvm-gcc
On Tue, Apr 13, 2010 at 10:09 AM, Felipe Sodré Silva <fsodre at gmail.com> wrote:
> On Mon, Apr 12, 2010 at 12:39 AM, Duncan Sands <baldrick at free.fr> wrote:
>>
>> try something like this:
>>
>> llvm-gcc -c -emit-llvm -o - | opt ...list.transforms.here... > result.bc
>
> Another question about it: is this transforms list applied in the same order
2010 Apr 12
0
[LLVMdev] Specifying a sequence of optimization flags on llvm-gcc
Hi Felipe,
> I'm very new to llvm, and I'm trying to compile a C file using llvm-gcc,
> but I'd like to specify the optimization passes sequence by myself. How
> can I do this?
try something like this:
llvm-gcc -c -emit-llvm -o - | opt ...list.transforms.here... > result.bc
This results in optimized bitcode in result.bc.
Ciao,
Duncan.
2007 Feb 13
3
Error installing ROR on Ubuntu
Hi, I''m trying to install Ruby On Rails on Ubuntu 6.06, running on a AMD
Turion64.
I installed the ruby interpreter, RubyGems and wrote:
*gem install rails --include-dependencies
*but I''m receiving the following error message:
ERROR: While executing gem ... (Gem::InstallError)
gzip error installing /usr/local/lib/ruby/gems/1.8/cache/activesupport-
1.4.1.gem
It seems
2010 Jul 24
2
How to generate a sequence of dates without hardcoding the year
Hi:
I have a dataframe named 'spring' and I am trying to add a new variable named
'IdDate'
This line of code works fine:
spring$idDate <- seq(as.Date("2008-07-01"),as.Date("2009-06-30"),by="week")
But I don't want to hardcode the year because it will be used again the
following year
Is it possible to just generate dates with the month and
2006 Sep 07
1
Illegal input sequence in smb.conf man page
Is there a simple fix for the illegal input sequence errors I'm seeing with
the smb.conf man page? This is on a Redhat 9 system. Do I need to update
the groff package or some such?
--
Michael St. Laurent
Hartwell Corporation
2012 Jan 21
16
Installing rails on Ubuntu
Hello, I''m trying to install the rails on ubuntu 11.10, but when I put
the command
felipe@Felipe:~/Downloads/rubygems-1.8.15$ sudo gem install rails
--no-r1 --no-rdoc
ERROR: Loading command: install (LoadError)
no such file to load -- zlib
ERROR: While executing gem ... (NameError)
uninitialized constant Gem::Commands::InstallCommand
felipe@Felipe:~/Downloads/rubygems-1.8.15$
2010 May 12
2
Help with interpolation
Hi,
I have a two Colum matrix ( I named it holder) as shown bellow. It seems
to be three columns, but the first column contains the row names.
I am trying to fill all NAs by linear interpolation the known values in
the matrix. I tried using the interpNA function, but I get an error
message:
> interpNA(holder, method = "linear")
Error in approx(idx, x[idx], 1:n, method = method, f
2012 Dec 17
5
save to file
Hi,
What's the equivalent of "Save to File" from the R console File menu on an R routine? Just trying
to capture the whole R console into a text file when my code fails.
Felipe D. Carrillo
Supervisory Fishery Biologist
Department of the Interior
US Fish & Wildlife Service
California, USA
http://www.fws.gov/redbluff/rbdd_jsmp.aspx
[[alternative HTML version deleted]]
2012 Dec 11
4
Configuring Xen + DRBD + Corosync + Pacemaker
Hi everyone,
I need some help to setup my configuration failover system.
My goal is to have a redundance system using Xen + DRBD + Corosync +
Pacemaker
On Xen I will have one virtual machine. When this computer has network
down, I will do a Live migration to the second computer.
The first configuration I will need is a crossover cable, won''t I? It is
really necessary? Ok, I did it. eth0
2013 Mar 11
4
Pedigreemm
Hola a todos, me gustaría realizar una consulta asociada a la generación
de valores genéticos del pedigreemm en R. Primero generé el archivo de
pedigree incluyendo los parentales para posteriormente estimar la varianza
aditiva y los valores genéticos para cada individuo, relacionando los
individuos por medio de la matriz de parentesco.
Me da todo perfecto, el complemento pedigreemm trabaja muy
2010 Feb 23
2
Importing a file to r
Hello
I am trying to import the attached file Curva LIBOR to R. I am trying to use
the following commands and obtaining the following errors
> res <- read.xlsx("C:\\Users\\FELIPE
PARRA\\Documents\\Quantil\\Federacion\\Curva LIBOR.xlsx", 4)
Error en .jcall(rowCells[[ic]], "I", "getColumnIndex") :
RcallMethod: invalid object parameter
> res <-
2013 Jan 25
3
Bug on xen-create-image
Hi everyone,
I got this error on typing this command xen-create-image. The message say
about a bug.
# xen-create-image --hostname teste01
General Information
--------------------
Hostname : teste01
Distribution : precise
Mirror : http://br.archive.ubuntu.com/ubuntu/
Partitions : Image type : sparse
Memory size : 128Mb
Kernel path :
2010 Feb 24
2
why more than one temp file for a single rsync download?
A large file (2+ GB) needs to be transfered, but I see more than one
temp file for it. One temp file is larger than the other, but this
morning I tried to rsync again, and it DID NOT resume the largest temp
file - it resumed the smaller one. Is there an explanation of this
behaviour? I didn't want --inplace because I don't need it (I have the
disk space).
-
-rw-r--r-- 1 felipe users
2012 Jan 13
2
Averaging over data sets
Hi all,
after using Amelia II to create 10 imputed data sets I need to average them
to have one unique data that includes the average for each cell of the
variables imputed, in addition to the values for the variables not imputed.
Such data has many variables (some numeric, other factors), and more than
20000 observations. I do not know how to average them out. Any help?
Below I provide a small
2010 Dec 15
6
Numbers in a string
Hello, I have stings which have all sort of characters (numbers, letters,
punctuation marks, etc) I would like to stay only with the numbers in them,
does somebody know how to do this?
Thank you
Felipe Parra
[[alternative HTML version deleted]]
2005 Sep 14
13
table sorting/manipulation library?
I have a library I''ve developed that I believe is the most flexible and
useful table sorting/striping/row-selecting library around.
Big features:
Single and multiple-level sort
Arbitrary sort criteria (IP address, date, etc.)
Works with table headers that are > 1 row or column large
Stripe tables and/or enable row selecting
Row selecting supports drag-select and SHIFT-click
No extra
2012 Nov 27
3
Xen Cold Migration doesn't work
Hi everyone,
I am trying to do a Cold Migration with Xen, Ubuntu 12.04 and virtual
machines with Ubuntu 10.04.
This is my cfg file to create the VM on the primary node:
# cat ubuntu.c
cat: ubuntu.c: Arquivo ou diretório não encontrado
root@cloud9:/etc/xen# cat ubuntu.cfg
name = "ubuntu"
memory = 256
disk = [''phy:/dev/vg_datastore/lv_datastore,xvda,w'']
vif = [''
2010 Sep 26
4
Problem with unlist
Hello I want to unlist the attached element getting only the first element
in each element of the list. The last element of the list looks as this:
[[5065]]
[[5065]]$Pluv3Meses
[1] 274.4
[[5065]]$PluvMesesMedio
[1] 378.2667
[[5065]]$Pluv2UltimosMeses
[1] 23.33333
So I would like to get for each element of the list the element called
Pluv3Meses. The whole list has 5065 elements but when I try to
2012 Dec 02
2
How to do live migration using xen
Hello,
I want to do live migration of virtual machine on xen using
fedora.SO what are the steps to have the live migration possible.
_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users