search for: randtable

Displaying 15 results from an estimated 15 matches for "randtable".

2008 May 14
3
[LLVMdev] Help needed after hiatus
...te". Now, a test 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&qu...
2005 Dec 26
1
Problem in installatin under Unix
...r 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]: Entering directory `/sw/master/R/R-2.1.0/src/extra/bzip2' make[4]: *** No rule to make target `/usr/include/features.h', needed by `blocksort.o'. Stop. make[4]: Leaving directory `/sw/mast...
2011 Nov 01
1
[LLVMdev] llvm configuration error
...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_dev_makedev': /usr/include/sys/sysmacros.h:56: multiple definition of `...
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
2004 Dec 21
3
[LLVMdev] VC++: Cannot open include file: 'windows.h': No such file or directory
Hi, I cannot find windows either... In previous llvm sources windows.h was found in: 'include/llvm/Config'. ------ Build started: Project: support, Configuration: Release Win32 ------ Compiling... randtable.c c:\projects\src\llvm-1\llvm\lib\Support\bzip2\bzlib.h(117) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory huffman.c ---------------- Henrik. ============================================================= Henrik Bach Open Source Developer e-mail:...
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
2006 Nov 08
1
Building Problem
...`/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] Error 1 gmake[2]: Leaving directory `/usr/local/R_HOME/R-2.4.0/src/e...
2014 Apr 09
1
[LLVMdev] LLVM 3.4 performance regressed?
...crctable.c clang -g -std=c89 -D_GNU_SOURCE -c -emit-llvm -c -o decompress.o -DSPEC_CPU -DNDEBUG decompress.c clang -g -std=c89 -D_GNU_SOURCE -c -emit-llvm -c -o huffman.o -DSPEC_CPU -DNDEBUG huffman.c clang -g -std=c89 -D_GNU_SOURCE -c -emit-llvm -c -o randtable.o -DSPEC_CPU -DNDEBUG randtable.c Once that's done, the Spec "linker" actually calls to a script of mine which uses llvm-link to merge all bitcode files into one, and then calls opt. Ordinarily this opt call would use -simplifycfg -mem2reg <my-passes> At...
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"
...: 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]: Leaving directory `/usr/local/R-2.4.1/src/extra' gmake[1]: *...
2004 Dec 22
0
[LLVMdev] VC++: Cannot open include file: 'windows.h': No such file or directory
...it? You have VC++, right? Henrik Bach wrote: > Hi, > > I cannot find windows either... In previous llvm sources windows.h was > found in: 'include/llvm/Config'. > > ------ Build started: Project: support, Configuration: Release Win32 > ------ > Compiling... > randtable.c > c:\projects\src\llvm-1\llvm\lib\Support\bzip2\bzlib.h(117) : fatal > error C1083: Cannot open include file: 'windows.h': No such file or > directory > huffman.c > ---------------- > > Henrik. > > > =========================================================...
2006 May 18
0
R-devel and PGI 6.0 compile error
...rom ../../../../../src/R-devel/src/extra/bzip2/compress.c making crctable.d from ../../../../../src/R-devel/src/extra/bzip2/crctable.c making decompress.d from .../../../../../src/R-devel/src/extra/bzip2/decompress.cmaking huffman.d from ../../../../../src/R-devel/src/extra/bzip2/huffman.c making randtable.d from .../../../../../src/R-devel/src/extra/bzip2/randtable.c make[4]: Leaving 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' pgcc -I../../../../../src/R-devel/src/extr...
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
...ting 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 blocksort.o gcc -std=gnu99 -I. -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H -fPIC -g -O2 -c b...
2008 Dec 29
0
Serial Correlation Test for Short Time Series
...ting 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 blocksort.o gcc -std=gnu99 -I. -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H -fPIC -g -O2 -c b...