Build failed in Jenkins: Ocelot ยป emulated #2460

0 views
Skip to first unread message

Ocelot Regression Node 1 (Ubuntu x86-64)

unread,
Jul 6, 2013, 5:08:58โ€ฏAM7/6/13
to gpu-ocelot...@googlegroups.com
See <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/2460/changes>

Changes:

[gregory...@gatech.edu] ENH: Added generic dependence analysis framework.

------------------------------------------
[...truncated 6888 lines...]
gcc -o .debug_build/tests/parboil/common/src/parboil.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/parboil/common/include tests/parboil/common/src/parboil.c
cc1: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C [enabled by default]
tests/parboil/common/src/parboil.c: In function 'pb_FreeParameters':
tests/parboil/common/src/parboil.c:208:10: warning: unused variable 'cpp' [-Wunused-variable]
tests/parboil/common/src/parboil.c: At top level:
tests/parboil/common/src/parboil.c:247:9: warning: missing terminating " character [enabled by default]
tests/parboil/common/src/parboil.c:240:21: warning: 'get_time' defined but not used [-Wunused-function]
gcc -o .debug_build/tests/parboil/common/src/parboil_cuda.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/parboil/common/include tests/parboil/common/src/parboil_cuda.c
cc1: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C [enabled by default]
tests/parboil/common/src/parboil_cuda.c: In function 'pb_FreeParameters':
tests/parboil/common/src/parboil_cuda.c:211:10: warning: unused variable 'cpp' [-Wunused-variable]
tests/parboil/common/src/parboil_cuda.c: In function 'record_async_times':
tests/parboil/common/src/parboil_cuda.c:288:19: warning: unused variable 'timer' [-Wunused-variable]
tests/parboil/common/src/parboil_cuda.c: At top level:
tests/parboil/common/src/parboil_cuda.c:326:9: warning: missing terminating " character [enabled by default]
ar rc .debug_build/tests/parboil/libparboil.a .debug_build/tests/parboil/common/src/parboil.o .debug_build/tests/parboil/common/src/parboil_cuda.o
ranlib .debug_build/tests/parboil/libparboil.a
gcc -o .debug_build/tests/parboil/benchmarks/cutcp/src/cuda/cutcpu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/parboil/common/include -I./tests/parboil/common/include -I./tests/parboil/benchmarks/cutcp/src/cuda/ tests/parboil/benchmarks/cutcp/src/cuda/cutcpu.c
cc1: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C [enabled by default]
tests/parboil/benchmarks/cutcp/src/cuda/cutcpu.c: In function 'cpu_compute_cutoff_potential_lattice':
tests/parboil/benchmarks/cutcp/src/cuda/cutcpu.c:67:21: warning: unused variable 'zmax' [-Wunused-variable]
tests/parboil/benchmarks/cutcp/src/cuda/cutcpu.c:67:15: warning: unused variable 'ymax' [-Wunused-variable]
tests/parboil/benchmarks/cutcp/src/cuda/cutcpu.c:67:9: warning: unused variable 'xmax' [-Wunused-variable]
tests/parboil/benchmarks/cutcp/src/cuda/cutcpu.c:66:21: warning: unused variable 'zmin' [-Wunused-variable]
tests/parboil/benchmarks/cutcp/src/cuda/cutcpu.c:66:15: warning: unused variable 'ymin' [-Wunused-variable]
tests/parboil/benchmarks/cutcp/src/cuda/cutcpu.c:66:9: warning: unused variable 'xmin' [-Wunused-variable]
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/parboil/common/include -I./tests/parboil/benchmarks/cutcp/src/cuda/ tests/parboil/benchmarks/cutcp/src/cuda/cutoff6overlap.cu -cuda -o .debug_build/tests/parboil/benchmarks/cutcp/src/cuda/cutoff6overlap.cu.cpp
g++ -o .debug_build/tests/parboil/benchmarks/bfs/src/cuda/main.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/parboil/common/include -I./tests/parboil/common/include -I./tests/parboil/benchmarks/bfs/src/cuda/ .debug_build/tests/parboil/benchmarks/bfs/src/cuda/main.cu.cpp
tests/parboil/benchmarks/bfs/src/cuda/main.cu: In function 'void runGPU(int, char**)':
tests/parboil/benchmarks/bfs/src/cuda/main.cu:241:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
g++ -o .debug_build/tests/parboil/bfs .debug_build/tests/parboil/benchmarks/bfs/src/cuda/main.cu.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -lGLU -locelot -lGLEW .debug_build/tests/parboil/libparboil.a
gcc -o .debug_build/tests/parboil/benchmarks/cutcp/src/cuda/excl.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/parboil/common/include -I./tests/parboil/common/include -I./tests/parboil/benchmarks/cutcp/src/cuda/ tests/parboil/benchmarks/cutcp/src/cuda/excl.c
cc1: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C [enabled by default]
tests/parboil/benchmarks/cutcp/src/cuda/excl.c: In function 'remove_exclusions':
tests/parboil/benchmarks/cutcp/src/cuda/excl.c:50:9: warning: unused variable 'e' [-Wunused-variable]
tests/parboil/benchmarks/cutcp/src/cuda/excl.c:47:18: warning: variable 'q' set but not used [-Wunused-but-set-variable]
g++ -o .debug_build/tests/parboil/benchmarks/cutcp/src/cuda/cutoff6overlap.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/parboil/common/include -I./tests/parboil/common/include -I./tests/parboil/benchmarks/cutcp/src/cuda/ .debug_build/tests/parboil/benchmarks/cutcp/src/cuda/cutoff6overlap.cu.cpp
gcc -o .debug_build/tests/parboil/benchmarks/cutcp/src/cuda/main.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/parboil/common/include -I./tests/parboil/common/include -I./tests/parboil/benchmarks/cutcp/src/cuda/ tests/parboil/benchmarks/cutcp/src/cuda/main.c
cc1: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C [enabled by default]
tests/parboil/benchmarks/cutcp/src/cuda/main.c: In function 'main':
tests/parboil/benchmarks/cutcp/src/cuda/main.c:101:7: warning: unused variable 'n' [-Wunused-variable]
gcc -o .debug_build/tests/parboil/benchmarks/cutcp/src/cuda/output.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/parboil/common/include -I./tests/parboil/common/include -I./tests/parboil/benchmarks/cutcp/src/cuda/ tests/parboil/benchmarks/cutcp/src/cuda/output.c
cc1: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C [enabled by default]
gcc -o .debug_build/tests/parboil/benchmarks/cutcp/src/cuda/readatom.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/parboil/common/include -I./tests/parboil/common/include -I./tests/parboil/benchmarks/cutcp/src/cuda/ tests/parboil/benchmarks/cutcp/src/cuda/readatom.c
cc1: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C [enabled by default]
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/parboil/common/include -I./tests/parboil/benchmarks/fft/src/cuda/ tests/parboil/benchmarks/fft/src/cuda/fft.cu -cuda -o .debug_build/tests/parboil/benchmarks/fft/src/cuda/fft.cu.cpp
tests/parboil/benchmarks/cutcp/src/cuda/cutoff6overlap.cu: In function 'int gpu_compute_cutoff_potential_lattice6overlap(pb_TimerSet*, Lattice*, float, Atoms*, int)':
tests/parboil/benchmarks/cutcp/src/cuda/cutoff6overlap.cu:497:72: warning: format '%u' expects argument of type 'unsigned int', but argument 2 has type 'long unsigned int' [-Wformat]
tests/parboil/benchmarks/cutcp/src/cuda/cutoff6overlap.cu:507:75: warning: format '%u' expects argument of type 'unsigned int', but argument 2 has type 'long unsigned int' [-Wformat]
g++ -o .debug_build/tests/parboil/cutcp .debug_build/tests/parboil/benchmarks/cutcp/src/cuda/cutcpu.o .debug_build/tests/parboil/benchmarks/cutcp/src/cuda/cutoff6overlap.cu.o .debug_build/tests/parboil/benchmarks/cutcp/src/cuda/excl.o .debug_build/tests/parboil/benchmarks/cutcp/src/cuda/main.o .debug_build/tests/parboil/benchmarks/cutcp/src/cuda/output.o .debug_build/tests/parboil/benchmarks/cutcp/src/cuda/readatom.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -lGLU -locelot -lGLEW .debug_build/tests/parboil/libparboil.a
g++ -o .debug_build/tests/parboil/benchmarks/fft/src/cuda/file.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/parboil/common/include -I./tests/parboil/common/include -I./tests/parboil/benchmarks/fft/src/cuda/ tests/parboil/benchmarks/fft/src/cuda/file.cc
tests/parboil/benchmarks/fft/src/cuda/file.cc: In function 'void inputData(char*, float*, int)':
tests/parboil/benchmarks/fft/src/cuda/file.cc:28:45: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/parboil/common/include -I./tests/parboil/benchmarks/histo/src/cuda/ tests/parboil/benchmarks/histo/src/cuda/histo_final.cu -cuda -o .debug_build/tests/parboil/benchmarks/histo/src/cuda/histo_final.cu.cpp
g++ -o .debug_build/tests/parboil/benchmarks/fft/src/cuda/fft.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/parboil/common/include -I./tests/parboil/common/include -I./tests/parboil/benchmarks/fft/src/cuda/ .debug_build/tests/parboil/benchmarks/fft/src/cuda/fft.cu.cpp
g++ -o .debug_build/tests/parboil/fft .debug_build/tests/parboil/benchmarks/fft/src/cuda/fft.cu.o .debug_build/tests/parboil/benchmarks/fft/src/cuda/file.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -lGLU -locelot -lGLEW .debug_build/tests/parboil/libparboil.a
g++ -o .debug_build/tests/parboil/benchmarks/histo/src/cuda/histo_final.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/parboil/common/include -I./tests/parboil/common/include -I./tests/parboil/benchmarks/histo/src/cuda/ .debug_build/tests/parboil/benchmarks/histo/src/cuda/histo_final.cu.cpp
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/parboil/common/include -I./tests/parboil/benchmarks/histo/src/cuda/ tests/parboil/benchmarks/histo/src/cuda/histo_intermediates.cu -cuda -o .debug_build/tests/parboil/benchmarks/histo/src/cuda/histo_intermediates.cu.cpp
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/parboil/common/include -I./tests/parboil/benchmarks/histo/src/cuda/ tests/parboil/benchmarks/histo/src/cuda/histo_main.cu -cuda -o .debug_build/tests/parboil/benchmarks/histo/src/cuda/histo_main.cu.cpp
g++ -o .debug_build/tests/parboil/benchmarks/histo/src/cuda/histo_intermediates.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/parboil/common/include -I./tests/parboil/common/include -I./tests/parboil/benchmarks/histo/src/cuda/ .debug_build/tests/parboil/benchmarks/histo/src/cuda/histo_intermediates.cu.cpp
g++ -o .debug_build/tests/parboil/benchmarks/histo/src/cuda/histo_main.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/parboil/common/include -I./tests/parboil/common/include -I./tests/parboil/benchmarks/histo/src/cuda/ .debug_build/tests/parboil/benchmarks/histo/src/cuda/histo_main.cu.cpp
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/parboil/common/include -I./tests/parboil/benchmarks/histo/src/cuda/ tests/parboil/benchmarks/histo/src/cuda/histo_prescan.cu -cuda -o .debug_build/tests/parboil/benchmarks/histo/src/cuda/histo_prescan.cu.cpp
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/parboil/common/include -I./tests/parboil/benchmarks/histo/src/cuda/ tests/parboil/benchmarks/histo/src/cuda/main.cu -cuda -o .debug_build/tests/parboil/benchmarks/histo/src/cuda/main.cu.cpp
g++ -o .debug_build/tests/parboil/benchmarks/histo/src/cuda/histo_prescan.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/parboil/common/include -I./tests/parboil/common/include -I./tests/parboil/benchmarks/histo/src/cuda/ .debug_build/tests/parboil/benchmarks/histo/src/cuda/histo_prescan.cu.cpp
g++ -o .debug_build/tests/parboil/benchmarks/histo/src/cuda/main.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/parboil/common/include -I./tests/parboil/common/include -I./tests/parboil/benchmarks/histo/src/cuda/ .debug_build/tests/parboil/benchmarks/histo/src/cuda/main.cu.cpp
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/parboil/common/include -I./tests/parboil/benchmarks/histo/src/cuda/ tests/parboil/benchmarks/histo/src/cuda/util.cu -cuda -o .debug_build/tests/parboil/benchmarks/histo/src/cuda/util.cu.cpp
tests/parboil/benchmarks/histo/src/cuda/main.cu: In function 'int main(int, char**)':
tests/parboil/benchmarks/histo/src/cuda/main.cu:110:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
tests/parboil/benchmarks/histo/src/cuda/main.cu:132:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/parboil/common/include -I./tests/parboil/benchmarks/lbm/src/cuda/ tests/parboil/benchmarks/lbm/src/cuda/main.cu -cuda -o .debug_build/tests/parboil/benchmarks/lbm/src/cuda/main.cu.cpp
g++ -o .debug_build/tests/parboil/benchmarks/histo/src/cuda/util.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/parboil/common/include -I./tests/parboil/common/include -I./tests/parboil/benchmarks/histo/src/cuda/ .debug_build/tests/parboil/benchmarks/histo/src/cuda/util.cu.cpp
g++ -o .debug_build/tests/parboil/benchmarks/lbm/src/cuda/main.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/parboil/common/include -I./tests/parboil/common/include -I./tests/parboil/benchmarks/lbm/src/cuda/ .debug_build/tests/parboil/benchmarks/lbm/src/cuda/main.cu.cpp
g++ -o .debug_build/tests/parboil/histo .debug_build/tests/parboil/benchmarks/histo/src/cuda/histo_final.cu.o .debug_build/tests/parboil/benchmarks/histo/src/cuda/histo_intermediates.cu.o .debug_build/tests/parboil/benchmarks/histo/src/cuda/histo_main.cu.o .debug_build/tests/parboil/benchmarks/histo/src/cuda/histo_prescan.cu.o .debug_build/tests/parboil/benchmarks/histo/src/cuda/main.cu.o .debug_build/tests/parboil/benchmarks/histo/src/cuda/util.cu.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -lGLU -locelot -lGLEW .debug_build/tests/parboil/libparboil.a
tests/parboil/benchmarks/lbm/src/cuda/lbm.cu: In function 'void storeValue(FILE*, float*)':
tests/parboil/benchmarks/lbm/src/cuda/lbm.cu:266:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
tests/parboil/benchmarks/lbm/src/cuda/lbm.cu: In function 'void loadValue(FILE*, float*)':
tests/parboil/benchmarks/lbm/src/cuda/lbm.cu:287:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
g++ -o .debug_build/tests/parboil/benchmarks/mm/src/cuda/io.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/parboil/common/include -I./tests/parboil/common/include -I./tests/parboil/benchmarks/mm/src/cuda/ tests/parboil/benchmarks/mm/src/cuda/io.cc
tests/parboil/benchmarks/lbm/src/cuda/lbm.cu: At global scope:
tests/parboil/benchmarks/lbm/src/cuda/lbm.cu:278:13: warning: 'void loadValue(FILE*, float*)' defined but not used [-Wunused-function]
g++ -o .debug_build/tests/parboil/lbm .debug_build/tests/parboil/benchmarks/lbm/src/cuda/main.cu.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -lGLU -locelot -lGLEW .debug_build/tests/parboil/libparboil.a
tests/parboil/benchmarks/mm/src/cuda/io.cc: In function 'bool writeColMajorMatrixFile(const char*, int, int, std::vector<float>&)':
tests/parboil/benchmarks/mm/src/cuda/io.cc:52:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
tests/parboil/benchmarks/mm/src/cuda/io.cc:50:9: warning: unused variable 'data' [-Wunused-variable]
tests/parboil/benchmarks/mm/src/cuda/io.cc: In function 'bool readColMajorMatrixFile(const char*, int&, int&, std::vector<float>&)':
tests/parboil/benchmarks/mm/src/cuda/io.cc:37:1: warning: control reaches end of non-void function [-Wreturn-type]
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/parboil/common/include -I./tests/parboil/benchmarks/mm/src/cuda/ tests/parboil/benchmarks/mm/src/cuda/main.cu -cuda -o .debug_build/tests/parboil/benchmarks/mm/src/cuda/main.cu.cpp
g++ -o .debug_build/tests/parboil/benchmarks/mri-q/src/cuda/file.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/parboil/common/include -I./tests/parboil/common/include -I./tests/parboil/benchmarks/mri-q/src/cuda/ tests/parboil/benchmarks/mri-q/src/cuda/file.cc
tests/parboil/benchmarks/mri-q/src/cuda/file.cc: In function 'void inputData(char*, int*, int*, float**, float**, float**, float**, float**, float**, float**, float**)':
tests/parboil/benchmarks/mri-q/src/cuda/file.cc:33:38: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
tests/parboil/benchmarks/mri-q/src/cuda/file.cc:35:38: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
tests/parboil/benchmarks/mri-q/src/cuda/file.cc:38:41: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
tests/parboil/benchmarks/mri-q/src/cuda/file.cc:40:41: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
tests/parboil/benchmarks/mri-q/src/cuda/file.cc:42:41: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
tests/parboil/benchmarks/mri-q/src/cuda/file.cc:44:40: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
tests/parboil/benchmarks/mri-q/src/cuda/file.cc:46:40: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
tests/parboil/benchmarks/mri-q/src/cuda/file.cc:48:40: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
tests/parboil/benchmarks/mri-q/src/cuda/file.cc:50:43: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
tests/parboil/benchmarks/mri-q/src/cuda/file.cc:52:43: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/parboil/common/include -I./tests/parboil/benchmarks/mri-q/src/cuda/ tests/parboil/benchmarks/mri-q/src/cuda/main.cu -cuda -o .debug_build/tests/parboil/benchmarks/mri-q/src/cuda/main.cu.cpp
g++ -o .debug_build/tests/parboil/benchmarks/mm/src/cuda/main.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/parboil/common/include -I./tests/parboil/common/include -I./tests/parboil/benchmarks/mm/src/cuda/ .debug_build/tests/parboil/benchmarks/mm/src/cuda/main.cu.cpp
g++ -o .debug_build/tests/parboil/benchmarks/mri-q/src/cuda/main.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/parboil/common/include -I./tests/parboil/common/include -I./tests/parboil/benchmarks/mri-q/src/cuda/ .debug_build/tests/parboil/benchmarks/mri-q/src/cuda/main.cu.cpp
g++ -o .debug_build/tests/parboil/mri-q .debug_build/tests/parboil/benchmarks/mri-q/src/cuda/file.o .debug_build/tests/parboil/benchmarks/mri-q/src/cuda/main.cu.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -lGLU -locelot -lGLEW .debug_build/tests/parboil/libparboil.a
g++ -o .debug_build/tests/parboil/mm .debug_build/tests/parboil/benchmarks/mm/src/cuda/io.o .debug_build/tests/parboil/benchmarks/mm/src/cuda/main.cu.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -lGLU -locelot -lGLEW .debug_build/tests/parboil/libparboil.a
gcc -o .debug_build/tests/parboil/benchmarks/sad/src/cuda/file.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/parboil/common/include -I./tests/parboil/common/include -I./tests/parboil/benchmarks/sad/src/cuda/ tests/parboil/benchmarks/sad/src/cuda/file.c
cc1: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C [enabled by default]
gcc -o .debug_build/tests/parboil/benchmarks/sad/src/cuda/image.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/parboil/common/include -I./tests/parboil/common/include -I./tests/parboil/benchmarks/sad/src/cuda/ tests/parboil/benchmarks/sad/src/cuda/image.c
cc1: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C [enabled by default]
tests/parboil/benchmarks/sad/src/cuda/image.c: In function 'load_image':
tests/parboil/benchmarks/sad/src/cuda/image.c:36:8: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/parboil/common/include -I./tests/parboil/benchmarks/sad/src/cuda/ tests/parboil/benchmarks/sad/src/cuda/largerBlocks.cu -cuda -o .debug_build/tests/parboil/benchmarks/sad/src/cuda/largerBlocks.cu.cpp
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/parboil/common/include -I./tests/parboil/benchmarks/sad/src/cuda/ tests/parboil/benchmarks/sad/src/cuda/main.cu -cuda -o .debug_build/tests/parboil/benchmarks/sad/src/cuda/main.cu.cpp
tests/parboil/benchmarks/sad/src/cuda/main.cu(42): warning: function "load_sads" was declared but never referenced

tests/parboil/benchmarks/sad/src/cuda/main.cu(179): warning: function "write_sads_directly" was declared but never referenced

tests/parboil/benchmarks/sad/src/cuda/main.cu(205): warning: function "print_test_sads" was declared but never referenced

g++ -o .debug_build/tests/parboil/benchmarks/sad/src/cuda/largerBlocks.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/parboil/common/include -I./tests/parboil/common/include -I./tests/parboil/benchmarks/sad/src/cuda/ .debug_build/tests/parboil/benchmarks/sad/src/cuda/largerBlocks.cu.cpp
g++ -o .debug_build/tests/parboil/benchmarks/sad/src/cuda/main.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/parboil/common/include -I./tests/parboil/common/include -I./tests/parboil/benchmarks/sad/src/cuda/ .debug_build/tests/parboil/benchmarks/sad/src/cuda/main.cu.cpp
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/parboil/common/include -I./tests/parboil/benchmarks/sad/src/cuda/ tests/parboil/benchmarks/sad/src/cuda/sad4.cu -cuda -o .debug_build/tests/parboil/benchmarks/sad/src/cuda/sad4.cu.cpp
g++ -o .debug_build/tests/parboil/benchmarks/spmv/src/cuda/file.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/parboil/common/include -I./tests/parboil/common/include -I./tests/parboil/benchmarks/spmv/src/cuda/ tests/parboil/benchmarks/spmv/src/cuda/file.cc
tests/parboil/benchmarks/spmv/src/cuda/file.cc: In function 'void inputData(char*, int*, int*, int*, int*, int*, float**, int**, int**, int**, int**)':
tests/parboil/benchmarks/spmv/src/cuda/file.cc:35:7: warning: unused variable '_pad' [-Wunused-variable]
tests/parboil/benchmarks/spmv/src/cuda/file.cc:31:62: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
tests/parboil/benchmarks/spmv/src/cuda/file.cc:39:45: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
tests/parboil/benchmarks/spmv/src/cuda/file.cc:42:46: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
tests/parboil/benchmarks/spmv/src/cuda/file.cc:45:44: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
tests/parboil/benchmarks/spmv/src/cuda/file.cc:48:43: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
tests/parboil/benchmarks/spmv/src/cuda/file.cc:51:50: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
g++ -o .debug_build/tests/parboil/benchmarks/spmv/src/cuda/gpu_info.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/parboil/common/include -I./tests/parboil/common/include -I./tests/parboil/benchmarks/spmv/src/cuda/ tests/parboil/benchmarks/spmv/src/cuda/gpu_info.cc
tests/parboil/benchmarks/spmv/src/cuda/gpu_info.cc: In function 'void compute_active_thread(unsigned int*, unsigned int*, int, int, int, int, int, int)':
tests/parboil/benchmarks/spmv/src/cuda/gpu_info.cc:24:6: warning: variable 'max_warp' set but not used [-Wunused-but-set-variable]
tests/parboil/benchmarks/spmv/src/cuda/gpu_info.cc:53:6: warning: unused variable 'threads_per_sm' [-Wunused-variable]
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/parboil/common/include -I./tests/parboil/benchmarks/spmv/src/cuda/ tests/parboil/benchmarks/spmv/src/cuda/main.cu -cuda -o .debug_build/tests/parboil/benchmarks/spmv/src/cuda/main.cu.cpp
g++ -o .debug_build/tests/parboil/benchmarks/sad/src/cuda/sad4.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/parboil/common/include -I./tests/parboil/common/include -I./tests/parboil/benchmarks/sad/src/cuda/ .debug_build/tests/parboil/benchmarks/sad/src/cuda/sad4.cu.cpp
g++ -o .debug_build/tests/parboil/benchmarks/spmv/src/cuda/main.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/parboil/common/include -I./tests/parboil/common/include -I./tests/parboil/benchmarks/spmv/src/cuda/ .debug_build/tests/parboil/benchmarks/spmv/src/cuda/main.cu.cpp
g++ -o .debug_build/tests/parboil/sad .debug_build/tests/parboil/benchmarks/sad/src/cuda/file.o .debug_build/tests/parboil/benchmarks/sad/src/cuda/image.o .debug_build/tests/parboil/benchmarks/sad/src/cuda/largerBlocks.cu.o .debug_build/tests/parboil/benchmarks/sad/src/cuda/main.cu.o .debug_build/tests/parboil/benchmarks/sad/src/cuda/sad4.cu.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -lGLU -locelot -lGLEW .debug_build/tests/parboil/libparboil.a
g++ -o .debug_build/tests/parboil/spmv .debug_build/tests/parboil/benchmarks/spmv/src/cuda/file.o .debug_build/tests/parboil/benchmarks/spmv/src/cuda/gpu_info.o .debug_build/tests/parboil/benchmarks/spmv/src/cuda/main.cu.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -lGLU -locelot -lGLEW .debug_build/tests/parboil/libparboil.a
g++ -o .debug_build/tests/parboil/benchmarks/stencil/src/cuda/file.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/parboil/common/include -I./tests/parboil/common/include -I./tests/parboil/benchmarks/stencil/src/cuda/ tests/parboil/benchmarks/stencil/src/cuda/file.cc
tests/parboil/benchmarks/stencil/src/cuda/file.cc: In function 'void inputData(char*, int*, int*, int*)':
tests/parboil/benchmarks/stencil/src/cuda/file.cc:29:32: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
tests/parboil/benchmarks/stencil/src/cuda/file.cc:30:32: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
tests/parboil/benchmarks/stencil/src/cuda/file.cc:31:32: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/parboil/common/include -I./tests/parboil/benchmarks/stencil/src/cuda/ tests/parboil/benchmarks/stencil/src/cuda/main.cu -cuda -o .debug_build/tests/parboil/benchmarks/stencil/src/cuda/main.cu.cpp
g++ -o .debug_build/tests/parboil/benchmarks/tpacf/src/cuda/args.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/parboil/common/include -I./tests/parboil/common/include -I./tests/parboil/benchmarks/tpacf/src/cuda/ tests/parboil/benchmarks/tpacf/src/cuda/args.cc
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/parboil/common/include -I./tests/parboil/benchmarks/tpacf/src/cuda/ tests/parboil/benchmarks/tpacf/src/cuda/main.cu -cuda -o .debug_build/tests/parboil/benchmarks/tpacf/src/cuda/main.cu.cpp
g++ -o .debug_build/tests/parboil/benchmarks/stencil/src/cuda/main.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/parboil/common/include -I./tests/parboil/common/include -I./tests/parboil/benchmarks/stencil/src/cuda/ .debug_build/tests/parboil/benchmarks/stencil/src/cuda/main.cu.cpp
g++ -o .debug_build/tests/parboil/stencil .debug_build/tests/parboil/benchmarks/stencil/src/cuda/file.o .debug_build/tests/parboil/benchmarks/stencil/src/cuda/main.cu.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -lGLU -locelot -lGLEW .debug_build/tests/parboil/libparboil.a
g++ -o .debug_build/tests/parboil/benchmarks/tpacf/src/cuda/main.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/parboil/common/include -I./tests/parboil/common/include -I./tests/parboil/benchmarks/tpacf/src/cuda/ .debug_build/tests/parboil/benchmarks/tpacf/src/cuda/main.cu.cpp
tests/parboil/benchmarks/tpacf/src/cuda/main.cu: In function 'int main(int, char**)':
tests/parboil/benchmarks/tpacf/src/cuda/main.cu:66:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
tests/parboil/benchmarks/tpacf/src/cuda/main.cu:79:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
tests/parboil/benchmarks/tpacf/src/cuda/main.cu:81:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
tests/parboil/benchmarks/tpacf/src/cuda/main.cu:141:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
tests/parboil/benchmarks/tpacf/src/cuda/main.cu:153:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
g++ -o .debug_build/tests/parboil/benchmarks/tpacf/src/cuda/model_io.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/parboil/common/include -I./tests/parboil/common/include -I./tests/parboil/benchmarks/tpacf/src/cuda/ tests/parboil/benchmarks/tpacf/src/cuda/model_io.cc
g++ -o .debug_build/tests/parboil/tpacf .debug_build/tests/parboil/benchmarks/tpacf/src/cuda/args.o .debug_build/tests/parboil/benchmarks/tpacf/src/cuda/main.cu.o .debug_build/tests/parboil/benchmarks/tpacf/src/cuda/model_io.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -lGLU -locelot -lGLEW .debug_build/tests/parboil/libparboil.a
scons -Q mode=debug install=true install_path=<http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/build_root> ocelot tests test_level=full -j2
Build succeeded...

Running Ocelot Unit Tests...
20 out of 20 tests passed.

Passing tests:
(80.608s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/ocelot/TestOptimizations> : Passed
(144.806s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/ocelot/TestParser> : Passed
(0.633s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/ocelot/TestLLVMKernels> : Passed
(0.230s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/ocelot/TestLLVMInstructions> : Passed
(0.237s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/ocelot/TestDeviceSwitching> : Passed
(0.167s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/ocelot/TestCudaSequence> : Passed
(0.221s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/ocelot/TestCudaTextureArray> : Passed
(0.168s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/ocelot/TestCudaGlobals> : Passed
(0.671s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/ocelot/TestCudaMalloc> : Passed
(0.190s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/ocelot/TestExternalFunctions> : Passed
(0.227s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/ocelot/TestIndirectFunctionCall> : Passed
(11.560s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/ocelot/TestPTXAssembly> : Passed
(198.313s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/ocelot/TestPTXToLLVMTranslator> : Passed
(0.439s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/ocelot/TestCudaTexture2D> : Passed
(20.976s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/ocelot/TestLexer> : Passed
(266.499s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/ocelot/TestDataflowGraph> : Passed
(0.204s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/ocelot/TestEmulator> : Passed
(0.206s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/ocelot/TestInstructions> : Passed
(0.197s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/ocelot/TestKernels> : Passed
(0.233s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/ocelot/TestFunctionCall> : Passed



Running CUDA SDK 2.2 Unit Tests...
42 out of 42 tests passed.

Passing tests:
(0.217s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/Template> : Passed
(237.151s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/SobolQRNG> : Passed
(13.892s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/Histogram64> : Passed
(8.875s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/ThreadFenceReduction> : Passed
(147.821s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/BoxFilter> : Passed
(2.349s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/Clock> : Passed
(27.036s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/ConvolutionSeparable> : Passed
(301.600s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/BlackScholes> : Passed
(0.785s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/SimpleAtomicIntrinsics> : Passed
(2013.657s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/MersenneTwister> : Passed
(117.312s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/BicubicTexture> : Passed
(67.906s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/BinomialOptions> : Passed
(366.245s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/Nbody> : Passed
(1.067s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/Bitonic> : Passed
(0.774s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/Transpose> : Passed
(1061.540s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/Mandelbrot> : Passed
(11.665s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/FastWalshTransform> : Passed
(0.236s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/SimpleVoteIntrinsics> : Passed
(586.304s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/RecursiveGaussian> : Passed
(0.453s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/SimpleTemplates> : Passed
(0.604s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/DwtHaar1D> : Passed
(9.347s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/Reduction> : Passed
(1.200s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/BandwidthTest> : Passed
(389.875s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/MonteCarlo> : Passed
(0.216s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/CppIntegration> : Passed
(0.480s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/AsyncAPI> : Passed
(447.585s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/SimpleMultiGPU> : Passed
(3.967s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/ScanLargeArray> : Passed
(24.055s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/ScalarProd> : Passed
(100.353s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/SimpleTexture> : Passed
(26.421s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/Scan> : Passed
(644.879s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/QuasirandomGenerator> : Passed
(0.199s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/DeviceQuery> : Passed
(26.236s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/SimpleZeroCopy> : Passed
(6.618s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/MatrixMul> : Passed
(10.118s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/AlignedTypes> : Passed
(126.875s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/Dct8x8> : Passed
(279.329s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/TransposeNew> : Passed
(253.003s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/ImageDenoising> : Passed
(17.336s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/ConvolutionTexture> : Passed
(19.349s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/Histogram256> : Passed
(2.604s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/SimpleStreams> : Passed



Running CUDA SDK 2.3 Unit Tests...
30 out of 30 tests passed.

Passing tests:
(0.544s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.3/TestThrustZipDot> : Passed
(4.630s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.3/TestSpecialFunctions> : Passed
(0.278s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.3/TestThrustSum> : Passed
(0.425s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.3/TestThrustArbitraryTransform> : Passed
(0.448s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.3/Build> timed out (after 120 minutes). Marking the build as failed.
Terminated
Terminated
Archiving artifacts

Ocelot Regression Node 1 (Ubuntu x86-64)

unread,
Jul 7, 2013, 5:04:55โ€ฏAM7/7/13
to gpu-ocelot...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages