免费注册 查看新帖 |

Chinaunix

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

libmkl_scalapack_lp64.so: undefined reference to [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2010-01-27 23:09 |只看该作者 |倒序浏览
libmkl_scalapack_lp64.so: undefined reference to `MKL_SCALAPACK_INT'
When link with Intel® Math Kernel Library 10.2
update 2 on SGI* Workstation with Intel® Xeon processor, the following
error is reported:
libmkl_scalapack_lp64.so: undefined reference to `MKL_SCALAPACK_INT'
libmkl_scalapack_lp64.so: undefined reference to `Cdsendrecv'
The cause of this issue happens only when SGI's MPI library and libmkl_blacs_sgimpt_lp64.a library from MKL are used.
This is a known issue and this will be fixed in the future versions.
Workaround to fix this issue:Compile a C source file with the below two lines and link it in addition to MKL:#include int MKL_SCALAPACK_INT = (int) MPI_INT;
一般链接so动态链接库,如果报错:undefined reference to `XXX'
说明动态库中XXX没有定义,可以使用nm/objdump命令查看该动态库的符号表,使用命令:
nm -t libxxx.so |grep XXX
查看,一般情况下XXX的描述都是U或者Undefine,只要写一个程序实现后打包至该动态库即可。
               
               
               

本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u1/34831/showart_2162617.html
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP