Skip to content
Josh Buckner edited this page Jun 3, 2015 · 4 revisions

Hints for easy installation

Installation

If the package installation fails with an error:

Set the environment variable CUDA_HOME to the root of your CUDA toolkit installation.

If that doesn't help, there are several 'configure options' that may be set from the command line:

R CMD INSTALL --configure-args="" gputools_0.5.tar.gz

include: --with-nvcc= --with-cuda= --with-r= --with-r-include= --with-r-lib=

For example: R CMD INSTALL --configure-args="--with-nvcc=/usr/local/cuda/bin/nvcc --with-r-lib=/usr/local/share/R/lib64" gputools_0.5.tar.gz

Enjoy!

Clone this wiki locally