gpu-fftw / gpu_fftw

Run FFTW3 programs with Raspberry Pi GPU - fast ffts!
Other
42 stars 8 forks source link

run sotfware with arguments #2

Open F4HTB opened 3 years ago

F4HTB commented 3 years ago

Hello,

I just discovered your project. I tested it on one of my devellopement and it seems to work. On the other hand I have a problem when I try to run my software with arguments:

sudo ./gpu_fftw -D 1 -d "../F4HTBtinyCpanadapter/F4HTBtinyCpanadapter -g 20 -c NCVJET.256 -n -10 -y 4 -x 4 -z 50 -r -f 68330000"
gpu_fftw - Version 0.1.3-2-g3380

Running '../F4HTBtinyCpanadapter/F4HTBtinyCpanadapter -g 20 -c NCVJET.256 -n -10 -y 4 -x 4 -z 50 -r -f 68330000 ' with double squash enabled
Error executing ../F4HTBtinyCpanadapter/F4HTBtinyCpanadapter -g 20 -c NCVJET.256 -n -10 -y 4 -x 4 -z 50 -r -f 68330000: 'No such file or directory'

or

sudo ./gpu_fftw -D 1 -d ../F4HTBtinyCpanadapter/F4HTBtinyCpanadapter -g 20 -c NCVJET.256 -n -10 -y 4 -x 4 -z 50 -r -f 68330000
./gpu_fftw: invalid option -- 'g'
./gpu_fftw: invalid option -- 'c'
./gpu_fftw: invalid option -- 'n'
./gpu_fftw: invalid option -- '1'
./gpu_fftw: invalid option -- '0'
./gpu_fftw: invalid option -- 'y'
./gpu_fftw: invalid option -- 'x'
GPU FFT forward/reverse error = 0.137725ppm (nrms error)
GPU_FFTW/FFTW difference = 0ppm (nrms error)
GPU FFTW 0.911293 times faster (3169.81 ffts/sec, 315.476 usec/fft, fftw3: 3478.37 ffts/sec)

Override FFT3W... **** FAILED ****
Test suite ***** FAILED

How can we lunch with arguments?

73 F4HTB