search for: excute

Displaying 20 results from an estimated 121 matches for "excute".

Did you mean: execute
2010 Jun 29
2
EXTLINUX
...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 /mnt/flash" 4) created /mnt/flash/extlinux.conf 5) contents: DEFAULT linux prompt 1 timeout 1200 LABEL linux KERNEL vmlinuz APPEND initrd=initrd.img rw prompt_ramdisk=0 ramdisk_blocksize=1024 ramdisk=2966000 root=/dev/ram0 6) excuted "cat mbr.bin > /dev/sda" 7...
2004 Aug 20
1
[LLVMdev] Re:About the address of Basic Block
...he 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 each basic block in decoder.out/deco...
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
...tock 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: 156.560865 time(s): 2.575476 1.733593e-03 Now, start the actual measurement process. The loop will be excuted in 69 times This will take about one minute. Wait for a while Loop executed for 69 times Gosa : 1.449961e-03 MFLOPS measured : 156.771134 cpu : 59.156498 Score based on Pentium III 600MHz using Fortran 77: 1.911843 and for the same through the plugin we get... Grid-size = M mimax = 128...
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
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: htt...
2003 Dec 02
2
Two questions about the creating new package
...tant vector which record the column names. I hope when the package is loaded, this vector will be loaded without explict writing "data(***)". Therefore the users and other functions can use it. How can I do it? A more generate question is where should I put those R codes which will be excuted after the package is loaded? Thank you very much! Baiyi Song Computer engineering institute Dortmund University
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 function 'bool isAddresTaken(llvm::Value)...
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 x[? ,2] * 5. SUMMARY (1) x[,2] <- x[,...
2005 May 31
1
read.delim2 regarding "#"
...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 in advance. Kevin
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 Guo Department of Statistics The Ohio State University Columbus, Ohio 43210 Tel: 001-614-292-4713(o) e-mail: guowei at stat.osu.edu
2009 Aug 28
1
extracting pvalues from ttest
Hello 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,