CUDA installer request Add silent option to installer?

Hello,

I have request for CUDA developers: would it be possible to include a -s option in the next version of the CUDA installer to allow silent installs (similar to the NVIDIA drivers installer). This would make a standard installation on a cluster easier.

Thanks,
Bart

The Linux CUDA toolkit already supports silent installations with the “-- auto” options:
./NVIDIA_CUDA_Toolkit_2.0_suse10.3_x86_64.run – auto

It will automatically install into /usr/local/cuda (and uninstall any previous toolkit installation(s).

Thanks, I just tried the --auto option, but it is unrecognized for NVIDIA_CUDA_Toolkit_2.0_Fedora8_x84_64.run

Bart

You need a space before auto, as I wrote it above.

Indeed, I missed that. It works now, thank you!