I tried to compile the CUDA device query package on my cluster but when doing a make at location /NVIDIA GPU Computing SDK/C/src/deviceQuery, I get the following error
deviceQuery.cpp: In function 'int main(int, char**)':
deviceQuery.cpp:119: error: 'struct cudaDeviceProp' has no member named 'maxThreadsPerMultiProcessor'
make: *** [obj/x86_64/release/deviceQuery.cpp.o] Error 1
Can somebody help me with this error.
Thank You.
maxThreadsPerMultiProcessorhas been added tostruct cudaDevicePropin CUDA 4.0. One of your machines has to have an older CUDA tookit.