计算化学公社

标题: 求助,安装ORCA时编译OpenMPI 3.1.3出错 [打印本页]

作者
Author:
DoorBell    时间: 2020-4-27 10:47
标题: 求助,安装ORCA时编译OpenMPI 3.1.3出错
严格按照sob老师在http://sobereva.com/451中所讲的步骤进行。
进行到make all install这个命令时,在编译一段时间之后会出现以下报错:
  1. ld: cannot find -lhwloc
  2. make[2]: *** [mca_plm_tm.la] Error 1
  3. make[2]: Leaving directory `/home/user/Software/openmpi-3.1.3/orte/mca/plm/tm'
  4. make[1]: *** [all-recursive] Error 1
  5. make[1]: Leaving directory `/home/user/Software/openmpi-3.1.3/orte'
  6. make: *** [all-recursive] Error 1
复制代码
已经试过gcc和icc,均有这样的报错。还请各位老师能帮忙看下哪里出的问题,非常感谢!
另外在已经成功编译的电脑上其实也找不到lhwloc这个库(?),感觉很迷。


作者
Author:
abin    时间: 2020-4-27 11:04
Ubuntu/Debian
apt install libhwloc*

RHEL/CentOS
yum install hwloc
Or yum install hwloc*

Or you can install hwloc from source code.
https://www.open-mpi.org/project ... hwloc-tutorial.html
Please read Part 0: installation.






欢迎光临 计算化学公社 (http://bbs.keinsci.com/) Powered by Discuz! X3.3