问题如下:
CUDA will not be used! If you have already installed cuda drivers
and cuda toolkit, try using --cudatk-dir=... option. Note: this is
only relevant for neural net experiments
按照提示修改命令为如下:
./configure --cudatk-dir=[这里是你CUDA toolkit所在目录,无方括号] --shared
我的是:
./configure --cudatk-dir=/cm/shared/apps/cuda90/toolkit/9.0.176 --shared
运行后再继续接下来的安装步骤就可以正常使用CUDA了。