search for: performa

Displaying 13 results from an estimated 13 matches for "performa".

Did you mean: perform
2007 Mar 26
1
[LLVMdev] llvm installation failure
...inside my home directory. However, when I did a make install I got the following errors: llvm[3]: Installing Debug Bytecode Archive /lib/libc.a /usr/bin/install: cannot create regular file `/lib/libc.a': Permission denied make[3]: *** [/lib/libc.a] Error 1 make[3]: Leaving directory `/home/performA/users/lefever/testbed-work/llvm-cvs-070325/runtime/GCCLibraries/libc' make[2]: *** [libc/.makeinstall] Error 2 make[2]: Leaving directory `/home/performA/users/lefever/testbed-work/llvm-cvs-070325/runtime/GCCLibraries' make[1]: *** [GCCLibraries/.makeinstall] Error 2 make[1]: Leaving direc...
2007 Aug 22
2
[LLVMdev] llvm-gcc-4.0 compilation erros
...ibstdc++-v3/include/ext/bitmap_allocator.h:722: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://llvm.org/bugs> for instructions. make[3]: *** [bitmap_allocator.lo] Error 1 make[3]: Leaving directory `/home/performA/users/lefever/llvm/cvs-070820/llvm-gcc-4.0_obj/x86_64-unknown-linux-gnu/libstdc++-v3/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/performA/users/lefever/llvm/cvs-070820/llvm-gcc-4.0_obj/x86_64-unknown-linux-gnu/libstdc++-v3' make[1]: *** [all] Error 2 make[1]...
2007 Aug 22
0
[LLVMdev] llvm-gcc-4.0 compilation erros
...locator.h:722: > internal compiler error: Segmentation fault > Please submit a full bug report, > with preprocessed source if appropriate. > See <URL:http://llvm.org/bugs> for instructions. > make[3]: *** [bitmap_allocator.lo] Error 1 > make[3]: Leaving directory > `/home/performA/users/lefever/llvm/cvs-070820/llvm-gcc-4.0_obj/x86_64-unknown-linux-gnu/libstdc++-v3/src' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory > `/home/performA/users/lefever/llvm/cvs-070820/llvm-gcc-4.0_obj/x86_64-unknown-linux-gnu/libstdc++-v3' > make[1]: *** [a...
2007 Aug 22
1
[LLVMdev] llvm-gcc-4.0 compilation erros
...t;internal compiler error: Segmentation fault >>Please submit a full bug report, >>with preprocessed source if appropriate. >>See <URL:http://llvm.org/bugs> for instructions. >>make[3]: *** [bitmap_allocator.lo] Error 1 >>make[3]: Leaving directory >>`/home/performA/users/lefever/llvm/cvs-070820/llvm-gcc-4.0_obj/x86_64-unknown-linux-gnu/libstdc++-v3/src' >>make[2]: *** [all-recursive] Error 1 >>make[2]: Leaving directory >>`/home/performA/users/lefever/llvm/cvs-070820/llvm-gcc-4.0_obj/x86_64-unknown-linux-gnu/libstdc++-v3' >>mak...
2010 Jul 16
2
aggregate(...) with multiple functions
hi all - i'm just wondering what sort of code people write to essentially performa an aggregate call, but with different functions being applied to the various columns. for example, if i have a data frame x and would like to marginalize by a factor f for the rows, but apply mean() to col1 and median() to col2. if i wanted to apply mean() to both columns, i would call: aggregat...
2002 Nov 27
1
Domain Admins?
...nf with "domain admin group" and "domain admin users" including: 1. domain admin group = @domadm 2. domain admin group = root @domadm 3. domain admin group = @domadm domain admin users = root For the record I'm it's a brand new "stable" installation on a Performa 6400/180, the Windows machine is running win2k professional with all updates from windows update. I doubt that hardware makes a difference, but if you need to know, ask. Sorry if this has been long winded, I appreciate any help anybody can offer. Lastly, let me say I'm very impressed by Debian...
2013 Sep 29
9
DomU vs Dom0 performance.
Hi, I have been doing some diskIO bench-marking of dom0 and domU (HVM). I ran into an issue where domU performed better than dom0. So I ran few experiments to check if it is just diskIO performance. I have an archlinux (kernel 3.5.0) + xen 4.2.2) installed on a Intel Core i7 Q720 machine. I have also installed archlinux (kernel 3.5.0) in domU running on this machine. The domU runs with 8 vcpus. I have alloted both dom0 and domu 4096M ram. I performed following experiments to compare the...
2015 Nov 09
11
Rsync and differential Backups
...n additionally specify a backup suffix using the --suffix option (otherwise the files backed up in the specified directory will keep their original filenames). .... ################### Then at this point, I can perform a full backup copying base dir after last incremental. I can performa an incremental backup saving change on a specified destdir (using --backup-dir). How I can perform a diff backup? I know that rsync check differences using "the base dir". This dir have "the same content" of backupped source. To make incremental, this base is used. Supposin...
2009 Apr 03
2
[LLVMdev] GSoC 2009 application
...e profiling is costly so shall be applied only on the HOT code regions. b.A loop transformation pass to use this information to speculatively parallelize the loop. I aim to use the copy or discrad model [1] for speculative paralleliztion. c.a loop transformation pass to use profile information to performa strip mining and loop peeling. Maybes: a. Partial dead code ellimination,partial redundancy ellimination , conditional branch ellimination [2] Roadmap: April 20 - May 23 -- Familiasing with the LLVM system and the cuurent Loop passes implemented., reading the papers and forming a prelimnary cod...
2005 Oct 16
2
Pass variable to context (NOT macro)
Hi, Is there anyway to pass a variable from one context to another (NOT macro and NOT global) Regards __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com
2009 Apr 03
0
[LLVMdev] GSoC 2009 application
...e applied only on the HOT code regions. > > b.A loop transformation pass to use this information to > speculatively parallelize the loop. I aim to use the copy or discrad > model [1] for speculative paralleliztion. > > c.a loop transformation pass to use profile information to performa > strip mining and loop peeling. > > Maybes: > > a. Partial dead code ellimination,partial redundancy ellimination , > conditional branch ellimination [2] > > Roadmap: > > April 20 - May 23 -- Familiasing with the LLVM system and the > cuurent Loop passes impl...
2009 Mar 27
0
[LLVMdev] GSoC 2009 application
Hello, Kshitiz > I was interested in taking up the project ideas on adding profile driven > optimization passes and improving alias analysis as this would give me a > chance to carry forward and improve my current work and also contribute > significantly in terms of tangibles. This sounds like a great idea. LLVM definitely lacks some profile-driven optimizations. -- With best
2009 Mar 26
2
[LLVMdev] GSoC 2009 application
Hello, I am a final semester Dual Degree( B.Tech. M.Tech.) student from Indian Institute of Technology, Kanpur. I was looking forward to participate in this year's GSoC 2009.Starting Fall 2009 i shall be pursuing a Phd in compilers. I am having a good background in compilers. My current masters thesis is aimed at automatic parallel code from c programs target for the Cell Processor using