cuda安装出现 Log file not open. Segmentation fault (core dumped) 错误

在运行./cuda_xxx.run安装之后,出现

运行./cuda_xxx.run之后,出现

Log file not open.

Segmentation fault (core dumped)

经过一番查找原因,原来在同一台服务器中有其他用户已经在他目录下安装过了,安装过程中会在/tmp/下面生成cuda-installer.log文件,但是cuda-installer.log生成之后就不能被其他用户改动了。

# 运行下面代码就能看到cuda-installer.log文件了
cd /tmp
find .|grep cuda-installer.log

解决方法:

把cuda-installer.log文件删除掉。

猜你喜欢

转载自blog.csdn.net/bcfd_yundou/article/details/118028315