search for: blocksort

Displaying 16 results from an estimated 16 matches for "blocksort".

Did you mean: blocks_ret
2008 May 14
3
[LLVMdev] Help needed after hiatus
...case that previously succeeded fails. I run the following script: #!/bin/sh if [ 1 -ne 0 ] ; then echo -n "ellsif:" /usr/bin/time -f "real %e user %U sys %S" ../elsa/ellsif/ellsif -v -O0 -g -o ellbzip2 -D_FILE_OFFSET_BITS=64 $* bzip2.c crctable.c randtable.c compress.c blocksort.c huffman.c decompress.c bzlib.c if [ $? -ne 0 ] ; then exit $?; fi echo -n "1:"; /usr/bin/time -f "real %e user %U sys %S" ./ellbzip2 -1 < sample1.ref > sample1.rb2 echo -n "2:"; /usr/bin/time -f "real %e user %U sys %S" ./ellbzip2 -2 &l...
2005 Dec 26
1
Problem in installatin under Unix
...X11, tcltk External libraries: Additional capabilities: PNG, JPEG, MBCS, NLS Options enabled: R profiling Recommended packages: yes configure: WARNING: you cannot build info or html versions of the R manuals " Then I launched make but I get this error " making blocksort.d from blocksort.c making bzlib.d from bzlib.c making compress.d from compress.c making crctable.d from crctable.c making decompress.d from decompress.c making huffman.d from huffman.c making randtable.d from randtable.c make[4]: Leaving directory `/sw/master/R/R-2.1.0/src/extra/bzip2' make[4]:...
2011 Nov 01
1
[LLVMdev] llvm configuration error
...ib for that version. For details, plz see http://www.advogato.org/person/redi/diary/228.html. So now I have no problem of using clang to compile a trivial C program of 20 lines. When I tried to compile programs of spec2006, such as bzip2 or mcf, the following erros showed up. clang spec.o blocksort.o bzip2.o bzlib.o compress.o crctable.o decompress.o huffman.o randtable.o -o bzip2 blocksort.o: In function `gnu_dev_major': /usr/include/sys/sysmacros.h:44: multiple definition of `gnu_dev_major' spec.o:/usr/include/sys/sysmacros.h:44: first defined here blocksort.o: In function `gnu_de...
2011 Oct 31
0
[LLVMdev] llvm configuration error
Are you saying this is this the first time you've tried to compile it on the cluster? It's easy to determine if g++ is installed and in the PATH - just get a console on the cluster and type "g++". However, AFAIK cluster nodes are not usually configured for software development, are they? Typically you build your code locally and then job it out to the cluster? Greg
2011 Oct 31
3
[LLVMdev] llvm configuration error
I've compiled llvm several times, but this is the first time I saw this error when I was trying to compile it in a cluster. checking tool compatibility... configure: error: g++|clang++|icc required but not found I am pretty sure g++ is installed and in the path. I then downloaded clang++ binary and set path. The error was still there. OS: opensuse 10.1 gcc, g++ version: 4.2.3 Any idea? Bo
2016 May 30
0
Fwd: Assertion failing on LLVM intrinsics instruction
...air, file /Developer/llvm/lib/Analysis/MemDepPrinter.cpp, line 70. Stack dump: 0. Program arguments: /Developer/llvm/build/bin/opt -aa -aa-eval -basicaa -cfl-aa -external-aa -globals-aa -objc-arc-aa -print-alias-sets -scev-aa -scoped-noalias -tbaa -da -memdep -print-memdeps build_base_yosemite.0000/blocksort.bc -debug-pass=Structure -disable-output -S 1. Running pass 'Function Pass Manager' on module 'build_base_yosemite.0000/blocksort.bc'. 2. Running pass 'Print MemDeps of function' on function '@BZ2_blockSort' Illegal instruction: 4 I was kinda curious about which in...
2006 Nov 08
1
Building Problem
.../R_HOME/R-2.4.0/src/extra/bzip2' gmake[4]: Entering directory `/usr/local/R_HOME/R-2.4.0/src/extra/bzip2' gmake[4]: Leaving directory `/usr/local/R_HOME/R-2.4.0/src/extra/bzip2' gmake[4]: Entering directory `/usr/local/R_HOME/R-2.4.0/src/extra/bzip2' rm -f libbz2.a false cr libbz2.a blocksort.o bzlib.o compress.o crctable.o decompress.o huffman.o randtable.o gmake[4]: *** [libbz2.a] Error 1 gmake[4]: Leaving directory `/usr/local/R_HOME/R-2.4.0/src/extra/bzip2' gmake[3]: *** [R] Error 2 gmake[3]: Leaving directory `/usr/local/R_HOME/R-2.4.0/src/extra/bzip2' gmake[2]: *** [R] Err...
2014 Apr 09
1
[LLVMdev] LLVM 3.4 performance regressed?
...d . \( -name \*.o -o -name '*.fppized.f*' \) -print | xargs rm -rf rm -rf core specmake build 2> make.err | tee make.out clang -g -std=c89 -D_GNU_SOURCE -c -emit-llvm -c -o spec.o -DSPEC_CPU -DNDEBUG spec.c clang -g -std=c89 -D_GNU_SOURCE -c -emit-llvm -c -o blocksort.o -DSPEC_CPU -DNDEBUG blocksort.c clang -g -std=c89 -D_GNU_SOURCE -c -emit-llvm -c -o bzip2.o -DSPEC_CPU -DNDEBUG bzip2.c bzip2.c:487:27: warning: incompatible pointer to integer conversion assigning to 'int' from 'void *' [-Wint-conversi...
2014 Apr 07
4
[LLVMdev] LLVM 3.4 performance regressed?
Hi, It was suggested that I post my question regarding a LLVM 3.4 performance regression to this mailing list, rather than stackoverflow. So here is the link: https://stackoverflow.com/questions/22902034/llvm-3-4-performance-regressed Thanks :) Jens -- Jens Tröger http://savage.light-speed.de/
2007 Jan 31
1
Problems installing R-2.4.1 on Solaris 11 x-86 from source: error in "gmake" after successful "configure"
...tering directory `/usr/local/R-2.4.1/src/extra/bzip2' gmake[4]: Entering directory `/usr/local/R-2.4.1/src/extra/bzip2' gmake[4]: Leaving directory `/usr/local/R-2.4.1/src/extra/bzip2' gmake[4]: Entering directory `/usr/local/R-2.4.1/src/extra/bzip2' rm -f libbz2.a false cr libbz2.a blocksort.o bzlib.o compress.o crctable.o decompress.o huffman.o randtable.o gmake[4]: *** [libbz2.a] Error 1 gmake[4]: Leaving directory `/usr/local/R-2.4.1/src/extra/bzip2' gmake[3]: *** [R] Error 2 gmake[3]: Leaving directory `/usr/local/R-2.4.1/src/extra/bzip2' gmake[2]: *** [R] Error 1 gmake[2]...
2011 Mar 12
0
[LLVMdev] problems when the llvm::ExtractCodeRegion updates the Phi nodes in successors ... is there a method to eliminate phi nodes ?
Hi, I use the llvm::ExtractCodeRegion to extract each loop into a separate function, but I have a problem when I run this on the SPEC CPU 2006 on the 401.bzip2 benchmark. First I use clang -O3 to generate optimized llvm code and then I extract some loops from the module built from blocksort.c source file. The problem is that the PHI nodes contained in the successors of the codeRepl include two or more incoming edges for different blocks contained in the loop. Therefore, when the loop is extracted in the new function, these incoming edges are updated to have an entry from the code...
2006 May 18
0
R-devel and PGI 6.0 compile error
...de' make[2]: Entering directory `/home/mfa/gilp/toolchain/R/clusterPGI/R-devel/src/extra' make[3]: Entering directory `/home/mfa/gilp/toolchain/R/clusterPGI/R-devel/src/extra/bzip2' make[4]: Entering directory `/home/mfa/gilp/toolchain/R/clusterPGI/R-devel/src/extra/bzip2' making blocksort.d from .../../../../../src/R-devel/src/extra/bzip2/blocksort.c making bzlib.d from ../../../../../src/R-devel/src/extra/bzip2/bzlib.c making compress.d from ../../../../../src/R-devel/src/extra/bzip2/compress.c making crctable.d from ../../../../../src/R-devel/src/extra/bzip2/crctable.c making dec...
2005 Apr 22
0
[LLVMdev] tabs
.../ExecutionEngine/Interpreter/ExternalFunctions.cpp Index: lib/ExecutionEngine/Interpreter/Interpreter.cpp Index: lib/ExecutionEngine/Interpreter/Interpreter.h Index: lib/ExecutionEngine/JIT/JITEmitter.cpp Index: lib/Support/Compressor.cpp Index: lib/Support/PluginLoader.cpp Index: lib/Support/bzip2/blocksort.c Index: lib/Support/bzip2/bzlib.c Index: lib/Support/bzip2/compress.c Index: lib/System/ltdl.c Index: lib/System/ltdl.h Index: lib/Target/MRegisterInfo.cpp Index: lib/Target/TargetInstrInfo.cpp Index: lib/Target/TargetSchedInfo.cpp Index: lib/Target/Alpha/AlphaISelPattern.cpp Index: lib/Target/Alp...
2007 May 01
10
Problem with the installation of "install R" on Sun Solaris
An embedded and charset-unspecified text was scrubbed... Name: config.txt Url: https://stat.ethz.ch/pipermail/r-help/attachments/20070501/bdf55878/attachment.txt
2008 Dec 22
1
Error compiling R.2.8.1 with gcc 4.4 on Mac OS 10.5.6
...ke$ make -j4 make[1]: Nothing to be done for `R'. make[1]: Nothing to be done for `R'. make[2]: Nothing to be done for `R'. creating src/scripts/R.fe mkdir ../../bin mkdir ../../include mkdir ../../../include/R_ext making bzlib.d from bzlib.c making bzcompress.d from bzcompress.c making blocksort.d from blocksort.c making crctable.d from crctable.c making decompress.d from decompress.c making huffman.d from huffman.c making randtable.d from randtable.c gcc -std=gnu99 -I. -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H -fPIC -g -O2 -c blocksort.c -o...
2008 Dec 29
0
Serial Correlation Test for Short Time Series
...ke$ make -j4 make[1]: Nothing to be done for `R'. make[1]: Nothing to be done for `R'. make[2]: Nothing to be done for `R'. creating src/scripts/R.fe mkdir ../../bin mkdir ../../include mkdir ../../../include/R_ext making bzlib.d from bzlib.c making bzcompress.d from bzcompress.c making blocksort.d from blocksort.c making crctable.d from crctable.c making decompress.d from decompress.c making huffman.d from huffman.c making randtable.d from randtable.c gcc -std=gnu99 -I. -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H -fPIC -g -O2 -c blocksort.c -o...