cuda杂记

Linux C是否里能引入.lib文件的问题:http://topic.csdn.net/t/20051205/15/4439054.html

MPI+Openmp编译和运行需要的命令http://topic.csdn.net/u/20091217/23/ef1d91c8-8e7b-4461-bf2b-fed1bada0abf.html

如何解决warning: no newline at end of file?:http://hi.baidu.com/yeetoo/blog/item/60d05a34f21b924c251f1487.html

在终端输入:#nvcc -V,将显示版本号

想要确定正在运行系统的发行版和版本号,需要在命令行中键入以下内容:
[root@localhost ~]# uname -m && cat /etc/*release
x86_64
Red Hat Enterprise Linux Server release 5.3 (Tikanga)

i386表明这是一个32位系统。
x86_64是在64位系统上运行64位模式


原文地址:https://www.cnblogs.com/FreeAquar/p/2365911.html