-
Notifications
You must be signed in to change notification settings - Fork 29
Install
Josh Buckner edited this page Jun 3, 2015
·
4 revisions
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!