cuda run error on rhel 5

I installed
NVIDIA-Linux-x86_64-177.73-pkg2.run
NVIDIA_CUDA_Toolkit_2.0_rhel5.1_x86_64.run
NVIDIA_CUDA_SDK_2.02.0807.1535_linux.run

on Red Hat Enterprise Linux Server release 5 x86-64.
I set PATH include /usr/local/cuda/bin and LD_LIBRARY_PATH include include /usr/local/cuda/lib.

The applications in …/project/ mostly can be make without error,except the application need -lglut because I don’t install it.

But,when I excute it ,geting some errors .
for example, when I excute devicequery, it is ok.
[root@localhost release]# ./deviceQuery
There is 1 device supporting CUDA

Device 0: “Quadro FX 3700”
Major revision number: 1
Minor revision number: 1
Total amount of global memory: 536608768 bytes
Number of multiprocessors: 14
Number of cores: 112
Total amount of constant memory: 65536 bytes
Total amount of shared memory per block: 16384 bytes
Total number of registers available per block: 8192
Warp size: 32
Maximum number of threads per block: 512
Maximum sizes of each dimension of a block: 512 x 512 x 64
Maximum sizes of each dimension of a grid: 65535 x 65535 x 1
Maximum memory pitch: 262144 bytes
Texture alignment: 256 bytes
Clock rate: 1.24 GHz
Concurrent copy and execution: Yes

Test PASSED

Press ENTER to exit…

But ,error when excute other applications

[root@localhost release]# ./simpleCUFFT
Using device 0: Quadro FX 3700
cufft: ERROR: /root/cuda-stuff/sw/rel/gpgpu/toolkit/r2.0/cufft/src/config.cu, line 106
cufft: ERROR: CUFFT_INTERNAL_ERROR
cufft: ERROR: /root/cuda-stuff/sw/rel/gpgpu/toolkit/r2.0/cufft/src/cufft.cu, line 112
cufft: ERROR: CUFFT_INVALID_VALUE
cufft: ERROR: /root/cuda-stuff/sw/rel/gpgpu/toolkit/r2.0/cufft/src/cufft.cu, line 112
cufft: ERROR: CUFFT_INVALID_VALUE
cufft: ERROR: /root/cuda-stuff/sw/rel/gpgpu/toolkit/r2.0/cufft/src/cufft.cu, line 112
cufft: ERROR: CUFFT_INVALID_VALUE
Test FAILED
cufft: ERROR: /root/cuda-stuff/sw/rel/gpgpu/toolkit/r2.0/cufft/src/cufft.cu, line 94
cufft: ERROR: CUFFT_INVALID_PLAN

Press ENTER to exit…

Thanks.

If this problem persists with a newer driver, please generate and attach an nvidia-bug-report.log.

I’m also seeing this on RHEL5.2 with 180.11 with some fortran that I’m looking at using CUDA with.


bash-3.2$ ./CSEMbp

-snip-

fundamental transmitter frequency = 0.1333333333333333

output filname is rawdata.dat

02.23.2007-05:35:55

number of channels= 6

New time after correction below

02.23.2007-05:35:55

sampling frequency= 50.00

 18158475  data read in

time series is 100 hours long

bandpass filtering channel 1 of 6

cufft: ERROR: /root/cuda-stuff/sw/rel/gpgpu/toolkit/r2.0/cufft/src/cufft.cu, line 115

cufft: ERROR: CUFFT_INVALID_PLAN

cufft: ERROR: /root/cuda-stuff/sw/rel/gpgpu/toolkit/r2.0/cufft/src/cufft.cu, line 94

cufft: ERROR: CUFFT_INVALID_PLAN

amplitude of bp filter at 0.5 transmitter base= (0.9961086,0.000000)

cufft: ERROR: /root/cuda-stuff/sw/rel/gpgpu/toolkit/r2.0/cufft/src/cufft.cu, line 115

cufft: ERROR: CUFFT_INVALID_PLAN

cufft: ERROR: /root/cuda-stuff/sw/rel/gpgpu/toolkit/r2.0/cufft/src/cufft.cu, line 94

cufft: ERROR: CUFFT_INVALID_PLAN

-snip-



bash-3.2$ sudo /root/NVIDIA_CUDA_SDK/bin/linux/release/deviceQuery

There are 2 devices supporting CUDA

Device 0: “Quadro FX 5600”

Major revision number: 1

Minor revision number: 0

Total amount of global memory: 1609891840 bytes

Number of multiprocessors: 16

Number of cores: 128

Total amount of constant memory: 65536 bytes

Total amount of shared memory per block: 16384 bytes

Total number of registers available per block: 8192

Warp size: 32

Maximum number of threads per block: 512

Maximum sizes of each dimension of a block: 512 x 512 x 64

Maximum sizes of each dimension of a grid: 65535 x 65535 x 1

Maximum memory pitch: 262144 bytes

Texture alignment: 256 bytes

Clock rate: 1.35 GHz

Concurrent copy and execution: No

Device 1: “Quadro FX 5600”

Major revision number: 1

Minor revision number: 0

Total amount of global memory: 1610350592 bytes

Number of multiprocessors: 16

Number of cores: 128

Total amount of constant memory: 65536 bytes

Total amount of shared memory per block: 16384 bytes

Total number of registers available per block: 8192

Warp size: 32

Maximum number of threads per block: 512

Maximum sizes of each dimension of a block: 512 x 512 x 64

Maximum sizes of each dimension of a grid: 65535 x 65535 x 1

Maximum memory pitch: 262144 bytes

Texture alignment: 256 bytes

Clock rate: 1.35 GHz

Concurrent copy and execution: No

Test PASSED

Press ENTER to exit…

bash-3.2$


Attempting to upload ‘nvidia-bug-report.log’ gives ‘Upload failed. You are not permitted to upload this type of file’.

CC

You’ll need to change the extension on the bug report to txt to attach it.

Also, 180.06 is the latest supported CUDA driver. Please test with 180.06.