Displaying 20 results from an estimated 122 matches for "excuting".
Did you mean:
executing
2010 Jun 29
2
EXTLINUX
I am trying to boot a ramdisk on a usb stick in read-only mode using
extlinux. When the system boots all I am getting is a blinking cursor.
The stick booted with lilo, but I had some issues with lilo so I am
trying extlinux.
1) I partitioned the stick as a linux partition, formated it ext2, and
mounted /dev/sda1 on /mnt/flash.
2) I am running extlinux 3.86.
3) excuted "extlinux -i
2004 Aug 20
1
[LLVMdev] Re:About the address of Basic Block
...ory, and the loader jump the start of the memory segment and run the code. Then after running the entry basic block, the loader can load the next basic block and running it. keeping doing it. Of course, we know some of basic blocks can never be used.
Actually, I want to simulate the procedure of excuting program by using my loader to excute it. And I can do some statistic and operation such as cache miss, basic block clustering, compress etc ( these are just my guess :). I know some tools like simplescalar can do lots stuff but it is not what I want.
So I am not sure how I could get the address of...
2011 Sep 25
2
[LLVMdev] POSIX thread library support
> According to the link, I found that during the compiling process, the option "-emit-llvm" must be added to generate immediate object *.o.
> [hanfeng at os-wstation02 fft]llvm-gcc -c fft.c -emit-llvm
"-emit-llvm" emits object file which contains LLVM bitcode (IR).
Default file name suffix is .o, but you might want to use "-o fft.bc"
to make the suffix
2010 Apr 15
0
[LLVMdev] darwin dragon-egg build issues
Duncan,
Do a quick check here on x86_64-apple-darwin10
with svn llvm and svn dragon-egg against release gcc 4.5.0,
the results from the himenoBMTxpa benchmark compiled at -O3
look pretty good. With stock gcc-4.5.0, we get...
Grid-size = M
mimax = 128 mjmax = 128 mkmax = 256
imax = 127 jmax = 127 kmax =255
Start rehearsal measurement process.
Measure the performance in 3 times.
MFLOPS:
2010 Apr 13
2
[LLVMdev] darwin dragon-egg build issues
Hi Peter,
> Why not do this too?
I've applied this - thanks for the patch!
Ciao,
Duncan.
2004 Nov 24
3
Jail fails
Hi,
We are trying to create a jail with FreeBSD 5.3 but it's fails with this
error:
cc -O -pipe -I/usr/obj/usr/src/i386/legacy/usr/include -c
/usr/src/games/fortune/strfile/strfile.c
make: don't know how to make /j/usr/lib/libc.a. Stop
*** Error code 2
We are excuting those command in /usr/src:
export D=/j
make world DESTDIR=$D
Are there any problem with FreeBSD 5.3? We have ever created some jails
enviroments this way, before FreeBSD 5.3.
Thanks,
Paulo.
2011 Sep 25
0
[LLVMdev] POSIX thread library support
Hi chenwj,
According to the link, I found that during the compiling process, the option "-emit-llvm" must be added to generate immediate object *.o.
[hanfeng at os-wstation02 fft]llvm-gcc -c fft.c -emit-llvm
Then using llvm-ld will generate two files - a shell excutable and a llvm bytecode data both of which would run perfect.
[hanfeng at os-wstation02 fft]llvm-ld -o FFT fft.o
[hanfeng
2005 Dec 02
1
Printing to file from C
Hello,
I am interfacing R and C code using the function .Call.
Is there any way to print to file form C?
I.e. is there something analogous to:
fopen(file1, "w");
fprintf(file1, "%f", ... );
fclose(file1);
which would not cause an error in the excution?
The Writing R Extension manual does not seem
to provide a lot of insights other than a vague reference
to an
2011 Sep 25
1
[LLVMdev] POSIX thread library support
> Hi chenwj,
> If it use system pthread library, then it should find it in the stand search path. I also added the option "-L/usr/lib -L/usr/lib64" but it still failed.
Don't know if the link below helps or not,
http://lists.cs.uiuc.edu/pipermail/llvmdev/2009-November/027274.html
Regards,
chenwj
--
Wei-Ren Chen (陳韋任)
Computer Systems Lab, Institute of Information
2010 Aug 15
8
how does hypervisor isolates DomU from Dom0
I am not clear with the working of hypervisor xen.
How does an instruction executed by kernel in Ring0 of DomU gets
mapped or executed by hypervisor and then is excuted in Dom0.
Is this thing some where on the wiki page?
--
Tapas
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2010 Aug 15
8
how does hypervisor isolates DomU from Dom0
I am not clear with the working of hypervisor xen.
How does an instruction executed by kernel in Ring0 of DomU gets
mapped or executed by hypervisor and then is excuted in Dom0.
Is this thing some where on the wiki page?
--
Tapas
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2006 Jan 06
4
Are migrations executed within a transaction?
Hi all,
Can I safely assume that each migration is excuted within a
transaction, so that''s it''s safe to have migrations executing failing
statements?
Thanks,
- Rowan
--
Morality is usually taught by the immoral.
2012 Dec 05
4
[LLVMdev] how to get and modify a global variable inside a module
recently, i use LLVM API to write a program to read *.ll and excute it
automatically.
Further more, i want to change some global variables inside a module.
i tried some functions provided by Module.h and ExecutionEngine.h but none
were seemed to match my need.
did someone have the experience or some advices?
thank you ;)
--
View this message in context:
2003 Dec 02
2
Two questions about the creating new package
Hello everyone,
I am just trying to colloct all my function into a new packages. I met
two questions which hurt me so much:
1. when I use the "prompt" to help to write Rd file for a variable x
which is character vector, say x <- c("a","b"), it always give the error
informaion:
Error in get(x, envir, mode, inherits) : variable "a" was not found.
2015 Jul 27
2
[LLVMdev] a question about pooalloc
Hello, today I download poolalloc from "
https://github.com/llvm-mirror/poolalloc". and I compiled it with LLVM3.3.
Then when I excute "make",I get the error:
AddressTakenAnalysis.cpp:18:30:fatal error:llvm/IR/CallSite.h: No such file
or directory.
I correct the path of callsite.h to "llvm/Support/Callsite.h". there is
another error:
AddressTakenAnalysis.cpp:In
2011 Sep 26
0
[LLVMdev] POSIX thread library support
Hi chenwj,
For the first question, even if I did not specify "-o fft.bc", it still generated fft.o which is also a llvm bitcode file.
For the second question, I intended to generate a native executable "FFT". However, it only generate a llvm bitcode file fft.bc and a native POSIX shell excuatable named fft. Howerver, the contents of the shell executable fft is a wrapper to call
2003 Feb 09
0
to modify a matrix : Summary
I truly thank for evrybody to give me many very
good answers and suggestions.
I like to summarize the replies with their results
when excuted on R and with my comments.
My question is
> x <- matrix(1:10.,5)
> x
[,1] [,2]
[1,] 1 6
[2,] 2 7
[3,] 3 8
[4,] 4 9
[5,] 5 10
there is a matrix. On condition x[? ,1]=3, how to modify the
appropriate location to be
2005 May 31
1
read.delim2 regarding "#"
Hello R experts:
When I tried to read my data into R, it does not take
# sign
A subset of Exp.txt is:
Experiment name assay id Varname
(A1)DBA TPA 6h/DBA Acetone rep1(A1) #3 4090 A90C1
(A2)DBA TPA 6h/DBA Acetone rep2(A2) #3 4091 A91C1
The command is:
Exp <- read.delim2("Exp.txt",check.names=F,as.is=T)
It is excuted but gave me all the NAs. Can you all
drop me a hint?
Thanks
2007 Jul 23
1
(no subject)
Dear Sir/Madam,
I am running a R program for my SNP data. There are some errors when I run
glm model in Hapassoc software, sometimes it is over the memory and
sometimes the matrix is singular. I want to ingore these errors and excute
the next statement. Otherwise, I have a big big trouble. Do you have some
idea about this problem of ingore errors.
Wish to get your help assp.
thanks.
--
Wei
2009 Aug 28
1
extracting pvalues from ttest
...o list,
I have a similar issue as this post
http://tolstoy.newcastle.edu.au/R/e6/help/09/04/11438.html#options2 and I
used the suggestion provided by Jorge with modifications to my data
do.call(c,lapply(your_list_with_the_t_tests,function(x) x$p.value))
but I am getting the following error after excuting the code
B<-by(eo,eo$PlateID, function(.sub) t.test(mcp1~Self_T1D,data=.sub,
na.rm=T)) #ttest platewise
do.call(c,lapply(B, function(x) x$p.value))
Error in do.call(c, lapply(B, function(x) x$p.value)) :
'what' must be a character string or a function
here "B" is equal to...