免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 4104 | 回复: 4
打印 上一主题 下一主题

[C] CUDA on fedora 15 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2011-07-30 10:46 |只看该作者 |倒序浏览
Hi! I came across some problems. I need to conduct parallel computing on CUDA. I input "uname -a"and read these:
"Linux BXSJC 2.6.38.8-35.fc15.i686 #1 SMP Wed Jul 6 14:46:26 UTC 2011 i686 i686 i386 GNU/Linux".
I use CUDAtoolkit 4.0. However, when I input:
cd /home/bxsjc/NVIDIA_GPU_Computing_SDK/C and "make -i ",the computer returns

    "/usr/local/cuda/include/host_config.h:82:2: error: #error — unsupported GNU version! gcc 4.5 and up are not supported!
    make[1]: [obj/i386/release/clock.cu.o] Error 1 (ignored)
    g++: error: obj/i386/release/clock.cu.o: No such file or directory
    make[1]: [../../bin/linux/release/clock] Error 1 (ignored)
    make[1]: Leaving directory `/home/bxsjc/NVIDIA_GPU_Computing_SDK/C/src/clock'
    Finished building all"
    I don't know how to tackle this problem. So I directly "cd /home/bxsjc/NVIDIA_GPU_Computing_SDK/C/bin/linux/release "and run those executable files. Some return passed while others return these:
    "[bxsjc@BXSJC release]$ ./simpleTextureDrv
    [simpleTextureDrv] starting...
    > Using CUDA Device [0]: GeForce G210M
    > GPU Device has SM 1.2 compute capability
    > findModulePath file not found: <simpleTexture_kernel.ptx>
    > findModulePath file not found: <simpleTexture_kernel.cubin>
    > findModulePath could not find <simpleTexture_kernel> ptx or cubin
    [simpleTextureDrv] test results...
    FAILED
    Press ENTER to exit..."
    So, could anyone help me? Any suggestions are appreciated!

论坛徽章:
0
2 [报告]
发表于 2011-07-30 11:37 |只看该作者
You should install gcc4.4,cuda doesn't support gcc4.5 or later.
If you both have gcc 4.4 and gcc4.5, you can edit
$(CUDA_HOME)/bin/nvcc.profile to ensure nvcc using gcc 4.4

论坛徽章:
0
3 [报告]
发表于 2011-07-30 12:02 |只看该作者
回复 2# gtkmm


Thank you! I have tried it before. However, when I edit the nvcc.profile and                                                      
cd NVIDIA_GPU_Computing_SDK/C/ \make ,it returned something like the following,
"make[1]: Entering directory `/home/Developer/NVIDIA_GPU_Computing_SDK/C/src/volumeRender'
/usr/bin/ld: cannot find -lGLU
/usr/bin/ld: cannot find -lX11
/usr/bin/ld: cannot find -lXi
/usr/bin/ld: cannot find -lXmu
/usr/bin/ld: cannot find -lglut
collect2: ld returned 1 exit status
make[1]: *** [../../bin/linux/release/volumeRender] Error 1
make[1]: Leaving directory `/home/Developer/NVIDIA_GPU_Computing_SDK/C/src/volumeRender'
make: *** [src/volumeRender/Makefile.ph_build] Error 2"
I guess my gcc34 was not set as the default version and the lib was not connected to gcc34. So how could I tackle this problem? Thank you!

论坛徽章:
0
4 [报告]
发表于 2011-07-30 12:34 |只看该作者
You can ignore  these errors if you only work with mathematics problems.

论坛徽章:
0
5 [报告]
发表于 2011-07-30 15:15 |只看该作者
回复 4# gtkmm


    Thank you!
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP