CUDA Dev Environment Installation

Software: Courtesy Install

CUDA Dev Environment Installation Main Picture


We install, configure and test CUDA on your PC, so it is ready to go out of the box!

For Ubuntu 14.04, Ubuntu 16.04, Ubuntu 18.04, CentOS 6, CentOS 7, only. Requires the purchase of a CUDA capable accelerator.

Note: For Ubuntu 14.04, 16.04, 18.04, CentOS 6, or CentOS 7 only. Requires the purchase of a CUDA capable accelerator.

For Linux installations:
-- Install latest release version of the CUDA development packages repository with dkms support,
-- CUDA meta package instal and all dependencies including NVIDIA graphics driver,
-- User environment setup;
create /etc/profile.d/cuda.sh [ export PATH=$PATH:/usr/local/cuda/bin ]
create /etc/ld.so.conf.d/cuda.conf [ /usr/local/cuda/lib64 ldconfig ]
-- nvcc compiler testing;
compile and run, for validation, sample code [ nbody and bandwidth test ]

For Windows installations:
-- Install latest release version of the CUDA development package including NVIDIA graphics driver,
-- run precompiled test programs for validation [ nbody and bandwidth test ]
NOTE: CUDA development on Windows requires Microsoft Visual Studio compilers