search for: evok

Displaying 20 results from an estimated 86 matches for "evok".

Did you mean: evo
2010 Apr 19
2
[LLVMdev] Performing my own pass with a single command line?
...-my-pass < test.o > test.new.o After this point, I need to convert it to assembly code using llc, then to use 'as' to compile the assembly code to an object file, and finally I can use gcc to generate an executable program. *****My question is*****, is there any way to automatically evoke the pass manager, such as: llvm-gcc -c test.c and in such a way my own pass will be evoked? Cheers, Zheng
2006 Mar 02
1
Forms with and without Models and Error Handling
...e database. For validation i am using the validation helper methods. My Problem is that i don''t know how I get the error hash from the helper method validates... etc. because I don''t have a fully database connection (but if the controller tries to save, the helper methods will evoke an errors.add - right?). When I update the records (form with database), everything is find (cause I have a real database connection). So my question is, how i can read out the errors in my controller or view? error_messages_for... in the view will evoke an error that the object is nil. Or d...
2010 Apr 19
0
[LLVMdev] Performing my own pass with a single command line?
...w.o > > After this point, I need to convert it to assembly code using llc, > then to use 'as' to compile the assembly code to an object file, and > finally I can > use gcc to generate an executable program. > > *****My question is*****, is there any way to automatically evoke the > pass manager, such as: > > llvm-gcc -c test.c > > and in such a way my own pass will be evoked? > > Cheers, > Zheng > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >...
2010 Apr 21
1
[LLVMdev] Performing my own pass with a single command line?
...this point, I need to convert it to assembly code using llc, >> then to use 'as' to compile the assembly code to an object file, and >> finally I can >> use gcc to generate an executable program. >> >> *****My question is*****, is there any way to automatically evoke the >> pass manager, such as: >> >> llvm-gcc -c test.c >> >> and in such a way my own pass will be evoked? >> >> Cheers, >> Zheng >> _______________________________________________ >> LLVM Developers mailing list >> LLVMdev at cs.ui...
2007 Nov 26
2
[LLVMdev] Problem with regression tests using stderr
...ently hidden. > If you want to catch stderr, there is one test doing that: > > Analysis/ScalarEvolution/2007-07-15-NegativeStride.ll: > > ; RUN: llvm-as < %s | opt -analyze -scalar-evolution 2>&1 | grep > "Loop bb: 100 iterations" 2>&1 doesn't evoke the desired behavior; the RUN line is unfortunately interpreted by TCL rather than a regular shell. The llvm.exp bug has allowed this and a variety of other common bourne-shell-isms to slip by unnoticed. Dan -- Dan Gohman, Cray Inc.
2009 Dec 13
6
Company Of Heroes, broke at Wine 1.1.34
Hey there, I'm an unhappy camper since I didn't carefully select my updates to install for Linux, now I'm stuck with the newest wine, which for some reason broke my company of heroes. There is no downgrading Wine on Ubuntu Karmic is there? I have not been able to find package archives so far. Before, I had 1.1.32, and COH worked perfectly. Now however, it (the game) searches for
2004 Nov 24
2
Grumble ...
Hi Folks, A Grumble ... The message I just sent to R-help about "The hidden costs of GPL ..." has evoked a "Challenge" response: Hi, You??ve just sent a message to diagnosticando at uol.com.br In order to confirm the sent message, please click here This confirmation is necessary because diagnosticando at uol.com.br uses Antispam UOL, a service that avoids unwanted messages like...
2018 Mar 13
2
Passes interaction running on two different IRs
...n. I am doing so because I can't link the two IRs I want to analyze together as a big IR and run my llvm pass on it. What I want to do specifically is: The first IR will call the functions in the second IR. Whenver there is a function call in the first IR to the second IR, the first pass will evoke the second pass on the second IR and give it some information as input. When the second pass is finished analysing its IR, it will return some information to the first pass. Basically, I want to do the same analysis for two IRs just like they were linked together. Since I can't actually link...
2007 Mar 01
2
function with Multiple Output
Dear R user, I have a simple question for you: I have created a global function that evoke other subsidiary functions. when I run the global function I want to store the outcomes of the of each subsidiary function into a variables. an examples my.fun=function(vector, index){ a=fun.a(vector, index) b=fun.b(vector, index) } if i use return() I can only retrive one single re...
2013 Mar 24
0
Rscript does not load/capture all shell arguments
Hi, I am working on a GRASS script (bash script), which should run a R script. I am working on Ubuntu 12.10, with R 2.15.3 and GRASS GIS 7.0 (I am not sure the latter isn't really relevant as the grass script is just a bash script). The R script is evoked with a call to Rscript ($RGRASSSCRIPT is a shell variable with the file name of the R script, the rest are variables I want to read into R) : Rscript --no-save --no-restore $RGRASSSCRIPT $GIS_OPT_INMAP $GIS_OPT_PRES $GIS_OPT_ENV $GIS_OPT_OUTMAP_GLM $GIS_OPT_FSTATS $GIS_FLAG_M $GIS_OPT_SPP $GIS_O...
2007 Nov 27
0
[LLVMdev] Problem with regression tests using stderr
...u want to catch stderr, there is one test doing that: >> >> Analysis/ScalarEvolution/2007-07-15-NegativeStride.ll: >> >> ; RUN: llvm-as < %s | opt -analyze -scalar-evolution 2>&1 | grep >> "Loop bb: 100 iterations" > > 2>&1 doesn't evoke the desired behavior; the RUN line is unfortunately > interpreted by TCL rather than a regular shell. The llvm.exp bug has > allowed this and a variety of other common bourne-shell-isms to slip by > unnoticed. > > Dan > >
2007 Nov 27
1
[LLVMdev] Problem with regression tests using stderr
...e test doing that: > >> > >> Analysis/ScalarEvolution/2007-07-15-NegativeStride.ll: > >> > >> ; RUN: llvm-as < %s | opt -analyze -scalar-evolution 2>&1 | grep > >> "Loop bb: 100 iterations" > > > > 2>&1 doesn't evoke the desired behavior; the RUN line is unfortunately > > interpreted by TCL rather than a regular shell. The llvm.exp bug has > > allowed this and a variety of other common bourne-shell-isms to slip by > > unnoticed. > > > > Dan > > > > -- Dan Gohman, Cr...
2011 Aug 08
1
Display a DataFrame in a data grid
...odify an existing one, I like to open the table in a grid with horizontal and vertical sliders so that I can scan across the table and (especially) look at all four corners. If I made a gross error, it often shows up when I look at the corners of the table. I just can't seem to find how to evoke such a display. Can anybody help me here? Ed Ed Heaton Project Manager, Sr. SAS Developer Data and Analytic Solutions, Inc. 3057 Nutley Street, #602 Fairfax, VA 22031 Office: 301-520-7414 Fax: 703-991-8182 <mailto:eheaton@dasconsultants.com> eheaton@dasconsultants.com <http://w...
2009 Jun 20
2
card reader not responding
I saved pictures on an SD card with my Nokia phone (1 GB). Now, I'm trying to use the card on my Acer Aspire 3680 (laptop) running 5.3 and gnome. Popping the card in (until it clicks) evokes nothing from the system log or dmesg, and I don't see anything relevant in /dev. (What is the device for this?) lspci has this entry: 0a:09.2 Mass storage controller: Texas Instruments 5-in-1 Multimedia Card Reader (SD/MMC/MS/MS PRO/xD) I couldn't find anything in Cent's wiki (se...
2012 Apr 06
1
system command and Perl confusion
Hello, I'm having a question related to the system command within R: I try to evoke a perl script from within R with something like system(paste('perl myscript.pl', some parameters ....,sep=" ") This works just fine as long as I do not use any additionally installed Perl module, as this leads to a "Can't locate Statistics/Descriptive.pm in @INC .....&...
2006 May 11
2
How do you make in_place_edit fields appear when empty?
Here''s a simple one... When using in_place_edit fields, they don''t appear unless they already have a value. How can I get similar functionality when they are empty? Thanks, Nathan -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060511/a98640cf/attachment.html
2010 Aug 07
3
How to start R
Hi folks, Just finished installing R on Ubuntu 10.04, running on a VM, download following packages on repo; r-base littler r-cran-plotrix r-cran-qtl r-cran-rggobi But I could not get R started. r is on /usr/bin/r On console evoking it just hanging there. Any additional packages I need to install? Thanks B.R.
2008 Nov 24
1
[LLVMdev] how to track down a kernel miscompilation?
...e random testing has not found the bug that you are seeing. That says that either (1) the bug lies in a part of the program space we don't explore or (2) it does, but we haven't run the tests for long enough. The former sounds most likely to me. If I knew more about what kind of code evoked the problem we could give high priority to adding the appropriate extensions to our testcase generator. John On Mon, 24 Nov 2008, Andrew Lenharth wrote: > On Mon, Nov 24, 2008 at 10:51 AM, John Regehr <regehr at cs.utah.edu> wrote: >>> was wrong. At the time (~ 1 year ag...
2009 Nov 06
1
using xyplot to plot frequencies
...rting it into a dataframe (freqframe) and then plotting: xyplot(freqframe$Freq~freqframe$standard|freqframe$Year) the plot is wrong, probably because the dataframe has unnecessary repeats of values. I also tried converting all2 into a ftable (also tried a matrix) and naming the columns and rows and evoking them in the xyplot. But this has also turned disasterous. Thanks in advance! -- Lanna Jin lannajin@gmail.com 510-898-8525 [[alternative HTML version deleted]]
2014 Feb 25
2
[RFC, PATCH] core/pxe: Add architecture-specific discovery request for PXE config file
Hi Gene, >> What I'm looking to do here is establish a bit of a convention for >> allowing machines of multiple architectures to be perform PXE >> configuration in a uniform way (in this case, without requiring the DHCP >> server to send out different lease parameters in response to the >> client's DHCP architecture ID). > > How do you have multiple