the-nightling / cudpp

Automatically exported from code.google.com/p/cudpp
Other
0 stars 0 forks source link

Cuda error in file 'main.cpp' in line 493 : unspecified driver error. #106

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
gpuser@gpucluster1:~/cudpp_src_2.0/apps/satGL$ make all
[ 50%] Building NVCC (Device) object ./satGL_generated_satGL.cu.o
In file included from /home/gpuser/cudpp_src_2.0/apps/satGL/satGL.cu:21:
/home/gpuser/cudpp_src_2.0/apps/satGL/../common/include/GL/glut.h:64: warning: 
"APIENTRY" redefined
/usr/include/GL/gl.h:113: note: this is the location of the previous definition
In file included from /home/gpuser/cudpp_src_2.0/apps/satGL/satGL.cu:21:
/home/gpuser/cudpp_src_2.0/apps/satGL/../common/include/GL/glut.h:64: warning: 
"APIENTRY" redefined
/usr/include/GL/gl.h:113: note: this is the location of the previous definition
In file included from /home/gpuser/cudpp_src_2.0/apps/satGL/satGL.cu:21:
/home/gpuser/cudpp_src_2.0/apps/satGL/../common/include/GL/glut.h:64: warning: 
"APIENTRY" redefined
/usr/include/GL/gl.h:113: note: this is the location of the previous definition
In file included from /home/gpuser/cudpp_src_2.0/apps/satGL/satGL.cu:21:
/home/gpuser/cudpp_src_2.0/apps/satGL/../common/include/GL/glut.h:64: warning: 
"APIENTRY" redefined
/usr/include/GL/gl.h:113: note: this is the location of the previous definition
[100%] Building CXX object CMakeFiles/satGL.dir/main.o
Linking CXX executable satGL
[100%] Built target satGL

2.
gpuser@gpucluster1:~/cudpp_src_2.0/apps/satGL$ ./satGL 
Using device 0:
GeForce GTX 470; global mem: 1341849600B; compute v2.0; clock: 1215000 kHz
Cuda error in file '/home/gpuser/cudpp_src_2.0/apps/satGL/main.cpp' in line 493 
: unspecified driver error.

What is the expected output? What do you see instead?
Graphics window should open with the image, instead it is appearing and 
crashing right away.

What version of the product are you using? On what operating system?
CUDPP 2.0
CUDA Toolkit 4.0
Ubuntu 11.04

Original issue reported on code.google.com by gokhan.p...@gmail.com on 17 Aug 2011 at 9:22

GoogleCodeExporter commented 9 years ago
In CUDPP 2.0 we removed satGL from the default build for a reason: it does not 
work, and maintaining it across platforms is too much trouble. Sorry for 
inconvenience but this is not a bug in the library, just in this example app.

Original comment by harr...@gmail.com on 18 Aug 2011 at 3:39