Build failed in Jenkins: Ocelot ยป emulated #2387

1 view
Skip to first unread message

Ocelot Regression Node 1 (Ubuntu x86-64)

unread,
May 19, 2013, 11:17:43โ€ฏPM5/19/13
to gpu-ocelot...@googlegroups.com
See <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/2387/changes>

Changes:

[soluss...@gmail.com] BUG: Added missing call from cudaDeviceGetAttribute to runtime.

------------------------------------------
[...truncated 5672 lines...]
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/ConvolutionFFT2D/convolutionFFT2D.cu -cuda -o .debug_build/tests/cuda2.2/tests/ConvolutionFFT2D/convolutionFFT2D.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Clock/clock.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/Clock/clock.cu.cpp
tests/cuda2.2/tests/Clock/clock.cu: In function 'int main(int, char**)':
tests/cuda2.2/tests/Clock/clock.cu:120:40: warning: format '%d' expects argument of type 'int', but argument 2 has type 'clock_t {aka long int}' [-Wformat]
g++ -o .debug_build/tests/cuda2.2/Clock .debug_build/tests/cuda2.2/tests/Clock/clock.cu.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
g++ -o .debug_build/tests/cuda2.2/tests/ConvolutionFFT2D/convolutionFFT2D_gold.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/ConvolutionFFT2D/convolutionFFT2D_gold.cpp
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/ConvolutionSeparable/convolutionSeparable.cu -cuda -o .debug_build/tests/cuda2.2/tests/ConvolutionSeparable/convolutionSeparable.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/ConvolutionFFT2D/convolutionFFT2D.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/ConvolutionFFT2D/convolutionFFT2D.cu.cpp
tests/cuda2.2/tests/ConvolutionFFT2D/convolutionFFT2D.cu: In function 'int calculateFFTsize(int)':
tests/cuda2.2/tests/ConvolutionFFT2D/convolutionFFT2D.cu:116:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
g++ -o .debug_build/tests/cuda2.2/ConvolutionFFT2D .debug_build/tests/cuda2.2/tests/ConvolutionFFT2D/convolutionFFT2D.cu.o .debug_build/tests/cuda2.2/tests/ConvolutionFFT2D/convolutionFFT2D_gold.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lcufft -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
/usr/bin/ld: warning: libcudart.so.5.0, needed by /usr/local/cuda/lib64/libcufft.so, not found (try using -rpath or -rpath-link)
g++ -o .debug_build/tests/cuda2.2/tests/ConvolutionSeparable/convolutionSeparable_gold.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/ConvolutionSeparable/convolutionSeparable_gold.cpp
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/ConvolutionTexture/convolutionTexture.cu -cuda -o .debug_build/tests/cuda2.2/tests/ConvolutionTexture/convolutionTexture.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/ConvolutionSeparable/convolutionSeparable.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/ConvolutionSeparable/convolutionSeparable.cu.cpp
g++ -o .debug_build/tests/cuda2.2/ConvolutionSeparable .debug_build/tests/cuda2.2/tests/ConvolutionSeparable/convolutionSeparable.cu.o .debug_build/tests/cuda2.2/tests/ConvolutionSeparable/convolutionSeparable_gold.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
g++ -o .debug_build/tests/cuda2.2/tests/ConvolutionTexture/convolutionTexture_gold.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/ConvolutionTexture/convolutionTexture_gold.cpp
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/CppIntegration/cppIntegration.cu -cuda -o .debug_build/tests/cuda2.2/tests/CppIntegration/cppIntegration.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/ConvolutionTexture/convolutionTexture.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/ConvolutionTexture/convolutionTexture.cu.cpp
g++ -o .debug_build/tests/cuda2.2/ConvolutionTexture .debug_build/tests/cuda2.2/tests/ConvolutionTexture/convolutionTexture.cu.o .debug_build/tests/cuda2.2/tests/ConvolutionTexture/convolutionTexture_gold.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
g++ -o .debug_build/tests/cuda2.2/tests/CppIntegration/cppIntegration.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/CppIntegration/cppIntegration.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/CppIntegration/cppIntegration_gold.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/CppIntegration/cppIntegration_gold.cpp
g++ -o .debug_build/tests/cuda2.2/tests/CppIntegration/main.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/CppIntegration/main.cpp
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Dct8x8/dct8x8.cu -cuda -o .debug_build/tests/cuda2.2/tests/Dct8x8/dct8x8.cu.cpp
g++ -o .debug_build/tests/cuda2.2/CppIntegration .debug_build/tests/cuda2.2/tests/CppIntegration/cppIntegration.cu.o .debug_build/tests/cuda2.2/tests/CppIntegration/cppIntegration_gold.o .debug_build/tests/cuda2.2/tests/CppIntegration/main.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
g++ -o .debug_build/tests/cuda2.2/tests/Dct8x8/DCT8x8_Gold.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Dct8x8/DCT8x8_Gold.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Dct8x8/BmpUtil.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Dct8x8/BmpUtil.cpp
tests/cuda2.2/tests/Dct8x8/BmpUtil.cpp: In function 'void LoadBmpAsGray(char*, int, ROI, byte*)':
tests/cuda2.2/tests/Dct8x8/BmpUtil.cpp:339:50: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
tests/cuda2.2/tests/Dct8x8/BmpUtil.cpp:340:50: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
tests/cuda2.2/tests/Dct8x8/BmpUtil.cpp:347:23: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
tests/cuda2.2/tests/Dct8x8/BmpUtil.cpp:348:23: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
tests/cuda2.2/tests/Dct8x8/BmpUtil.cpp:349:23: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
tests/cuda2.2/tests/Dct8x8/BmpUtil.cpp: In function 'int PreLoadBmp(char*, int*, int*)':
tests/cuda2.2/tests/Dct8x8/BmpUtil.cpp:294:50: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
tests/cuda2.2/tests/Dct8x8/BmpUtil.cpp:301: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/cuda2.2/tests/DeviceQuery/deviceQuery.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/DeviceQuery/deviceQuery.cpp
tests/cuda2.2/tests/DeviceQuery/deviceQuery.cpp: In function 'int main(int, char**)':
tests/cuda2.2/tests/DeviceQuery/deviceQuery.cpp:109:104: warning: format '%u' expects argument of type 'unsigned int', but argument 2 has type 'size_t {aka long unsigned int}' [-Wformat]
tests/cuda2.2/tests/DeviceQuery/deviceQuery.cpp:114:103: warning: format '%u' expects argument of type 'unsigned int', but argument 2 has type 'size_t {aka long unsigned int}' [-Wformat]
tests/cuda2.2/tests/DeviceQuery/deviceQuery.cpp:115:107: warning: format '%u' expects argument of type 'unsigned int', but argument 2 has type 'size_t {aka long unsigned int}' [-Wformat]
tests/cuda2.2/tests/DeviceQuery/deviceQuery.cpp:127:98: warning: format '%u' expects argument of type 'unsigned int', but argument 2 has type 'size_t {aka long unsigned int}' [-Wformat]
tests/cuda2.2/tests/DeviceQuery/deviceQuery.cpp:128:106: warning: format '%u' expects argument of type 'unsigned int', but argument 2 has type 'size_t {aka long unsigned int}' [-Wformat]
g++ -o .debug_build/tests/cuda2.2/DeviceQuery .debug_build/tests/cuda2.2/tests/DeviceQuery/deviceQuery.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/DwtHaar1D/dwtHaar1D.cu -cuda -o .debug_build/tests/cuda2.2/tests/DwtHaar1D/dwtHaar1D.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Dct8x8/dct8x8.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/Dct8x8/dct8x8.cu.cpp
tests/cuda2.2/tests/Dct8x8/dct8x8.cu: In function 'int main(int, char**)':
tests/cuda2.2/tests/Dct8x8/dct8x8.cu:561:7: warning: unused variable 'TimeGold1' [-Wunused-variable]
tests/cuda2.2/tests/Dct8x8/dct8x8.cu:565:7: warning: unused variable 'TimeGold2' [-Wunused-variable]
g++ -o .debug_build/tests/cuda2.2/Dct8x8 .debug_build/tests/cuda2.2/tests/Dct8x8/dct8x8.cu.o .debug_build/tests/cuda2.2/tests/Dct8x8/DCT8x8_Gold.o .debug_build/tests/cuda2.2/tests/Dct8x8/BmpUtil.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
g++ -o .debug_build/tests/cuda2.2/tests/DwtHaar1D/dwtHaar1D.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/DwtHaar1D/dwtHaar1D.cu.cpp
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Dxtc/tests.cu -cuda -o .debug_build/tests/cuda2.2/tests/Dxtc/tests.cu.cpp
tests/cuda2.2/tests/DwtHaar1D/dwtHaar1D.cu: In function 'CUTBoolean getLevels(unsigned int, unsigned int*)':
tests/cuda2.2/tests/DwtHaar1D/dwtHaar1D.cu:404:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
g++ -o .debug_build/tests/cuda2.2/DwtHaar1D .debug_build/tests/cuda2.2/tests/DwtHaar1D/dwtHaar1D.cu.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Dxtc/dxtc.cu -cuda -o .debug_build/tests/cuda2.2/tests/Dxtc/dxtc.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Dxtc/tests.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/Dxtc/tests.cu.cpp
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Eigenvalues/main.cu -cuda -o .debug_build/tests/cuda2.2/tests/Eigenvalues/main.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Dxtc/dxtc.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/Dxtc/dxtc.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Eigenvalues/main.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/Eigenvalues/main.cu.cpp
g++ -o .debug_build/tests/cuda2.2/Dxtc .debug_build/tests/cuda2.2/tests/Dxtc/tests.cu.o .debug_build/tests/cuda2.2/tests/Dxtc/dxtc.cu.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
g++ -o .debug_build/tests/cuda2.2/tests/Eigenvalues/matlab.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Eigenvalues/matlab.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Eigenvalues/gerschgorin.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Eigenvalues/gerschgorin.cpp
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Eigenvalues/bisect_large.cu -cuda -o .debug_build/tests/cuda2.2/tests/Eigenvalues/bisect_large.cu.cpp
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Eigenvalues/bisect_small.cu -cuda -o .debug_build/tests/cuda2.2/tests/Eigenvalues/bisect_small.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Eigenvalues/bisect_small.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/Eigenvalues/bisect_small.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Eigenvalues/bisect_large.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/Eigenvalues/bisect_large.cu.cpp
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/FluidsGL/fluidsGL.cu -cuda -o .debug_build/tests/cuda2.2/tests/FluidsGL/fluidsGL.cu.cpp
g++ -o .debug_build/tests/cuda2.2/Eigenvalues .debug_build/tests/cuda2.2/tests/Eigenvalues/main.cu.o .debug_build/tests/cuda2.2/tests/Eigenvalues/matlab.o .debug_build/tests/cuda2.2/tests/Eigenvalues/gerschgorin.o .debug_build/tests/cuda2.2/tests/Eigenvalues/bisect_large.cu.o .debug_build/tests/cuda2.2/tests/Eigenvalues/bisect_small.cu.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/FastWalshTransform/fastWalshTransform.cu -cuda -o .debug_build/tests/cuda2.2/tests/FastWalshTransform/fastWalshTransform.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/FluidsGL/fluidsGL.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/FluidsGL/fluidsGL.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/FastWalshTransform/fastWalshTransform.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/FastWalshTransform/fastWalshTransform.cu.cpp
g++ -o .debug_build/tests/cuda2.2/FluidsGL .debug_build/tests/cuda2.2/tests/FluidsGL/fluidsGL.cu.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lcufft -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
g++ -o .debug_build/tests/cuda2.2/tests/FastWalshTransform/fastWalshTransform_gold.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/FastWalshTransform/fastWalshTransform_gold.cpp
g++ -o .debug_build/tests/cuda2.2/FastWalshTransform .debug_build/tests/cuda2.2/tests/FastWalshTransform/fastWalshTransform.cu.o .debug_build/tests/cuda2.2/tests/FastWalshTransform/fastWalshTransform_gold.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
/usr/bin/ld: warning: libcudart.so.5.0, needed by /usr/local/cuda/lib64/libcufft.so, not found (try using -rpath or -rpath-link)
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Histogram256/histogram256_SM10.cu -cuda -o .debug_build/tests/cuda2.2/tests/Histogram256/histogram256_SM10.cu.cpp
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Histogram256/histogram256_SM11.cu -cuda -o .debug_build/tests/cuda2.2/tests/Histogram256/histogram256_SM11.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Histogram256/histogram256_SM10.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/Histogram256/histogram256_SM10.cu.cpp
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Histogram256/histogram256_SM12.cu -cuda -o .debug_build/tests/cuda2.2/tests/Histogram256/histogram256_SM12.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Histogram256/histogram256_SM11.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/Histogram256/histogram256_SM11.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Histogram256/histogram256_gold.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Histogram256/histogram256_gold.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Histogram256/histogram256.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Histogram256/histogram256.cpp
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Histogram64/histogram64.cu -cuda -o .debug_build/tests/cuda2.2/tests/Histogram64/histogram64.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Histogram256/histogram256_SM12.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/Histogram256/histogram256_SM12.cu.cpp
g++ -o .debug_build/tests/cuda2.2/Histogram256 .debug_build/tests/cuda2.2/tests/Histogram256/histogram256_SM10.cu.o .debug_build/tests/cuda2.2/tests/Histogram256/histogram256_SM11.cu.o .debug_build/tests/cuda2.2/tests/Histogram256/histogram256_SM12.cu.o .debug_build/tests/cuda2.2/tests/Histogram256/histogram256_gold.o .debug_build/tests/cuda2.2/tests/Histogram256/histogram256.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
g++ -o .debug_build/tests/cuda2.2/tests/Histogram64/histogram64_gold.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Histogram64/histogram64_gold.cpp
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/ImageDenoising/imageDenoising.cu -cuda -o .debug_build/tests/cuda2.2/tests/ImageDenoising/imageDenoising.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Histogram64/histogram64.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/Histogram64/histogram64.cu.cpp
g++ -o .debug_build/tests/cuda2.2/Histogram64 .debug_build/tests/cuda2.2/tests/Histogram64/histogram64.cu.o .debug_build/tests/cuda2.2/tests/Histogram64/histogram64_gold.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
g++ -o .debug_build/tests/cuda2.2/tests/ImageDenoising/bmploader.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/ImageDenoising/bmploader.cpp
tests/cuda2.2/tests/ImageDenoising/bmploader.cpp: In function 'void LoadBMPFile(uchar4**, int*, int*, const char*)':
tests/cuda2.2/tests/ImageDenoising/bmploader.cpp:96:36: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
tests/cuda2.2/tests/ImageDenoising/bmploader.cpp:101:44: 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/cuda2.2/tests/ImageDenoising/imageDenoisingGL.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/ImageDenoising/imageDenoisingGL.cpp
tests/cuda2.2/tests/ImageDenoising/imageDenoisingGL.cpp:70:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
tests/cuda2.2/tests/ImageDenoising/imageDenoisingGL.cpp:78:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
tests/cuda2.2/tests/ImageDenoising/imageDenoisingGL.cpp:78:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
tests/cuda2.2/tests/ImageDenoising/imageDenoisingGL.cpp:78:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
tests/cuda2.2/tests/ImageDenoising/imageDenoisingGL.cpp:78:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
g++ -o .debug_build/tests/cuda2.2/tests/Mandelbrot/Mandelbrot.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Mandelbrot/Mandelbrot.cpp
tests/cuda2.2/tests/Mandelbrot/Mandelbrot.cpp:139:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
g++ -o .debug_build/tests/cuda2.2/tests/ImageDenoising/imageDenoising.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/ImageDenoising/imageDenoising.cu.cpp
tests/cuda2.2/tests/Mandelbrot/Mandelbrot.cpp: In function 'void keyboardFunc(unsigned char, int, int)':
tests/cuda2.2/tests/Mandelbrot/Mandelbrot.cpp:585:28: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
tests/cuda2.2/tests/Mandelbrot/Mandelbrot.cpp:639:85: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
tests/cuda2.2/tests/Mandelbrot/Mandelbrot.cpp: In function 'void startJulia(char*)':
tests/cuda2.2/tests/Mandelbrot/Mandelbrot.cpp:200:84: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Mandelbrot/Mandelbrot_sm10.cu -cuda -o .debug_build/tests/cuda2.2/tests/Mandelbrot/Mandelbrot_sm10.cu.cpp
g++ -o .debug_build/tests/cuda2.2/ImageDenoising .debug_build/tests/cuda2.2/tests/ImageDenoising/imageDenoising.cu.o .debug_build/tests/cuda2.2/tests/ImageDenoising/bmploader.o .debug_build/tests/cuda2.2/tests/ImageDenoising/imageDenoisingGL.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Mandelbrot/Mandelbrot_sm13.cu -cuda -o .debug_build/tests/cuda2.2/tests/Mandelbrot/Mandelbrot_sm13.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Mandelbrot/Mandelbrot_sm10.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/Mandelbrot/Mandelbrot_sm10.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Mandelbrot/Mandelbrot_gold.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Mandelbrot/Mandelbrot_gold.cpp
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/UnstructuredMandelbrot/Mandelbrot_sm10.cu -cuda -o .debug_build/tests/cuda2.2/tests/UnstructuredMandelbrot/Mandelbrot_sm10.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Mandelbrot/Mandelbrot_sm13.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/Mandelbrot/Mandelbrot_sm13.cu.cpp
g++ -o .debug_build/tests/cuda2.2/Mandelbrot .debug_build/tests/cuda2.2/tests/Mandelbrot/Mandelbrot.o .debug_build/tests/cuda2.2/tests/Mandelbrot/Mandelbrot_sm10.cu.o .debug_build/tests/cuda2.2/tests/Mandelbrot/Mandelbrot_sm13.cu.o .debug_build/tests/cuda2.2/tests/Mandelbrot/Mandelbrot_gold.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/UnstructuredMandelbrot/Mandelbrot_sm13.cu -cuda -o .debug_build/tests/cuda2.2/tests/UnstructuredMandelbrot/Mandelbrot_sm13.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/UnstructuredMandelbrot/Mandelbrot_sm10.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/UnstructuredMandelbrot/Mandelbrot_sm10.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/UnstructuredMandelbrot/Mandelbrot.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/UnstructuredMandelbrot/Mandelbrot.cpp
tests/cuda2.2/tests/UnstructuredMandelbrot/Mandelbrot.cpp:139:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
tests/cuda2.2/tests/UnstructuredMandelbrot/Mandelbrot.cpp: In function 'void keyboardFunc(unsigned char, int, int)':
tests/cuda2.2/tests/UnstructuredMandelbrot/Mandelbrot.cpp:585:28: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
tests/cuda2.2/tests/UnstructuredMandelbrot/Mandelbrot.cpp:639:85: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
tests/cuda2.2/tests/UnstructuredMandelbrot/Mandelbrot.cpp: In function 'void startJulia(char*)':
tests/cuda2.2/tests/UnstructuredMandelbrot/Mandelbrot.cpp:200:84: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
g++ -o .debug_build/tests/cuda2.2/tests/UnstructuredMandelbrot/Mandelbrot_gold.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/UnstructuredMandelbrot/Mandelbrot_gold.cpp
g++ -o .debug_build/tests/cuda2.2/tests/UnstructuredMandelbrot/Mandelbrot_sm13.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/UnstructuredMandelbrot/Mandelbrot_sm13.cu.cpp
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/MatrixMul/matrixMul.cu -cuda -o .debug_build/tests/cuda2.2/tests/MatrixMul/matrixMul.cu.cpp
g++ -o .debug_build/tests/cuda2.2/UnstructuredMandelbrot .debug_build/tests/cuda2.2/tests/UnstructuredMandelbrot/Mandelbrot_sm10.cu.o .debug_build/tests/cuda2.2/tests/UnstructuredMandelbrot/Mandelbrot_sm13.cu.o .debug_build/tests/cuda2.2/tests/UnstructuredMandelbrot/Mandelbrot.o .debug_build/tests/cuda2.2/tests/UnstructuredMandelbrot/Mandelbrot_gold.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
g++ -o .debug_build/tests/cuda2.2/tests/MatrixMul/matrixMul_gold.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/MatrixMul/matrixMul_gold.cpp
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/MersenneTwister/MersenneTwister.cu -cuda -o .debug_build/tests/cuda2.2/tests/MersenneTwister/MersenneTwister.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/MatrixMul/matrixMul.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/MatrixMul/matrixMul.cu.cpp
g++ -o .debug_build/tests/cuda2.2/MatrixMul .debug_build/tests/cuda2.2/tests/MatrixMul/matrixMul.cu.o .debug_build/tests/cuda2.2/tests/MatrixMul/matrixMul_gold.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
g++ -o .debug_build/tests/cuda2.2/tests/MersenneTwister/MersenneTwister_gold.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/MersenneTwister/MersenneTwister_gold.cpp
g++ -o .debug_build/tests/cuda2.2/tests/MersenneTwister/MersenneTwister.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/MersenneTwister/MersenneTwister.cu.cpp
gcc -o .debug_build/tests/cuda2.2/tests/MersenneTwister/genmtrand.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/MersenneTwister/genmtrand.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/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/MonteCarlo/MonteCarlo_SM13.cu -cuda -o .debug_build/tests/cuda2.2/tests/MonteCarlo/MonteCarlo_SM13.cu.cpp
g++ -o .debug_build/tests/cuda2.2/MersenneTwister .debug_build/tests/cuda2.2/tests/MersenneTwister/MersenneTwister.cu.o .debug_build/tests/cuda2.2/tests/MersenneTwister/MersenneTwister_gold.o .debug_build/tests/cuda2.2/tests/MersenneTwister/genmtrand.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/MonteCarlo/MonteCarlo_SM10.cu -cuda -o .debug_build/tests/cuda2.2/tests/MonteCarlo/MonteCarlo_SM10.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/MonteCarlo/MonteCarlo_SM13.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/MonteCarlo/MonteCarlo_SM13.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/MonteCarlo/MonteCarlo_gold.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/MonteCarlo/MonteCarlo_gold.cpp
g++ -o .debug_build/tests/cuda2.2/tests/MonteCarlo/MonteCarlo.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/MonteCarlo/MonteCarlo.cpp
g++ -o .debug_build/tests/cuda2.2/tests/MonteCarlo/MonteCarlo_SM10.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/MonteCarlo/MonteCarlo_SM10.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Nbody/nbody.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Nbody/nbody.cpp
g++ -o .debug_build/tests/cuda2.2/MonteCarlo .debug_build/tests/cuda2.2/tests/MonteCarlo/MonteCarlo_SM13.cu.o .debug_build/tests/cuda2.2/tests/MonteCarlo/MonteCarlo_SM10.cu.o .debug_build/tests/cuda2.2/tests/MonteCarlo/MonteCarlo_gold.o .debug_build/tests/cuda2.2/tests/MonteCarlo/MonteCarlo.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
tests/cuda2.2/tests/Nbody/nbody.cpp: In function 'void initGL()':
tests/cuda2.2/tests/Nbody/nbody.cpp:255:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Nbody/bodysystemcuda.cu -cuda -o .debug_build/tests/cuda2.2/tests/Nbody/bodysystemcuda.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Nbody/bodysystemcpu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Nbody/bodysystemcpu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Nbody/bodysystemcuda-host.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Nbody/bodysystemcuda-host.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Nbody/nbody_gold.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Nbody/nbody_gold.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Nbody/render_particles.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Nbody/render_particles.cpp
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/OceanFFT/oceanFFT_kernel.cu -cuda -o .debug_build/tests/cuda2.2/tests/OceanFFT/oceanFFT_kernel.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Nbody/bodysystemcuda.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/Nbody/bodysystemcuda.cu.cpp
g++ -o .debug_build/tests/cuda2.2/Nbody .debug_build/tests/cuda2.2/tests/Nbody/nbody.o .debug_build/tests/cuda2.2/tests/Nbody/bodysystemcuda.cu.o .debug_build/tests/cuda2.2/tests/Nbody/bodysystemcpu.o .debug_build/tests/cuda2.2/tests/Nbody/bodysystemcuda-host.o .debug_build/tests/cuda2.2/tests/Nbody/nbody_gold.o .debug_build/tests/cuda2.2/tests/Nbody/render_particles.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
g++ -o .debug_build/tests/cuda2.2/tests/OceanFFT/oceanFFT.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/OceanFFT/oceanFFT.cpp
tests/cuda2.2/tests/OceanFFT/oceanFFT.cpp: In function 'void runCudaTest(bool)':
tests/cuda2.2/tests/OceanFFT/oceanFFT.cpp:484:92: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
tests/cuda2.2/tests/OceanFFT/oceanFFT.cpp:496:84: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
tests/cuda2.2/tests/OceanFFT/oceanFFT.cpp: In function 'int attachShader(GLuint, GLenum, const char*)':
tests/cuda2.2/tests/OceanFFT/oceanFFT.cpp:877:39: 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/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Particles/particleSystem.cu -cuda -o .debug_build/tests/cuda2.2/tests/Particles/particleSystem.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/OceanFFT/oceanFFT_kernel.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/OceanFFT/oceanFFT_kernel.cu.cpp
g++ -o .debug_build/tests/cuda2.2/OceanFFT .debug_build/tests/cuda2.2/tests/OceanFFT/oceanFFT_kernel.cu.o .debug_build/tests/cuda2.2/tests/OceanFFT/oceanFFT.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lcufft -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
/usr/bin/ld: warning: libcudart.so.5.0, needed by /usr/local/cuda/lib64/libcufft.so, not found (try using -rpath or -rpath-link)
g++ -o .debug_build/tests/cuda2.2/tests/Particles/particles.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Particles/particles.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Particles/particleSystem-host.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Particles/particleSystem-host.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Particles/particleSystem.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/Particles/particleSystem.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Particles/render_particles.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Particles/render_particles.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Particles/shaders.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Particles/shaders.cpp
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/PostProcessGL/postProcessGL.cu -cuda -o .debug_build/tests/cuda2.2/tests/PostProcessGL/postProcessGL.cu.cpp
g++ -o .debug_build/tests/cuda2.2/Particles .debug_build/tests/cuda2.2/tests/Particles/particleSystem.cu.o .debug_build/tests/cuda2.2/tests/Particles/particles.o .debug_build/tests/cuda2.2/tests/Particles/particleSystem-host.o .debug_build/tests/cuda2.2/tests/Particles/render_particles.o .debug_build/tests/cuda2.2/tests/Particles/shaders.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
g++ -o .debug_build/tests/cuda2.2/tests/PostProcessGL/main.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/PostProcessGL/main.cpp
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/QuasirandomGenerator/quasirandomGenerator_SM13.cu -cuda -o .debug_build/tests/cuda2.2/tests/QuasirandomGenerator/quasirandomGenerator_SM13.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/PostProcessGL/postProcessGL.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/PostProcessGL/postProcessGL.cu.cpp
g++ -o .debug_build/tests/cuda2.2/PostProcessGL .debug_build/tests/cuda2.2/tests/PostProcessGL/postProcessGL.cu.o .debug_build/tests/cuda2.2/tests/PostProcessGL/main.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/QuasirandomGenerator/quasirandomGenerator_SM10.cu -cuda -o .debug_build/tests/cuda2.2/tests/QuasirandomGenerator/quasirandomGenerator_SM10.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/QuasirandomGenerator/quasirandomGenerator_SM13.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/QuasirandomGenerator/quasirandomGenerator_SM13.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/QuasirandomGenerator/quasirandomGenerator_gold.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/QuasirandomGenerator/quasirandomGenerator_gold.cpp
g++ -o .debug_build/tests/cuda2.2/tests/QuasirandomGenerator/quasirandomGenerator.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/QuasirandomGenerator/quasirandomGenerator.cpp
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/RecursiveGaussian/recursiveGaussian.cu -cuda -o .debug_build/tests/cuda2.2/tests/RecursiveGaussian/recursiveGaussian.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/QuasirandomGenerator/quasirandomGenerator_SM10.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/QuasirandomGenerator/quasirandomGenerator_SM10.cu.cpp
g++ -o .debug_build/tests/cuda2.2/QuasirandomGenerator .debug_build/tests/cuda2.2/tests/QuasirandomGenerator/quasirandomGenerator_SM13.cu.o .debug_build/tests/cuda2.2/tests/QuasirandomGenerator/quasirandomGenerator_SM10.cu.o .debug_build/tests/cuda2.2/tests/QuasirandomGenerator/quasirandomGenerator_gold.o .debug_build/tests/cuda2.2/tests/QuasirandomGenerator/quasirandomGenerator.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
g++ -o .debug_build/tests/cuda2.2/tests/RecursiveGaussian/recursiveGaussian-host.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/RecursiveGaussian/recursiveGaussian-host.cpp
tests/cuda2.2/tests/RecursiveGaussian/recursiveGaussian-host.cpp:96:24: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Reduction/reduction_kernel_sm13.cu -cuda -o .debug_build/tests/cuda2.2/tests/Reduction/reduction_kernel_sm13.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/RecursiveGaussian/recursiveGaussian.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/RecursiveGaussian/recursiveGaussian.cu.cpp
g++ -o .debug_build/tests/cuda2.2/RecursiveGaussian .debug_build/tests/cuda2.2/tests/RecursiveGaussian/recursiveGaussian.cu.o .debug_build/tests/cuda2.2/tests/RecursiveGaussian/recursiveGaussian-host.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Reduction/reduction_kernel_sm10.cu -cuda -o .debug_build/tests/cuda2.2/tests/Reduction/reduction_kernel_sm10.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Reduction/reduction_kernel_sm13.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/Reduction/reduction_kernel_sm13.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Reduction/reduction_kernel_sm10.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/Reduction/reduction_kernel_sm10.cu.cpp
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Reduction/reduction.cu -cuda -o .debug_build/tests/cuda2.2/tests/Reduction/reduction.cu.cpp
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/ScalarProd/scalarProd.cu -cuda -o .debug_build/tests/cuda2.2/tests/ScalarProd/scalarProd.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Reduction/reduction.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/Reduction/reduction.cu.cpp
tests/cuda2.2/tests/Reduction/reduction.cu: In instantiation of 'void runTest(int, char**, ReduceType) [with T = int]':
tests/cuda2.2/tests/Reduction/reduction.cu:154:36: required from here
tests/cuda2.2/tests/Reduction/reduction.cu:532:1: warning: format '%f' expects argument of type 'double', but argument 2 has type 'int' [-Wformat]
tests/cuda2.2/tests/Reduction/reduction.cu:533:1: warning: format '%f' expects argument of type 'double', but argument 2 has type 'int' [-Wformat]
tests/cuda2.2/tests/Reduction/reduction.cu: In instantiation of 'void runTest(int, char**, ReduceType) [with T = float]':
tests/cuda2.2/tests/Reduction/reduction.cu:157:38: required from here
tests/cuda2.2/tests/Reduction/reduction.cu:525:1: warning: format '%d' expects argument of type 'int', but argument 2 has type 'double' [-Wformat]
tests/cuda2.2/tests/Reduction/reduction.cu:526:1: warning: format '%d' expects argument of type 'int', but argument 2 has type 'double' [-Wformat]
tests/cuda2.2/tests/Reduction/reduction.cu: In instantiation of 'void runTest(int, char**, ReduceType) [with T = double]':
tests/cuda2.2/tests/Reduction/reduction.cu:160:39: required from here
tests/cuda2.2/tests/Reduction/reduction.cu:525:1: warning: format '%d' expects argument of type 'int', but argument 2 has type 'double' [-Wformat]
tests/cuda2.2/tests/Reduction/reduction.cu:526:1: warning: format '%d' expects argument of type 'int', but argument 2 has type 'double' [-Wformat]
g++ -o .debug_build/tests/cuda2.2/Reduction .debug_build/tests/cuda2.2/tests/Reduction/reduction_kernel_sm13.cu.o .debug_build/tests/cuda2.2/tests/Reduction/reduction_kernel_sm10.cu.o .debug_build/tests/cuda2.2/tests/Reduction/reduction.cu.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
g++ -o .debug_build/tests/cuda2.2/tests/ScalarProd/scalarProd.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/ScalarProd/scalarProd.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/ScalarProd/scalarProd_gold.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/ScalarProd/scalarProd_gold.cpp
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Scan/scan.cu -cuda -o .debug_build/tests/cuda2.2/tests/Scan/scan.cu.cpp
g++ -o .debug_build/tests/cuda2.2/ScalarProd .debug_build/tests/cuda2.2/tests/ScalarProd/scalarProd.cu.o .debug_build/tests/cuda2.2/tests/ScalarProd/scalarProd_gold.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
g++ -o .debug_build/tests/cuda2.2/tests/Scan/scan_gold.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Scan/scan_gold.cpp
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/ScanLargeArray/scanLargeArray.cu -cuda -o .debug_build/tests/cuda2.2/tests/ScanLargeArray/scanLargeArray.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Scan/scan.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/Scan/scan.cu.cpp
g++ -o .debug_build/tests/cuda2.2/Scan .debug_build/tests/cuda2.2/tests/Scan/scan.cu.o .debug_build/tests/cuda2.2/tests/Scan/scan_gold.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
g++ -o .debug_build/tests/cuda2.2/tests/ScanLargeArray/scanLargeArray.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/ScanLargeArray/scanLargeArray.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/ScanLargeArray/scan_gold.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/ScanLargeArray/scan_gold.cpp
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/SimpleAtomicIntrinsics/simpleAtomicIntrinsics.cu -cuda -o .debug_build/tests/cuda2.2/tests/SimpleAtomicIntrinsics/simpleAtomicIntrinsics.cu.cpp
g++ -o .debug_build/tests/cuda2.2/ScanLargeArray .debug_build/tests/cuda2.2/tests/ScanLargeArray/scanLargeArray.cu.o .debug_build/tests/cuda2.2/tests/ScanLargeArray/scan_gold.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
g++ -o .debug_build/tests/cuda2.2/tests/SimpleAtomicIntrinsics/simpleAtomicIntrinsics_gold.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/SimpleAtomicIntrinsics/simpleAtomicIntrinsics_gold.cpp
gcc -o .debug_build/tests/cuda2.2/tests/SimpleCUBLAS/simpleCUBLAS.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/SimpleCUBLAS/simpleCUBLAS.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/cuda2.2/SimpleCUBLAS .debug_build/tests/cuda2.2/tests/SimpleCUBLAS/simpleCUBLAS.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lcublas -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
/usr/bin/ld: warning: libcudart.so.5.0, needed by /usr/local/cuda/lib64/libcublas.so, not found (try using -rpath or -rpath-link)
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/SimpleCUFFT/simpleCUFFT.cu -cuda -o .debug_build/tests/cuda2.2/tests/SimpleCUFFT/simpleCUFFT.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/SimpleAtomicIntrinsics/simpleAtomicIntrinsics.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/SimpleAtomicIntrinsics/simpleAtomicIntrinsics.cu.cpp
g++ -o .debug_build/tests/cuda2.2/SimpleAtomicIntrinsics .debug_build/tests/cuda2.2/tests/SimpleAtomicIntrinsics/simpleAtomicIntrinsics.cu.o .debug_build/tests/cuda2.2/tests/SimpleAtomicIntrinsics/simpleAtomicIntrinsics_gold.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/SimpleGL/simpleGL_kernel.cu -cuda -o .debug_build/tests/cuda2.2/tests/SimpleGL/simpleGL_kernel.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/SimpleCUFFT/simpleCUFFT.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/SimpleCUFFT/simpleCUFFT.cu.cpp
g++ -o .debug_build/tests/cuda2.2/SimpleCUFFT .debug_build/tests/cuda2.2/tests/SimpleCUFFT/simpleCUFFT.cu.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lcufft -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
/usr/bin/ld: warning: libcudart.so.5.0, needed by /usr/local/cuda/lib64/libcufft.so, not found (try using -rpath or -rpath-link)
g++ -o .debug_build/tests/cuda2.2/tests/SimpleGL/simpleGL.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/SimpleGL/simpleGL.cpp
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/SimpleMultiGPU/simpleMultiGPU_kernel.cu -cuda -o .debug_build/tests/cuda2.2/tests/SimpleMultiGPU/simpleMultiGPU_kernel.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/SimpleGL/simpleGL_kernel.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/SimpleGL/simpleGL_kernel.cu.cpp
g++ -o .debug_build/tests/cuda2.2/SimpleGL .debug_build/tests/cuda2.2/tests/SimpleGL/simpleGL_kernel.cu.o .debug_build/tests/cuda2.2/tests/SimpleGL/simpleGL.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
g++ -o .debug_build/tests/cuda2.2/tests/SimpleMultiGPU/simpleMultiGPU.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/SimpleMultiGPU/simpleMultiGPU.cpp
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/SimpleStreams/simpleStreams.cu -cuda -o .debug_build/tests/cuda2.2/tests/SimpleStreams/simpleStreams.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/SimpleMultiGPU/simpleMultiGPU_kernel.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/SimpleMultiGPU/simpleMultiGPU_kernel.cu.cpp
g++ -o .debug_build/tests/cuda2.2/SimpleMultiGPU .debug_build/tests/cuda2.2/tests/SimpleMultiGPU/simpleMultiGPU_kernel.cu.o .debug_build/tests/cuda2.2/tests/SimpleMultiGPU/simpleMultiGPU.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
/usr/bin/ld: .debug_build/tests/cuda2.2/libsdk2_2.a(multithreading.o): undefined reference to symbol 'pthread_cancel@@GLIBC_2.2.5'
/usr/bin/ld: note: 'pthread_cancel@@GLIBC_2.2.5' is defined in DSO /lib/x86_64-linux-gnu/libpthread.so.0 so try adding it to the linker command line
/lib/x86_64-linux-gnu/libpthread.so.0: could not read symbols: Invalid operation
collect2: error: ld returned 1 exit status
scons: *** [.debug_build/tests/cuda2.2/SimpleMultiGPU] Error 1
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 failed...
Build step 'Execute shell' marked build as failure
Archiving artifacts

Ocelot Regression Node 1 (Ubuntu x86-64)

unread,
May 20, 2013, 2:16:48โ€ฏAM5/20/13
to gpu-ocelot...@googlegroups.com
See <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/2388/>

------------------------------------------
[...truncated 5673 lines...]
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/ConvolutionFFT2D/convolutionFFT2D.cu -cuda -o .debug_build/tests/cuda2.2/tests/ConvolutionFFT2D/convolutionFFT2D.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Clock/clock.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/Clock/clock.cu.cpp
tests/cuda2.2/tests/Clock/clock.cu: In function 'int main(int, char**)':
tests/cuda2.2/tests/Clock/clock.cu:120:40: warning: format '%d' expects argument of type 'int', but argument 2 has type 'clock_t {aka long int}' [-Wformat]
g++ -o .debug_build/tests/cuda2.2/Clock .debug_build/tests/cuda2.2/tests/Clock/clock.cu.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
g++ -o .debug_build/tests/cuda2.2/tests/ConvolutionFFT2D/convolutionFFT2D.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/ConvolutionFFT2D/convolutionFFT2D.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/ConvolutionFFT2D/convolutionFFT2D_gold.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/ConvolutionFFT2D/convolutionFFT2D_gold.cpp
tests/cuda2.2/tests/ConvolutionFFT2D/convolutionFFT2D.cu: In function 'int calculateFFTsize(int)':
tests/cuda2.2/tests/ConvolutionFFT2D/convolutionFFT2D.cu:116:15: 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/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/ConvolutionSeparable/convolutionSeparable.cu -cuda -o .debug_build/tests/cuda2.2/tests/ConvolutionSeparable/convolutionSeparable.cu.cpp
g++ -o .debug_build/tests/cuda2.2/ConvolutionFFT2D .debug_build/tests/cuda2.2/tests/ConvolutionFFT2D/convolutionFFT2D.cu.o .debug_build/tests/cuda2.2/tests/ConvolutionFFT2D/convolutionFFT2D_gold.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lcufft -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
/usr/bin/ld: warning: libcudart.so.5.0, needed by /usr/local/cuda/lib64/libcufft.so, not found (try using -rpath or -rpath-link)
g++ -o .debug_build/tests/cuda2.2/tests/ConvolutionSeparable/convolutionSeparable_gold.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/ConvolutionSeparable/convolutionSeparable_gold.cpp
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/ConvolutionTexture/convolutionTexture.cu -cuda -o .debug_build/tests/cuda2.2/tests/ConvolutionTexture/convolutionTexture.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/ConvolutionSeparable/convolutionSeparable.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/ConvolutionSeparable/convolutionSeparable.cu.cpp
g++ -o .debug_build/tests/cuda2.2/ConvolutionSeparable .debug_build/tests/cuda2.2/tests/ConvolutionSeparable/convolutionSeparable.cu.o .debug_build/tests/cuda2.2/tests/ConvolutionSeparable/convolutionSeparable_gold.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
g++ -o .debug_build/tests/cuda2.2/tests/ConvolutionTexture/convolutionTexture.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/ConvolutionTexture/convolutionTexture.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/ConvolutionTexture/convolutionTexture_gold.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/ConvolutionTexture/convolutionTexture_gold.cpp
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/CppIntegration/cppIntegration.cu -cuda -o .debug_build/tests/cuda2.2/tests/CppIntegration/cppIntegration.cu.cpp
g++ -o .debug_build/tests/cuda2.2/ConvolutionTexture .debug_build/tests/cuda2.2/tests/ConvolutionTexture/convolutionTexture.cu.o .debug_build/tests/cuda2.2/tests/ConvolutionTexture/convolutionTexture_gold.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
g++ -o .debug_build/tests/cuda2.2/tests/CppIntegration/cppIntegration_gold.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/CppIntegration/cppIntegration_gold.cpp
g++ -o .debug_build/tests/cuda2.2/tests/CppIntegration/main.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/CppIntegration/main.cpp
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Dct8x8/dct8x8.cu -cuda -o .debug_build/tests/cuda2.2/tests/Dct8x8/dct8x8.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/CppIntegration/cppIntegration.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/CppIntegration/cppIntegration.cu.cpp
g++ -o .debug_build/tests/cuda2.2/CppIntegration .debug_build/tests/cuda2.2/tests/CppIntegration/cppIntegration.cu.o .debug_build/tests/cuda2.2/tests/CppIntegration/cppIntegration_gold.o .debug_build/tests/cuda2.2/tests/CppIntegration/main.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
g++ -o .debug_build/tests/cuda2.2/tests/Dct8x8/DCT8x8_Gold.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Dct8x8/DCT8x8_Gold.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Dct8x8/BmpUtil.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Dct8x8/BmpUtil.cpp
tests/cuda2.2/tests/Dct8x8/BmpUtil.cpp: In function 'void LoadBmpAsGray(char*, int, ROI, byte*)':
tests/cuda2.2/tests/Dct8x8/BmpUtil.cpp:339:50: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
tests/cuda2.2/tests/Dct8x8/BmpUtil.cpp:340:50: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
tests/cuda2.2/tests/Dct8x8/BmpUtil.cpp:347:23: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
tests/cuda2.2/tests/Dct8x8/BmpUtil.cpp:348:23: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
tests/cuda2.2/tests/Dct8x8/BmpUtil.cpp:349:23: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
tests/cuda2.2/tests/Dct8x8/BmpUtil.cpp: In function 'int PreLoadBmp(char*, int*, int*)':
tests/cuda2.2/tests/Dct8x8/BmpUtil.cpp:294:50: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
tests/cuda2.2/tests/Dct8x8/BmpUtil.cpp:301: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/cuda2.2/tests/DeviceQuery/deviceQuery.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/DeviceQuery/deviceQuery.cpp
tests/cuda2.2/tests/DeviceQuery/deviceQuery.cpp: In function 'int main(int, char**)':
tests/cuda2.2/tests/DeviceQuery/deviceQuery.cpp:109:104: warning: format '%u' expects argument of type 'unsigned int', but argument 2 has type 'size_t {aka long unsigned int}' [-Wformat]
tests/cuda2.2/tests/DeviceQuery/deviceQuery.cpp:114:103: warning: format '%u' expects argument of type 'unsigned int', but argument 2 has type 'size_t {aka long unsigned int}' [-Wformat]
tests/cuda2.2/tests/DeviceQuery/deviceQuery.cpp:115:107: warning: format '%u' expects argument of type 'unsigned int', but argument 2 has type 'size_t {aka long unsigned int}' [-Wformat]
tests/cuda2.2/tests/DeviceQuery/deviceQuery.cpp:127:98: warning: format '%u' expects argument of type 'unsigned int', but argument 2 has type 'size_t {aka long unsigned int}' [-Wformat]
tests/cuda2.2/tests/DeviceQuery/deviceQuery.cpp:128:106: warning: format '%u' expects argument of type 'unsigned int', but argument 2 has type 'size_t {aka long unsigned int}' [-Wformat]
g++ -o .debug_build/tests/cuda2.2/DeviceQuery .debug_build/tests/cuda2.2/tests/DeviceQuery/deviceQuery.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
g++ -o .debug_build/tests/cuda2.2/tests/Dct8x8/dct8x8.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/Dct8x8/dct8x8.cu.cpp
tests/cuda2.2/tests/Dct8x8/dct8x8.cu: In function 'int main(int, char**)':
tests/cuda2.2/tests/Dct8x8/dct8x8.cu:561:7: warning: unused variable 'TimeGold1' [-Wunused-variable]
tests/cuda2.2/tests/Dct8x8/dct8x8.cu:565:7: warning: unused variable 'TimeGold2' [-Wunused-variable]
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/DwtHaar1D/dwtHaar1D.cu -cuda -o .debug_build/tests/cuda2.2/tests/DwtHaar1D/dwtHaar1D.cu.cpp
g++ -o .debug_build/tests/cuda2.2/Dct8x8 .debug_build/tests/cuda2.2/tests/Dct8x8/dct8x8.cu.o .debug_build/tests/cuda2.2/tests/Dct8x8/DCT8x8_Gold.o .debug_build/tests/cuda2.2/tests/Dct8x8/BmpUtil.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Dxtc/tests.cu -cuda -o .debug_build/tests/cuda2.2/tests/Dxtc/tests.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/DwtHaar1D/dwtHaar1D.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/DwtHaar1D/dwtHaar1D.cu.cpp
tests/cuda2.2/tests/DwtHaar1D/dwtHaar1D.cu: In function 'CUTBoolean getLevels(unsigned int, unsigned int*)':
tests/cuda2.2/tests/DwtHaar1D/dwtHaar1D.cu:404:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
g++ -o .debug_build/tests/cuda2.2/DwtHaar1D .debug_build/tests/cuda2.2/tests/DwtHaar1D/dwtHaar1D.cu.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
g++ -o .debug_build/tests/cuda2.2/tests/Dxtc/tests.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/Dxtc/tests.cu.cpp
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Dxtc/dxtc.cu -cuda -o .debug_build/tests/cuda2.2/tests/Dxtc/dxtc.cu.cpp
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Eigenvalues/main.cu -cuda -o .debug_build/tests/cuda2.2/tests/Eigenvalues/main.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Eigenvalues/main.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/Eigenvalues/main.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Eigenvalues/matlab.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Eigenvalues/matlab.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Dxtc/dxtc.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/Dxtc/dxtc.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Eigenvalues/gerschgorin.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Eigenvalues/gerschgorin.cpp
g++ -o .debug_build/tests/cuda2.2/Dxtc .debug_build/tests/cuda2.2/tests/Dxtc/tests.cu.o .debug_build/tests/cuda2.2/tests/Dxtc/dxtc.cu.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Eigenvalues/bisect_large.cu -cuda -o .debug_build/tests/cuda2.2/tests/Eigenvalues/bisect_large.cu.cpp
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Eigenvalues/bisect_small.cu -cuda -o .debug_build/tests/cuda2.2/tests/Eigenvalues/bisect_small.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Eigenvalues/bisect_large.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/Eigenvalues/bisect_large.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Eigenvalues/bisect_small.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/Eigenvalues/bisect_small.cu.cpp
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/FluidsGL/fluidsGL.cu -cuda -o .debug_build/tests/cuda2.2/tests/FluidsGL/fluidsGL.cu.cpp
g++ -o .debug_build/tests/cuda2.2/Eigenvalues .debug_build/tests/cuda2.2/tests/Eigenvalues/main.cu.o .debug_build/tests/cuda2.2/tests/Eigenvalues/matlab.o .debug_build/tests/cuda2.2/tests/Eigenvalues/gerschgorin.o .debug_build/tests/cuda2.2/tests/Eigenvalues/bisect_large.cu.o .debug_build/tests/cuda2.2/tests/Eigenvalues/bisect_small.cu.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/FastWalshTransform/fastWalshTransform.cu -cuda -o .debug_build/tests/cuda2.2/tests/FastWalshTransform/fastWalshTransform.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/FluidsGL/fluidsGL.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/FluidsGL/fluidsGL.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/FastWalshTransform/fastWalshTransform.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/FastWalshTransform/fastWalshTransform.cu.cpp
g++ -o .debug_build/tests/cuda2.2/FluidsGL .debug_build/tests/cuda2.2/tests/FluidsGL/fluidsGL.cu.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lcufft -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
g++ -o .debug_build/tests/cuda2.2/tests/FastWalshTransform/fastWalshTransform_gold.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/FastWalshTransform/fastWalshTransform_gold.cpp
g++ -o .debug_build/tests/cuda2.2/FastWalshTransform .debug_build/tests/cuda2.2/tests/FastWalshTransform/fastWalshTransform.cu.o .debug_build/tests/cuda2.2/tests/FastWalshTransform/fastWalshTransform_gold.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
/usr/bin/ld: warning: libcudart.so.5.0, needed by /usr/local/cuda/lib64/libcufft.so, not found (try using -rpath or -rpath-link)
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Histogram256/histogram256_SM10.cu -cuda -o .debug_build/tests/cuda2.2/tests/Histogram256/histogram256_SM10.cu.cpp
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Histogram256/histogram256_SM11.cu -cuda -o .debug_build/tests/cuda2.2/tests/Histogram256/histogram256_SM11.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Histogram256/histogram256_SM10.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/Histogram256/histogram256_SM10.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Histogram256/histogram256_SM11.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/Histogram256/histogram256_SM11.cu.cpp
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Histogram256/histogram256_SM12.cu -cuda -o .debug_build/tests/cuda2.2/tests/Histogram256/histogram256_SM12.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Histogram256/histogram256_gold.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Histogram256/histogram256_gold.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Histogram256/histogram256.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Histogram256/histogram256.cpp
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Histogram64/histogram64.cu -cuda -o .debug_build/tests/cuda2.2/tests/Histogram64/histogram64.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Histogram256/histogram256_SM12.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/Histogram256/histogram256_SM12.cu.cpp
g++ -o .debug_build/tests/cuda2.2/Histogram256 .debug_build/tests/cuda2.2/tests/Histogram256/histogram256_SM10.cu.o .debug_build/tests/cuda2.2/tests/Histogram256/histogram256_SM11.cu.o .debug_build/tests/cuda2.2/tests/Histogram256/histogram256_SM12.cu.o .debug_build/tests/cuda2.2/tests/Histogram256/histogram256_gold.o .debug_build/tests/cuda2.2/tests/Histogram256/histogram256.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
g++ -o .debug_build/tests/cuda2.2/tests/Histogram64/histogram64.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/Histogram64/histogram64.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Histogram64/histogram64_gold.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Histogram64/histogram64_gold.cpp
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/ImageDenoising/imageDenoising.cu -cuda -o .debug_build/tests/cuda2.2/tests/ImageDenoising/imageDenoising.cu.cpp
g++ -o .debug_build/tests/cuda2.2/Histogram64 .debug_build/tests/cuda2.2/tests/Histogram64/histogram64.cu.o .debug_build/tests/cuda2.2/tests/Histogram64/histogram64_gold.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
g++ -o .debug_build/tests/cuda2.2/tests/ImageDenoising/bmploader.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/ImageDenoising/bmploader.cpp
tests/cuda2.2/tests/ImageDenoising/bmploader.cpp: In function 'void LoadBMPFile(uchar4**, int*, int*, const char*)':
tests/cuda2.2/tests/ImageDenoising/bmploader.cpp:96:36: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
tests/cuda2.2/tests/ImageDenoising/bmploader.cpp:101:44: 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/cuda2.2/tests/ImageDenoising/imageDenoisingGL.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/ImageDenoising/imageDenoisingGL.cpp
tests/cuda2.2/tests/ImageDenoising/imageDenoisingGL.cpp:70:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
tests/cuda2.2/tests/ImageDenoising/imageDenoisingGL.cpp:78:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
tests/cuda2.2/tests/ImageDenoising/imageDenoisingGL.cpp:78:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
tests/cuda2.2/tests/ImageDenoising/imageDenoisingGL.cpp:78:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
tests/cuda2.2/tests/ImageDenoising/imageDenoisingGL.cpp:78:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
g++ -o .debug_build/tests/cuda2.2/tests/Mandelbrot/Mandelbrot.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Mandelbrot/Mandelbrot.cpp
tests/cuda2.2/tests/Mandelbrot/Mandelbrot.cpp:139:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
g++ -o .debug_build/tests/cuda2.2/tests/MersenneTwister/MersenneTwister.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/MersenneTwister/MersenneTwister.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/MersenneTwister/MersenneTwister_gold.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/MersenneTwister/MersenneTwister_gold.cpp
gcc -o .debug_build/tests/cuda2.2/tests/MersenneTwister/genmtrand.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/MersenneTwister/genmtrand.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/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/MonteCarlo/MonteCarlo_SM13.cu -cuda -o .debug_build/tests/cuda2.2/tests/MonteCarlo/MonteCarlo_SM13.cu.cpp
g++ -o .debug_build/tests/cuda2.2/MersenneTwister .debug_build/tests/cuda2.2/tests/MersenneTwister/MersenneTwister.cu.o .debug_build/tests/cuda2.2/tests/MersenneTwister/MersenneTwister_gold.o .debug_build/tests/cuda2.2/tests/MersenneTwister/genmtrand.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/MonteCarlo/MonteCarlo_SM10.cu -cuda -o .debug_build/tests/cuda2.2/tests/MonteCarlo/MonteCarlo_SM10.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/MonteCarlo/MonteCarlo_SM13.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/MonteCarlo/MonteCarlo_SM13.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/MonteCarlo/MonteCarlo_gold.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/MonteCarlo/MonteCarlo_gold.cpp
g++ -o .debug_build/tests/cuda2.2/tests/MonteCarlo/MonteCarlo_SM10.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/MonteCarlo/MonteCarlo_SM10.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/MonteCarlo/MonteCarlo.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/MonteCarlo/MonteCarlo.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Nbody/nbody.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Nbody/nbody.cpp
g++ -o .debug_build/tests/cuda2.2/MonteCarlo .debug_build/tests/cuda2.2/tests/MonteCarlo/MonteCarlo_SM13.cu.o .debug_build/tests/cuda2.2/tests/MonteCarlo/MonteCarlo_SM10.cu.o .debug_build/tests/cuda2.2/tests/MonteCarlo/MonteCarlo_gold.o .debug_build/tests/cuda2.2/tests/MonteCarlo/MonteCarlo.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
tests/cuda2.2/tests/Nbody/nbody.cpp: In function 'void initGL()':
tests/cuda2.2/tests/Nbody/nbody.cpp:255:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Nbody/bodysystemcuda.cu -cuda -o .debug_build/tests/cuda2.2/tests/Nbody/bodysystemcuda.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Nbody/bodysystemcpu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Nbody/bodysystemcpu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Nbody/bodysystemcuda-host.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Nbody/bodysystemcuda-host.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Nbody/nbody_gold.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Nbody/nbody_gold.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Nbody/render_particles.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Nbody/render_particles.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Nbody/bodysystemcuda.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/Nbody/bodysystemcuda.cu.cpp
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/OceanFFT/oceanFFT_kernel.cu -cuda -o .debug_build/tests/cuda2.2/tests/OceanFFT/oceanFFT_kernel.cu.cpp
g++ -o .debug_build/tests/cuda2.2/Nbody .debug_build/tests/cuda2.2/tests/Nbody/nbody.o .debug_build/tests/cuda2.2/tests/Nbody/bodysystemcuda.cu.o .debug_build/tests/cuda2.2/tests/Nbody/bodysystemcpu.o .debug_build/tests/cuda2.2/tests/Nbody/bodysystemcuda-host.o .debug_build/tests/cuda2.2/tests/Nbody/nbody_gold.o .debug_build/tests/cuda2.2/tests/Nbody/render_particles.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
g++ -o .debug_build/tests/cuda2.2/tests/OceanFFT/oceanFFT.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/OceanFFT/oceanFFT.cpp
tests/cuda2.2/tests/OceanFFT/oceanFFT.cpp: In function 'void runCudaTest(bool)':
tests/cuda2.2/tests/OceanFFT/oceanFFT.cpp:484:92: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
tests/cuda2.2/tests/OceanFFT/oceanFFT.cpp:496:84: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
tests/cuda2.2/tests/OceanFFT/oceanFFT.cpp: In function 'int attachShader(GLuint, GLenum, const char*)':
tests/cuda2.2/tests/OceanFFT/oceanFFT.cpp:877:39: 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/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Particles/particleSystem.cu -cuda -o .debug_build/tests/cuda2.2/tests/Particles/particleSystem.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/OceanFFT/oceanFFT_kernel.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/OceanFFT/oceanFFT_kernel.cu.cpp
g++ -o .debug_build/tests/cuda2.2/OceanFFT .debug_build/tests/cuda2.2/tests/OceanFFT/oceanFFT_kernel.cu.o .debug_build/tests/cuda2.2/tests/OceanFFT/oceanFFT.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lcufft -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
/usr/bin/ld: warning: libcudart.so.5.0, needed by /usr/local/cuda/lib64/libcufft.so, not found (try using -rpath or -rpath-link)
g++ -o .debug_build/tests/cuda2.2/tests/Particles/particles.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Particles/particles.cpp
g++ -o .debug_build/tests/cuda2.2/tests/ScalarProd/scalarProd.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/ScalarProd/scalarProd.cu.cpp
g++ -o .debug_build/tests/cuda2.2/Reduction .debug_build/tests/cuda2.2/tests/Reduction/reduction_kernel_sm13.cu.o .debug_build/tests/cuda2.2/tests/Reduction/reduction_kernel_sm10.cu.o .debug_build/tests/cuda2.2/tests/Reduction/reduction.cu.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
g++ -o .debug_build/tests/cuda2.2/tests/ScalarProd/scalarProd_gold.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/ScalarProd/scalarProd_gold.cpp
g++ -o .debug_build/tests/cuda2.2/ScalarProd .debug_build/tests/cuda2.2/tests/ScalarProd/scalarProd.cu.o .debug_build/tests/cuda2.2/tests/ScalarProd/scalarProd_gold.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Scan/scan.cu -cuda -o .debug_build/tests/cuda2.2/tests/Scan/scan.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Scan/scan_gold.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Scan/scan_gold.cpp
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/ScanLargeArray/scanLargeArray.cu -cuda -o .debug_build/tests/cuda2.2/tests/ScanLargeArray/scanLargeArray.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Scan/scan.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/Scan/scan.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/ScanLargeArray/scanLargeArray.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/ScanLargeArray/scanLargeArray.cu.cpp
g++ -o .debug_build/tests/cuda2.2/Scan .debug_build/tests/cuda2.2/tests/Scan/scan.cu.o .debug_build/tests/cuda2.2/tests/Scan/scan_gold.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
g++ -o .debug_build/tests/cuda2.2/tests/ScanLargeArray/scan_gold.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/ScanLargeArray/scan_gold.cpp

Ocelot Regression Node 1 (Ubuntu x86-64)

unread,
May 20, 2013, 7:15:37โ€ฏAM5/20/13
to gpu-ocelot...@googlegroups.com
See <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/2389/>

------------------------------------------
[...truncated 5673 lines...]
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/ConvolutionFFT2D/convolutionFFT2D.cu -cuda -o .debug_build/tests/cuda2.2/tests/ConvolutionFFT2D/convolutionFFT2D.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Clock/clock.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/Clock/clock.cu.cpp
tests/cuda2.2/tests/Clock/clock.cu: In function 'int main(int, char**)':
tests/cuda2.2/tests/Clock/clock.cu:120:40: warning: format '%d' expects argument of type 'int', but argument 2 has type 'clock_t {aka long int}' [-Wformat]
g++ -o .debug_build/tests/cuda2.2/Clock .debug_build/tests/cuda2.2/tests/Clock/clock.cu.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
g++ -o .debug_build/tests/cuda2.2/tests/ConvolutionFFT2D/convolutionFFT2D.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/ConvolutionFFT2D/convolutionFFT2D.cu.cpp
tests/cuda2.2/tests/ConvolutionFFT2D/convolutionFFT2D.cu: In function 'int calculateFFTsize(int)':
tests/cuda2.2/tests/ConvolutionFFT2D/convolutionFFT2D.cu:116:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
g++ -o .debug_build/tests/cuda2.2/tests/ConvolutionFFT2D/convolutionFFT2D_gold.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/ConvolutionFFT2D/convolutionFFT2D_gold.cpp
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/ConvolutionSeparable/convolutionSeparable.cu -cuda -o .debug_build/tests/cuda2.2/tests/ConvolutionSeparable/convolutionSeparable.cu.cpp
g++ -o .debug_build/tests/cuda2.2/ConvolutionFFT2D .debug_build/tests/cuda2.2/tests/ConvolutionFFT2D/convolutionFFT2D.cu.o .debug_build/tests/cuda2.2/tests/ConvolutionFFT2D/convolutionFFT2D_gold.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lcufft -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
/usr/bin/ld: warning: libcudart.so.5.0, needed by /usr/local/cuda/lib64/libcufft.so, not found (try using -rpath or -rpath-link)
g++ -o .debug_build/tests/cuda2.2/tests/ConvolutionSeparable/convolutionSeparable_gold.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/ConvolutionSeparable/convolutionSeparable_gold.cpp
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/ConvolutionTexture/convolutionTexture.cu -cuda -o .debug_build/tests/cuda2.2/tests/ConvolutionTexture/convolutionTexture.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/ConvolutionSeparable/convolutionSeparable.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/ConvolutionSeparable/convolutionSeparable.cu.cpp
g++ -o .debug_build/tests/cuda2.2/ConvolutionSeparable .debug_build/tests/cuda2.2/tests/ConvolutionSeparable/convolutionSeparable.cu.o .debug_build/tests/cuda2.2/tests/ConvolutionSeparable/convolutionSeparable_gold.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
g++ -o .debug_build/tests/cuda2.2/tests/Dxtc/dxtc.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/Dxtc/dxtc.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Eigenvalues/matlab.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Eigenvalues/matlab.cpp
g++ -o .debug_build/tests/cuda2.2/Dxtc .debug_build/tests/cuda2.2/tests/Dxtc/tests.cu.o .debug_build/tests/cuda2.2/tests/Dxtc/dxtc.cu.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
g++ -o .debug_build/tests/cuda2.2/tests/Eigenvalues/gerschgorin.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Eigenvalues/gerschgorin.cpp
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Eigenvalues/bisect_large.cu -cuda -o .debug_build/tests/cuda2.2/tests/Eigenvalues/bisect_large.cu.cpp
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Eigenvalues/bisect_small.cu -cuda -o .debug_build/tests/cuda2.2/tests/Eigenvalues/bisect_small.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Eigenvalues/bisect_large.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/Eigenvalues/bisect_large.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Eigenvalues/bisect_small.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/Eigenvalues/bisect_small.cu.cpp
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/FluidsGL/fluidsGL.cu -cuda -o .debug_build/tests/cuda2.2/tests/FluidsGL/fluidsGL.cu.cpp
g++ -o .debug_build/tests/cuda2.2/Eigenvalues .debug_build/tests/cuda2.2/tests/Eigenvalues/main.cu.o .debug_build/tests/cuda2.2/tests/Eigenvalues/matlab.o .debug_build/tests/cuda2.2/tests/Eigenvalues/gerschgorin.o .debug_build/tests/cuda2.2/tests/Eigenvalues/bisect_large.cu.o .debug_build/tests/cuda2.2/tests/Eigenvalues/bisect_small.cu.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/FastWalshTransform/fastWalshTransform.cu -cuda -o .debug_build/tests/cuda2.2/tests/FastWalshTransform/fastWalshTransform.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/FluidsGL/fluidsGL.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/FluidsGL/fluidsGL.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/FastWalshTransform/fastWalshTransform.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/FastWalshTransform/fastWalshTransform.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/FastWalshTransform/fastWalshTransform_gold.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/FastWalshTransform/fastWalshTransform_gold.cpp
g++ -o .debug_build/tests/cuda2.2/FastWalshTransform .debug_build/tests/cuda2.2/tests/FastWalshTransform/fastWalshTransform.cu.o .debug_build/tests/cuda2.2/tests/FastWalshTransform/fastWalshTransform_gold.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
g++ -o .debug_build/tests/cuda2.2/FluidsGL .debug_build/tests/cuda2.2/tests/FluidsGL/fluidsGL.cu.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lcufft -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
g++ -o .debug_build/tests/cuda2.2/tests/ImageDenoising/imageDenoising.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/ImageDenoising/imageDenoising.cu.cpp
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Mandelbrot/Mandelbrot_sm10.cu -cuda -o .debug_build/tests/cuda2.2/tests/Mandelbrot/Mandelbrot_sm10.cu.cpp
g++ -o .debug_build/tests/cuda2.2/ImageDenoising .debug_build/tests/cuda2.2/tests/ImageDenoising/imageDenoising.cu.o .debug_build/tests/cuda2.2/tests/ImageDenoising/bmploader.o .debug_build/tests/cuda2.2/tests/ImageDenoising/imageDenoisingGL.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Mandelbrot/Mandelbrot_sm13.cu -cuda -o .debug_build/tests/cuda2.2/tests/Mandelbrot/Mandelbrot_sm13.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Mandelbrot/Mandelbrot_sm10.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/Mandelbrot/Mandelbrot_sm10.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Mandelbrot/Mandelbrot_gold.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Mandelbrot/Mandelbrot_gold.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Mandelbrot/Mandelbrot_sm13.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/Mandelbrot/Mandelbrot_sm13.cu.cpp
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/UnstructuredMandelbrot/Mandelbrot_sm10.cu -cuda -o .debug_build/tests/cuda2.2/tests/UnstructuredMandelbrot/Mandelbrot_sm10.cu.cpp
g++ -o .debug_build/tests/cuda2.2/Mandelbrot .debug_build/tests/cuda2.2/tests/Mandelbrot/Mandelbrot.o .debug_build/tests/cuda2.2/tests/Mandelbrot/Mandelbrot_sm10.cu.o .debug_build/tests/cuda2.2/tests/Mandelbrot/Mandelbrot_sm13.cu.o .debug_build/tests/cuda2.2/tests/Mandelbrot/Mandelbrot_gold.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/UnstructuredMandelbrot/Mandelbrot_sm13.cu -cuda -o .debug_build/tests/cuda2.2/tests/UnstructuredMandelbrot/Mandelbrot_sm13.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/UnstructuredMandelbrot/Mandelbrot_sm10.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/UnstructuredMandelbrot/Mandelbrot_sm10.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/UnstructuredMandelbrot/Mandelbrot.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/UnstructuredMandelbrot/Mandelbrot.cpp
tests/cuda2.2/tests/UnstructuredMandelbrot/Mandelbrot.cpp:139:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
tests/cuda2.2/tests/UnstructuredMandelbrot/Mandelbrot.cpp: In function 'void keyboardFunc(unsigned char, int, int)':
tests/cuda2.2/tests/UnstructuredMandelbrot/Mandelbrot.cpp:585:28: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
tests/cuda2.2/tests/UnstructuredMandelbrot/Mandelbrot.cpp:639:85: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
tests/cuda2.2/tests/UnstructuredMandelbrot/Mandelbrot.cpp: In function 'void startJulia(char*)':
tests/cuda2.2/tests/UnstructuredMandelbrot/Mandelbrot.cpp:200:84: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
g++ -o .debug_build/tests/cuda2.2/tests/UnstructuredMandelbrot/Mandelbrot_gold.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/UnstructuredMandelbrot/Mandelbrot_gold.cpp
g++ -o .debug_build/tests/cuda2.2/tests/UnstructuredMandelbrot/Mandelbrot_sm13.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/UnstructuredMandelbrot/Mandelbrot_sm13.cu.cpp
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/MatrixMul/matrixMul.cu -cuda -o .debug_build/tests/cuda2.2/tests/MatrixMul/matrixMul.cu.cpp
g++ -o .debug_build/tests/cuda2.2/UnstructuredMandelbrot .debug_build/tests/cuda2.2/tests/UnstructuredMandelbrot/Mandelbrot_sm10.cu.o .debug_build/tests/cuda2.2/tests/UnstructuredMandelbrot/Mandelbrot_sm13.cu.o .debug_build/tests/cuda2.2/tests/UnstructuredMandelbrot/Mandelbrot.o .debug_build/tests/cuda2.2/tests/UnstructuredMandelbrot/Mandelbrot_gold.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
g++ -o .debug_build/tests/cuda2.2/tests/MatrixMul/matrixMul_gold.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/MatrixMul/matrixMul_gold.cpp
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/MersenneTwister/MersenneTwister.cu -cuda -o .debug_build/tests/cuda2.2/tests/MersenneTwister/MersenneTwister.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/MatrixMul/matrixMul.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/MatrixMul/matrixMul.cu.cpp
g++ -o .debug_build/tests/cuda2.2/MatrixMul .debug_build/tests/cuda2.2/tests/MatrixMul/matrixMul.cu.o .debug_build/tests/cuda2.2/tests/MatrixMul/matrixMul_gold.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
g++ -o .debug_build/tests/cuda2.2/tests/MersenneTwister/MersenneTwister_gold.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/MersenneTwister/MersenneTwister_gold.cpp
gcc -o .debug_build/tests/cuda2.2/tests/MersenneTwister/genmtrand.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/MersenneTwister/genmtrand.c
cc1: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C [enabled by default]
g++ -o .debug_build/tests/cuda2.2/tests/MersenneTwister/MersenneTwister.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/MersenneTwister/MersenneTwister.cu.cpp
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/MonteCarlo/MonteCarlo_SM13.cu -cuda -o .debug_build/tests/cuda2.2/tests/MonteCarlo/MonteCarlo_SM13.cu.cpp
g++ -o .debug_build/tests/cuda2.2/MersenneTwister .debug_build/tests/cuda2.2/tests/MersenneTwister/MersenneTwister.cu.o .debug_build/tests/cuda2.2/tests/MersenneTwister/MersenneTwister_gold.o .debug_build/tests/cuda2.2/tests/MersenneTwister/genmtrand.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/MonteCarlo/MonteCarlo_SM10.cu -cuda -o .debug_build/tests/cuda2.2/tests/MonteCarlo/MonteCarlo_SM10.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/MonteCarlo/MonteCarlo_SM13.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/MonteCarlo/MonteCarlo_SM13.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/MonteCarlo/MonteCarlo_gold.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/MonteCarlo/MonteCarlo_gold.cpp
g++ -o .debug_build/tests/cuda2.2/tests/MonteCarlo/MonteCarlo.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/MonteCarlo/MonteCarlo.cpp
g++ -o .debug_build/tests/cuda2.2/tests/MonteCarlo/MonteCarlo_SM10.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/MonteCarlo/MonteCarlo_SM10.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Nbody/nbody.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Nbody/nbody.cpp
g++ -o .debug_build/tests/cuda2.2/MonteCarlo .debug_build/tests/cuda2.2/tests/MonteCarlo/MonteCarlo_SM13.cu.o .debug_build/tests/cuda2.2/tests/MonteCarlo/MonteCarlo_SM10.cu.o .debug_build/tests/cuda2.2/tests/MonteCarlo/MonteCarlo_gold.o .debug_build/tests/cuda2.2/tests/MonteCarlo/MonteCarlo.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
tests/cuda2.2/tests/Nbody/nbody.cpp: In function 'void initGL()':
tests/cuda2.2/tests/Nbody/nbody.cpp:255:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Nbody/bodysystemcuda.cu -cuda -o .debug_build/tests/cuda2.2/tests/Nbody/bodysystemcuda.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Nbody/bodysystemcpu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Nbody/bodysystemcpu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Nbody/bodysystemcuda-host.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Nbody/bodysystemcuda-host.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Nbody/nbody_gold.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Nbody/nbody_gold.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Nbody/render_particles.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Nbody/render_particles.cpp
g++ -o .debug_build/tests/cuda2.2/tests/RecursiveGaussian/recursiveGaussian.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/RecursiveGaussian/recursiveGaussian.cu.cpp
tests/cuda2.2/tests/RecursiveGaussian/recursiveGaussian-host.cpp:96:24: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Reduction/reduction_kernel_sm13.cu -cuda -o .debug_build/tests/cuda2.2/tests/Reduction/reduction_kernel_sm13.cu.cpp
g++ -o .debug_build/tests/cuda2.2/RecursiveGaussian .debug_build/tests/cuda2.2/tests/RecursiveGaussian/recursiveGaussian.cu.o .debug_build/tests/cuda2.2/tests/RecursiveGaussian/recursiveGaussian-host.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Reduction/reduction_kernel_sm10.cu -cuda -o .debug_build/tests/cuda2.2/tests/Reduction/reduction_kernel_sm10.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Reduction/reduction_kernel_sm13.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/Reduction/reduction_kernel_sm13.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Reduction/reduction_kernel_sm10.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/Reduction/reduction_kernel_sm10.cu.cpp
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Reduction/reduction.cu -cuda -o .debug_build/tests/cuda2.2/tests/Reduction/reduction.cu.cpp
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/ScalarProd/scalarProd.cu -cuda -o .debug_build/tests/cuda2.2/tests/ScalarProd/scalarProd.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Reduction/reduction.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/Reduction/reduction.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/ScalarProd/scalarProd.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/ScalarProd/scalarProd.cu.cpp
tests/cuda2.2/tests/Reduction/reduction.cu: In instantiation of 'void runTest(int, char**, ReduceType) [with T = int]':
tests/cuda2.2/tests/Reduction/reduction.cu:154:36: required from here
tests/cuda2.2/tests/Reduction/reduction.cu:532:1: warning: format '%f' expects argument of type 'double', but argument 2 has type 'int' [-Wformat]
tests/cuda2.2/tests/Reduction/reduction.cu:533:1: warning: format '%f' expects argument of type 'double', but argument 2 has type 'int' [-Wformat]
tests/cuda2.2/tests/Reduction/reduction.cu: In instantiation of 'void runTest(int, char**, ReduceType) [with T = float]':
tests/cuda2.2/tests/Reduction/reduction.cu:157:38: required from here
tests/cuda2.2/tests/Reduction/reduction.cu:525:1: warning: format '%d' expects argument of type 'int', but argument 2 has type 'double' [-Wformat]
tests/cuda2.2/tests/Reduction/reduction.cu:526:1: warning: format '%d' expects argument of type 'int', but argument 2 has type 'double' [-Wformat]
tests/cuda2.2/tests/Reduction/reduction.cu: In instantiation of 'void runTest(int, char**, ReduceType) [with T = double]':
tests/cuda2.2/tests/Reduction/reduction.cu:160:39: required from here
tests/cuda2.2/tests/Reduction/reduction.cu:525:1: warning: format '%d' expects argument of type 'int', but argument 2 has type 'double' [-Wformat]
tests/cuda2.2/tests/Reduction/reduction.cu:526:1: warning: format '%d' expects argument of type 'int', but argument 2 has type 'double' [-Wformat]
g++ -o .debug_build/tests/cuda2.2/Reduction .debug_build/tests/cuda2.2/tests/Reduction/reduction_kernel_sm13.cu.o .debug_build/tests/cuda2.2/tests/Reduction/reduction_kernel_sm10.cu.o .debug_build/tests/cuda2.2/tests/Reduction/reduction.cu.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
g++ -o .debug_build/tests/cuda2.2/tests/ScalarProd/scalarProd_gold.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/ScalarProd/scalarProd_gold.cpp
g++ -o .debug_build/tests/cuda2.2/ScalarProd .debug_build/tests/cuda2.2/tests/ScalarProd/scalarProd.cu.o .debug_build/tests/cuda2.2/tests/ScalarProd/scalarProd_gold.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Scan/scan.cu -cuda -o .debug_build/tests/cuda2.2/tests/Scan/scan.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Scan/scan_gold.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Scan/scan_gold.cpp
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/ScanLargeArray/scanLargeArray.cu -cuda -o .debug_build/tests/cuda2.2/tests/ScanLargeArray/scanLargeArray.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Scan/scan.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/Scan/scan.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/ScanLargeArray/scanLargeArray.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/ScanLargeArray/scanLargeArray.cu.cpp
g++ -o .debug_build/tests/cuda2.2/Scan .debug_build/tests/cuda2.2/tests/Scan/scan.cu.o .debug_build/tests/cuda2.2/tests/Scan/scan_gold.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
g++ -o .debug_build/tests/cuda2.2/tests/ScanLargeArray/scan_gold.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/ScanLargeArray/scan_gold.cpp

Ocelot Regression Node 1 (Ubuntu x86-64)

unread,
May 20, 2013, 11:16:00โ€ฏAM5/20/13
to gpu-ocelot...@googlegroups.com
See <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/2390/>

------------------------------------------
[...truncated 5673 lines...]
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/ConvolutionFFT2D/convolutionFFT2D.cu -cuda -o .debug_build/tests/cuda2.2/tests/ConvolutionFFT2D/convolutionFFT2D.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Clock/clock.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/Clock/clock.cu.cpp
tests/cuda2.2/tests/Clock/clock.cu: In function 'int main(int, char**)':
tests/cuda2.2/tests/Clock/clock.cu:120:40: warning: format '%d' expects argument of type 'int', but argument 2 has type 'clock_t {aka long int}' [-Wformat]
g++ -o .debug_build/tests/cuda2.2/Clock .debug_build/tests/cuda2.2/tests/Clock/clock.cu.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
g++ -o .debug_build/tests/cuda2.2/tests/ConvolutionFFT2D/convolutionFFT2D.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/ConvolutionFFT2D/convolutionFFT2D.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/ConvolutionFFT2D/convolutionFFT2D_gold.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/ConvolutionFFT2D/convolutionFFT2D_gold.cpp
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/ConvolutionSeparable/convolutionSeparable.cu -cuda -o .debug_build/tests/cuda2.2/tests/ConvolutionSeparable/convolutionSeparable.cu.cpp
tests/cuda2.2/tests/ConvolutionFFT2D/convolutionFFT2D.cu: In function 'int calculateFFTsize(int)':
tests/cuda2.2/tests/ConvolutionFFT2D/convolutionFFT2D.cu:116:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
g++ -o .debug_build/tests/cuda2.2/ConvolutionFFT2D .debug_build/tests/cuda2.2/tests/ConvolutionFFT2D/convolutionFFT2D.cu.o .debug_build/tests/cuda2.2/tests/ConvolutionFFT2D/convolutionFFT2D_gold.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lcufft -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
/usr/bin/ld: warning: libcudart.so.5.0, needed by /usr/local/cuda/lib64/libcufft.so, not found (try using -rpath or -rpath-link)
g++ -o .debug_build/tests/cuda2.2/tests/ConvolutionSeparable/convolutionSeparable_gold.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/ConvolutionSeparable/convolutionSeparable_gold.cpp
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/ConvolutionTexture/convolutionTexture.cu -cuda -o .debug_build/tests/cuda2.2/tests/ConvolutionTexture/convolutionTexture.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/ConvolutionSeparable/convolutionSeparable.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/ConvolutionSeparable/convolutionSeparable.cu.cpp
g++ -o .debug_build/tests/cuda2.2/ConvolutionSeparable .debug_build/tests/cuda2.2/tests/ConvolutionSeparable/convolutionSeparable.cu.o .debug_build/tests/cuda2.2/tests/ConvolutionSeparable/convolutionSeparable_gold.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
g++ -o .debug_build/tests/cuda2.2/tests/Eigenvalues/bisect_small.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/Eigenvalues/bisect_small.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Eigenvalues/bisect_large.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/Eigenvalues/bisect_large.cu.cpp
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/FluidsGL/fluidsGL.cu -cuda -o .debug_build/tests/cuda2.2/tests/FluidsGL/fluidsGL.cu.cpp
g++ -o .debug_build/tests/cuda2.2/Eigenvalues .debug_build/tests/cuda2.2/tests/Eigenvalues/main.cu.o .debug_build/tests/cuda2.2/tests/Eigenvalues/matlab.o .debug_build/tests/cuda2.2/tests/Eigenvalues/gerschgorin.o .debug_build/tests/cuda2.2/tests/Eigenvalues/bisect_large.cu.o .debug_build/tests/cuda2.2/tests/Eigenvalues/bisect_small.cu.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/FastWalshTransform/fastWalshTransform.cu -cuda -o .debug_build/tests/cuda2.2/tests/FastWalshTransform/fastWalshTransform.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/FluidsGL/fluidsGL.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/FluidsGL/fluidsGL.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/FastWalshTransform/fastWalshTransform.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/FastWalshTransform/fastWalshTransform.cu.cpp
g++ -o .debug_build/tests/cuda2.2/FluidsGL .debug_build/tests/cuda2.2/tests/FluidsGL/fluidsGL.cu.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lcufft -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
g++ -o .debug_build/tests/cuda2.2/tests/FastWalshTransform/fastWalshTransform_gold.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/FastWalshTransform/fastWalshTransform_gold.cpp
g++ -o .debug_build/tests/cuda2.2/FastWalshTransform .debug_build/tests/cuda2.2/tests/FastWalshTransform/fastWalshTransform.cu.o .debug_build/tests/cuda2.2/tests/FastWalshTransform/fastWalshTransform_gold.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
/usr/bin/ld: warning: libcudart.so.5.0, needed by /usr/local/cuda/lib64/libcufft.so, not found (try using -rpath or -rpath-link)
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Histogram256/histogram256_SM10.cu -cuda -o .debug_build/tests/cuda2.2/tests/Histogram256/histogram256_SM10.cu.cpp
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Histogram256/histogram256_SM11.cu -cuda -o .debug_build/tests/cuda2.2/tests/Histogram256/histogram256_SM11.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Histogram256/histogram256_SM10.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/Histogram256/histogram256_SM10.cu.cpp
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Mandelbrot/Mandelbrot_sm10.cu -cuda -o .debug_build/tests/cuda2.2/tests/Mandelbrot/Mandelbrot_sm10.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/ImageDenoising/imageDenoising.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/ImageDenoising/imageDenoising.cu.cpp
g++ -o .debug_build/tests/cuda2.2/ImageDenoising .debug_build/tests/cuda2.2/tests/ImageDenoising/imageDenoising.cu.o .debug_build/tests/cuda2.2/tests/ImageDenoising/bmploader.o .debug_build/tests/cuda2.2/tests/ImageDenoising/imageDenoisingGL.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Mandelbrot/Mandelbrot_sm13.cu -cuda -o .debug_build/tests/cuda2.2/tests/Mandelbrot/Mandelbrot_sm13.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Mandelbrot/Mandelbrot_sm10.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/Mandelbrot/Mandelbrot_sm10.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Mandelbrot/Mandelbrot_gold.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Mandelbrot/Mandelbrot_gold.cpp
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/UnstructuredMandelbrot/Mandelbrot_sm10.cu -cuda -o .debug_build/tests/cuda2.2/tests/UnstructuredMandelbrot/Mandelbrot_sm10.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Mandelbrot/Mandelbrot_sm13.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/Mandelbrot/Mandelbrot_sm13.cu.cpp
g++ -o .debug_build/tests/cuda2.2/Mandelbrot .debug_build/tests/cuda2.2/tests/Mandelbrot/Mandelbrot.o .debug_build/tests/cuda2.2/tests/Mandelbrot/Mandelbrot_sm10.cu.o .debug_build/tests/cuda2.2/tests/Mandelbrot/Mandelbrot_sm13.cu.o .debug_build/tests/cuda2.2/tests/Mandelbrot/Mandelbrot_gold.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
g++ -o .debug_build/tests/cuda2.2/tests/UnstructuredMandelbrot/Mandelbrot_sm10.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/UnstructuredMandelbrot/Mandelbrot_sm10.cu.cpp
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/UnstructuredMandelbrot/Mandelbrot_sm13.cu -cuda -o .debug_build/tests/cuda2.2/tests/UnstructuredMandelbrot/Mandelbrot_sm13.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/UnstructuredMandelbrot/Mandelbrot.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/UnstructuredMandelbrot/Mandelbrot.cpp
tests/cuda2.2/tests/UnstructuredMandelbrot/Mandelbrot.cpp:139:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
tests/cuda2.2/tests/UnstructuredMandelbrot/Mandelbrot.cpp: In function 'void keyboardFunc(unsigned char, int, int)':
tests/cuda2.2/tests/UnstructuredMandelbrot/Mandelbrot.cpp:585:28: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
tests/cuda2.2/tests/UnstructuredMandelbrot/Mandelbrot.cpp:639:85: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
tests/cuda2.2/tests/UnstructuredMandelbrot/Mandelbrot.cpp: In function 'void startJulia(char*)':
tests/cuda2.2/tests/UnstructuredMandelbrot/Mandelbrot.cpp:200:84: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
g++ -o .debug_build/tests/cuda2.2/tests/UnstructuredMandelbrot/Mandelbrot_gold.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/UnstructuredMandelbrot/Mandelbrot_gold.cpp
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/MatrixMul/matrixMul.cu -cuda -o .debug_build/tests/cuda2.2/tests/MatrixMul/matrixMul.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/UnstructuredMandelbrot/Mandelbrot_sm13.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/UnstructuredMandelbrot/Mandelbrot_sm13.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/MatrixMul/matrixMul.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/MatrixMul/matrixMul.cu.cpp
g++ -o .debug_build/tests/cuda2.2/UnstructuredMandelbrot .debug_build/tests/cuda2.2/tests/UnstructuredMandelbrot/Mandelbrot_sm10.cu.o .debug_build/tests/cuda2.2/tests/UnstructuredMandelbrot/Mandelbrot_sm13.cu.o .debug_build/tests/cuda2.2/tests/UnstructuredMandelbrot/Mandelbrot.o .debug_build/tests/cuda2.2/tests/UnstructuredMandelbrot/Mandelbrot_gold.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
g++ -o .debug_build/tests/cuda2.2/tests/MatrixMul/matrixMul_gold.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/MatrixMul/matrixMul_gold.cpp
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/MersenneTwister/MersenneTwister.cu -cuda -o .debug_build/tests/cuda2.2/tests/MersenneTwister/MersenneTwister.cu.cpp
g++ -o .debug_build/tests/cuda2.2/MatrixMul .debug_build/tests/cuda2.2/tests/MatrixMul/matrixMul.cu.o .debug_build/tests/cuda2.2/tests/MatrixMul/matrixMul_gold.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
g++ -o .debug_build/tests/cuda2.2/tests/MersenneTwister/MersenneTwister_gold.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/MersenneTwister/MersenneTwister_gold.cpp
gcc -o .debug_build/tests/cuda2.2/tests/MersenneTwister/genmtrand.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/MersenneTwister/genmtrand.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/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/MonteCarlo/MonteCarlo_SM13.cu -cuda -o .debug_build/tests/cuda2.2/tests/MonteCarlo/MonteCarlo_SM13.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/MersenneTwister/MersenneTwister.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/MersenneTwister/MersenneTwister.cu.cpp
g++ -o .debug_build/tests/cuda2.2/MersenneTwister .debug_build/tests/cuda2.2/tests/MersenneTwister/MersenneTwister.cu.o .debug_build/tests/cuda2.2/tests/MersenneTwister/MersenneTwister_gold.o .debug_build/tests/cuda2.2/tests/MersenneTwister/genmtrand.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/MonteCarlo/MonteCarlo_SM10.cu -cuda -o .debug_build/tests/cuda2.2/tests/MonteCarlo/MonteCarlo_SM10.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/MonteCarlo/MonteCarlo_SM13.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/MonteCarlo/MonteCarlo_SM13.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/MonteCarlo/MonteCarlo_gold.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/MonteCarlo/MonteCarlo_gold.cpp
g++ -o .debug_build/tests/cuda2.2/tests/MonteCarlo/MonteCarlo.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/MonteCarlo/MonteCarlo.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Nbody/nbody.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Nbody/nbody.cpp
g++ -o .debug_build/tests/cuda2.2/tests/MonteCarlo/MonteCarlo_SM10.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/MonteCarlo/MonteCarlo_SM10.cu.cpp
tests/cuda2.2/tests/Nbody/nbody.cpp: In function 'void initGL()':
tests/cuda2.2/tests/Nbody/nbody.cpp:255:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
g++ -o .debug_build/tests/cuda2.2/MonteCarlo .debug_build/tests/cuda2.2/tests/MonteCarlo/MonteCarlo_SM13.cu.o .debug_build/tests/cuda2.2/tests/MonteCarlo/MonteCarlo_SM10.cu.o .debug_build/tests/cuda2.2/tests/MonteCarlo/MonteCarlo_gold.o .debug_build/tests/cuda2.2/tests/MonteCarlo/MonteCarlo.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Nbody/bodysystemcuda.cu -cuda -o .debug_build/tests/cuda2.2/tests/Nbody/bodysystemcuda.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Nbody/bodysystemcpu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Nbody/bodysystemcpu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Nbody/bodysystemcuda-host.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Nbody/bodysystemcuda-host.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Nbody/nbody_gold.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Nbody/nbody_gold.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Nbody/render_particles.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Nbody/render_particles.cpp
g++ -o .debug_build/tests/cuda2.2/tests/RecursiveGaussian/recursiveGaussian.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/RecursiveGaussian/recursiveGaussian.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/RecursiveGaussian/recursiveGaussian-host.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/RecursiveGaussian/recursiveGaussian-host.cpp
tests/cuda2.2/tests/RecursiveGaussian/recursiveGaussian-host.cpp:96:24: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Reduction/reduction_kernel_sm13.cu -cuda -o .debug_build/tests/cuda2.2/tests/Reduction/reduction_kernel_sm13.cu.cpp
g++ -o .debug_build/tests/cuda2.2/RecursiveGaussian .debug_build/tests/cuda2.2/tests/RecursiveGaussian/recursiveGaussian.cu.o .debug_build/tests/cuda2.2/tests/RecursiveGaussian/recursiveGaussian-host.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot -lGLEW .debug_build/tests/cuda2.2/libsdk2_2.a -lGLU -lGL -lm
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Reduction/reduction_kernel_sm10.cu -cuda -o .debug_build/tests/cuda2.2/tests/Reduction/reduction_kernel_sm10.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Reduction/reduction_kernel_sm13.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/Reduction/reduction_kernel_sm13.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Reduction/reduction_kernel_sm10.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/Reduction/reduction_kernel_sm10.cu.cpp
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/Reduction/reduction.cu -cuda -o .debug_build/tests/cuda2.2/tests/Reduction/reduction.cu.cpp
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 tests/cuda2.2/tests/ScalarProd/scalarProd.cu -cuda -o .debug_build/tests/cuda2.2/tests/ScalarProd/scalarProd.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/Reduction/reduction.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/Reduction/reduction.cu.cpp
g++ -o .debug_build/tests/cuda2.2/tests/ScalarProd/scalarProd.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda2.2/shared -I./tests/cuda2.2/sdk -I./tests/cuda2.2 .debug_build/tests/cuda2.2/tests/ScalarProd/scalarProd.cu.cpp
tests/cuda2.2/tests/Reduction/reduction.cu: In instantiation of 'void runTest(int, char**, ReduceType) [with T = int]':
tests/cuda2.2/tests/Reduction/reduction.cu:154:36: required from here
tests/cuda2.2/tests/Reduction/reduction.cu:532:1: warning: format '%f' expects argument of type 'double', but argument 2 has type 'int' [-Wformat]
tests/cuda2.2/tests/Reduction/reduction.cu:533:1: warning: format '%f' expects argument of type 'double', but argument 2 has type 'int' [-Wformat]
tests/cuda2.2/tests/Reduction/reduction.cu: In instantiation of 'void runTest(int, char**, ReduceType) [with T = float]':
tests/cuda2.2/tests/Reduction/reduction.cu:157:38: required from here
tests/cuda2.2/tests/Reduction/reduction.cu:525:1: warning: format '%d' expects argument of type 'int', but argument 2 has type 'double' [-Wformat]
tests/cuda2.2/tests/Reduction/reduction.cu:526:1: warning: format '%d' expects argument of type 'int', but argument 2 has type 'double' [-Wformat]
tests/cuda2.2/tests/Reduction/reduction.cu: In instantiation of 'void runTest(int, char**, ReduceType) [with T = double]':
tests/cuda2.2/tests/Reduction/reduction.cu:160:39: required from here
tests/cuda2.2/tests/Reduction/reduction.cu:525:1: warning: format '%d' expects argument of type 'int', but argument 2 has type 'double' [-Wformat]
tests/cuda2.2/tests/Reduction/reduction.cu:526:1: warning: format '%d' expects argument of type 'int', but argument 2 has type 'double' [-Wformat]

Ocelot Regression Node 1 (Ubuntu x86-64)

unread,
May 20, 2013, 8:36:23โ€ฏPM5/20/13
to gpu-ocelot...@googlegroups.com
See <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/2391/changes>

Changes:

[soluss...@gmail.com] ENH: Updated test scons build scripts to explicitly include all libraries as required by newer versions of gcc.

------------------------------------------
[...truncated 6852 lines...]
g++ -o .debug_build/tests/cuda4.1sdk/tests/volumeRender/volumeRender_kernel.cu.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda4.1sdk/shared -I./tests/cuda4.1sdk/sdk -I./tests/cuda4.1sdk -I./tests/cuda4.1sdk/tests/volumeRender -I./tests/cuda4.1sdk/shared -I./tests/cuda4.1sdk/sdk -I./tests/cuda4.1sdk .debug_build/tests/cuda4.1sdk/tests/volumeRender/volumeRender_kernel.cu.cpp
./tests/cuda4.1sdk/sdk/sdkHelper.h: In function 'bool sdkDeleteTimer(StopWatchInterface**)':
./tests/cuda4.1sdk/sdk/sdkHelper.h:454:49: warning: deleting object of abstract class type 'StopWatchInterface' which has non-virtual destructor will cause undefined behaviour [-Wdelete-non-virtual-dtor]
g++ -o .debug_build/tests/cuda4.1sdk/VectorAdd .debug_build/tests/cuda4.1sdk/tests/vectorAdd/vectorAdd.cu.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot .debug_build/tests/cuda4.1sdk/libsdk4_1.a -lGLEW -lGLU -lGL -lX11 -lpthread -lm
g++ -o .debug_build/tests/cuda4.1sdk/tests/volumeRender/volumeRender.o -c -Wall -O2 -g -I. -I/usr/local/cuda/include -std=c++0x -I./tests/cuda4.1sdk/shared -I./tests/cuda4.1sdk/sdk -I./tests/cuda4.1sdk -I./tests/cuda4.1sdk/tests/volumeRender -I./tests/cuda4.1sdk/shared -I./tests/cuda4.1sdk/sdk -I./tests/cuda4.1sdk tests/cuda4.1sdk/tests/volumeRender/volumeRender.cpp
tests/cuda4.1sdk/tests/volumeRender/volumeRender.cpp:70:24: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
/usr/local/cuda/bin/nvcc -I. -I/usr/local/cuda/include -arch=sm_20 -I./tests/parboil/common/include -I./tests/parboil/benchmarks/bfs/src/cuda/ tests/parboil/benchmarks/bfs/src/cuda/main.cu -cuda -o .debug_build/tests/parboil/benchmarks/bfs/src/cuda/main.cu.cpp
g++ -o .debug_build/tests/cuda4.1sdk/VolumeRender .debug_build/tests/cuda4.1sdk/tests/volumeRender/volumeRender_kernel.cu.o .debug_build/tests/cuda4.1sdk/tests/volumeRender/volumeRender.o -L/usr/local/cuda/lib64 -Lbuild_root/lib -lglut -locelot .debug_build/tests/cuda4.1sdk/libsdk4_1.a -lGLEW -lGLU -lGL -lX11 -lpthread -lm
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/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
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
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]
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]
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
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]
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/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
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/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
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
/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/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
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
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/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
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
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]
/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
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/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/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
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
/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/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/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/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/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/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
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
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/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
Aborted (core dumped)
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:
(60.689s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/ocelot/TestOptimizations> : Passed
(156.606s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/ocelot/TestParser> : Passed
(0.628s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/ocelot/TestLLVMKernels> : Passed
(0.190s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/ocelot/TestLLVMInstructions> : Passed
(0.224s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/ocelot/TestDeviceSwitching> : Passed
(0.185s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/ocelot/TestCudaSequence> : Passed
(0.253s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/ocelot/TestCudaTextureArray> : Passed
(0.151s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/ocelot/TestCudaGlobals> : Passed
(0.651s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/ocelot/TestCudaMalloc> : Passed
(0.206s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/ocelot/TestExternalFunctions> : Passed
(0.283s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/ocelot/TestIndirectFunctionCall> : Passed
(11.856s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/ocelot/TestPTXAssembly> : Passed
(505.059s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/ocelot/TestPTXToLLVMTranslator> : Passed
(0.417s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/ocelot/TestCudaTexture2D> : Passed
(25.107s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/ocelot/TestLexer> : Passed
(351.117s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/ocelot/TestDataflowGraph> : Passed
(0.241s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/ocelot/TestEmulator> : Passed
(0.230s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/ocelot/TestInstructions> : Passed
(0.217s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/ocelot/TestKernels> : Passed
(0.229s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/ocelot/TestFunctionCall> : Passed



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

Passing tests:
(0.237s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/Template> : Passed
(247.634s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/SobolQRNG> : Passed
(15.110s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/Histogram64> : Passed
(9.320s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/ThreadFenceReduction> : Passed
(149.790s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/BoxFilter> : Passed
(2.319s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/Clock> : Passed
(29.602s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/ConvolutionSeparable> : Passed
(311.816s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/BlackScholes> : Passed
(0.808s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/SimpleAtomicIntrinsics> : Passed
(1864.798s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/MersenneTwister> : Passed
(31.203s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/BinomialOptions> : Passed
(364.966s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/Nbody> : Passed
(0.373s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/Bitonic> : Passed
(0.791s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/Transpose> : Passed
(1025.365s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/Mandelbrot> : Passed
(12.576s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/FastWalshTransform> : Passed
(0.238s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/SimpleVoteIntrinsics> : Passed
(635.129s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/RecursiveGaussian> : Passed
(0.279s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/SimpleTemplates> : Passed
(0.656s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/DwtHaar1D> : Passed
(9.322s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/Reduction> : Passed
(1.421s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/BandwidthTest> : Passed
(321.636s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/MonteCarlo> : Passed
(0.218s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/CppIntegration> : Passed
(0.482s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/AsyncAPI> : Passed
(351.013s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/SimpleMultiGPU> : Passed
(3.919s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/ScanLargeArray> : Passed
(25.698s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/ScalarProd> : Passed
(107.460s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/SimpleTexture> : Passed
(26.970s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/Scan> : Passed
(492.000s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/QuasirandomGenerator> : Passed
(0.196s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/DeviceQuery> : Passed
(24.017s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/SimpleZeroCopy> : Passed
(3.095s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/MatrixMul> : Passed
(10.734s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/AlignedTypes> : Passed
(132.715s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/Dct8x8> : Passed
(295.695s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/TransposeNew> : Passed
(110.934s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/ImageDenoising> : Passed
(18.009s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/ConvolutionTexture> : Passed
(22.195s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/Histogram256> : Passed
(3.348s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/SimpleStreams> : Passed

Failing tests:
(0.555s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/BicubicTexture> : Did not complete.

Ocelot Regression Node 1 (Ubuntu x86-64)

unread,
May 21, 2013, 3:31:22โ€ฏAM5/21/13
to gpu-ocelot...@googlegroups.com
See <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/2392/>

------------------------------------------
[...truncated 6853 lines...]
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]
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]
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/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
/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
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/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
/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
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
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/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
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/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: 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]
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
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
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
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
Aborted (core dumped)
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:
(61.265s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/ocelot/TestOptimizations> : Passed
(170.075s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/ocelot/TestParser> : Passed
(0.661s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/ocelot/TestLLVMKernels> : Passed
(0.160s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/ocelot/TestLLVMInstructions> : Passed
(0.179s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/ocelot/TestDeviceSwitching> : Passed
(0.183s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/ocelot/TestCudaSequence> : Passed
(0.217s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/ocelot/TestCudaTextureArray> : Passed
(0.511s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/ocelot/TestCudaMalloc> : Passed
(0.233s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/ocelot/TestExternalFunctions> : Passed
(0.203s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/ocelot/TestIndirectFunctionCall> : Passed
(11.371s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/ocelot/TestPTXAssembly> : Passed
(436.293s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/ocelot/TestPTXToLLVMTranslator> : Passed
(0.423s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/ocelot/TestCudaTexture2D> : Passed
(22.285s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/ocelot/TestLexer> : Passed
(258.945s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/ocelot/TestDataflowGraph> : Passed
(0.162s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/ocelot/TestEmulator> : Passed
(0.176s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/ocelot/TestInstructions> : Passed
(0.216s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/ocelot/TestKernels> : Passed
(0.175s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/ocelot/TestFunctionCall> : Passed



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

Passing tests:
(0.180s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/Template> : Passed
(203.795s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/SobolQRNG> : Passed
(14.259s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/Histogram64> : Passed
(9.234s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/ThreadFenceReduction> : Passed
(322.450s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/BoxFilter> : Passed
(1.764s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/Clock> : Passed
(24.881s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/ConvolutionSeparable> : Passed
(434.946s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/BlackScholes> : Passed
(0.548s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/SimpleAtomicIntrinsics> : Passed
(1500.669s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/MersenneTwister> : Passed
(26.552s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/BinomialOptions> : Passed
(308.133s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/Nbody> : Passed
(0.262s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/Bitonic> : Passed
(0.582s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/Transpose> : Passed
(1074.867s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/Mandelbrot> : Passed
(11.247s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/FastWalshTransform> : Passed
(0.170s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/SimpleVoteIntrinsics> : Passed
(518.952s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/RecursiveGaussian> : Passed
(0.226s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/SimpleTemplates> : Passed
(0.428s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/DwtHaar1D> : Passed
(8.026s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/Reduction> : Passed
(1.056s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/BandwidthTest> : Passed
(248.250s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/MonteCarlo> : Passed
(0.222s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/CppIntegration> : Passed
(0.495s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/AsyncAPI> : Passed
(304.509s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/SimpleMultiGPU> : Passed
(3.048s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/ScanLargeArray> : Passed
(23.396s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/ScalarProd> : Passed
(81.887s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/SimpleTexture> : Passed
(19.199s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/Scan> : Passed
(415.856s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/QuasirandomGenerator> : Passed
(0.194s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/DeviceQuery> : Passed
(18.253s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/SimpleZeroCopy> : Passed
(3.120s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/MatrixMul> : Passed
(9.685s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/AlignedTypes> : Passed
(110.730s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/Dct8x8> : Passed
(250.541s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/TransposeNew> : Passed
(90.500s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/ImageDenoising> : Passed
(14.991s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/ConvolutionTexture> : Passed
(16.641s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/Histogram256> : Passed
(2.005s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/SimpleStreams> : Passed

Failing tests:
(1.235s) : <http://192.168.1.124:8080/job/Ocelot/./TARGET=emulated/ws/.debug_build/tests/cuda2.2/BicubicTexture> : Did not complete.

Ocelot Regression Node 1 (Ubuntu x86-64)

unread,
May 21, 2013, 12:45:52โ€ฏPM5/21/13
to gpu-ocelot...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages