24小时热门版块排行榜    

查看: 1608  |  回复: 4

yjcmwgk

禁虫 (文坛精英)

密度泛函·小卒

优秀版主

[交流] 【求助】安装openmpi的问题,向各位高手请教 已有4人参与

各位高手你们好
我要运行我们专业的一个程序,叫做orca【这个orca是一个量子化学计算软件,而不是那个浏览器orca】,并行运算的时候,需要使用openmpi 1.4.2。但是我对Linux其实知之甚少,出现了问题,只好向各位高手求助

我从网上下载了openmpi的源码openmpi-1.4.2.tar.bz2
然后解压得到了一个文件夹叫做openmpi-1.4.2
进入这个文件夹,输入./configure CC=icc CXX=icpc --prefix=/opt/openMPI命令,得到这样一大串字符
CODE:
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar

============================================================================
== Configuring Open MPI
============================================================================

*** Checking versions
checking Open MPI version... 1.4.2
checking Open MPI release date... May 04, 2010
checking Open MPI Subversion repository version... r23093
checking Open Run-Time Environment version... 1.4.2
checking Open Run-Time Environment release date... May 04, 2010
checking Open Run-Time Environment Subversion repository version... r23093
checking Open Portable Access Layer version... 1.4.2
checking Open Portable Access Layer release date... May 04, 2010
checking Open Portable Access Layer Subversion repository version... r23093

*** Initialization, setup
configure: builddir: /home/orca/installfiles/openmpi-1.4.2
configure: srcdir: /home/orca/installfiles/openmpi-1.4.2
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
installing to directory "/usr/local/openmpi"

*** Configuration options
checking whether to run code coverage... no
checking whether to compile with branch probabilities... no
checking whether to debug memory usage... no
checking whether to profile memory usage... no
checking if want developer-level compiler pickyness... no
checking if want developer-level debugging code... no
checking if want sparse process groups... no
checking if want Fortran 77 bindings... yes
checking if want Fortran 90 bindings... yes
checking desired Fortran 90 bindings "size"... small
checking whether to enable PMPI... yes
checking if want C++ bindings... yes
checking if want MPI::SEEK_SET support... yes
checking if want to enable weak symbol support... yes
checking if want run-time MPI parameter checking... runtime
checking if want to install OMPI header files... no
checking if want pretty-print stacktrace... yes
checking if peruse support is required... no
checking max supported array dimension in F90 MPI bindings... 4
checking if pty support should be enabled... yes
checking if user wants dlopen support... yes
checking if heterogeneous support should be enabled... no
checking if want trace file debugging... no
checking if want full RTE support... yes
checking if want fault tolerance... Disabled fault tolerance
checking if want IPv6 support... yes (if underlying system supports it)
checking if want orterun "--prefix" behavior to be enabled by default... no
checking for package/brand string... Open MPI root@node5 Distribution
checking for ident string... 1.4.2
checking whether to add padding to the openib control header... no
checking whether to use an alternative checksum algo for messages... no

============================================================================
== Compiler and preprocessor tests
============================================================================

*** C compiler and preprocessor
checking for style of include used by make... GNU
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in `/home/orca/installfiles/openmpi-1.4.2':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.

然后我输入make all | tee make.log &,得到提示如下
CODE:
make: *** No rule to make target `all'.  Stop.

我的系统是centos5.4
我的机器是曙光的塔式服务器,2片Intel Xeon CPU E5504,外加8条2G内存

非常感谢诸位高手!!
回复此楼

» 猜你喜欢

» 本主题相关价值贴推荐,对您同样有帮助:

已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

yalefield

金虫 (文坛精英)

老汉一枚


yjcmwgk(金币+20): 2010-08-03 21:59:34
余泽成(金币+1):谢谢参与应助! 2010-08-03 23:42:35
CC=icc CXX=icpc
请检查是否安装了编译工具哟
2楼2010-08-03 20:00:38
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

beyondstar

木虫 (正式写手)


余泽成(金币+1):谢谢参与应助! 2010-08-03 23:42:50
3楼2010-08-03 21:28:18
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

yjcmwgk

禁虫 (文坛精英)

密度泛函·小卒

优秀版主

引用回帖:
Originally posted by yalefield at 2010-08-03 20:00:38:
CC=icc CXX=icpc
请检查是否安装了编译工具哟

这个命令是我从网上copy的
请问老汉
我应该事先安装什么编译工具呢?谢谢老汉
4楼2010-08-03 21:58:54
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

独孤狼

金虫 (正式写手)

独行者


余泽成(金币+1):欢迎新虫,谢谢参与应助! 2010-08-03 23:43:25
yjcmwgk(金币+180):谢谢独孤狼! 2010-08-04 15:40:35
引用回帖:
Originally posted by yjcmwgk at 2010-08-03 21:58:54:

这个命令是我从网上copy的
请问老汉
我应该事先安装什么编译工具呢?谢谢老汉

都是intel的c/c++编译器,可以先装一下

下载地址可以这里找找http://software.intel.com/en-us/intel-compilers/
轮回的过往,注定的未来;独孤的行者,孤独的路途……
5楼2010-08-03 22:20:59
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
相关版块跳转 我要订阅楼主 yjcmwgk 的主题更新
普通表情 高级回复 (可上传附件)
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[考研] 085601材料工程专硕求调剂 +4 慕寒mio 2026-03-16 4/200 2026-03-17 17:17 by ruiyingmiao
[考研] 085601求调剂 +4 Du.11 2026-03-16 4/200 2026-03-17 17:08 by ruiyingmiao
[考研] 本人考085602 化学工程 专硕 +16 不知道叫什么! 2026-03-15 18/900 2026-03-17 17:05 by ruiyingmiao
[考研] 274求调剂0856材料化工 +13 z2839474511 2026-03-11 14/700 2026-03-17 16:51 by share_joy
[考研] 290求调剂 +6 孔志浩 2026-03-12 11/550 2026-03-17 14:41 by 周舟舟77
[论文投稿] 有没有大佬发小论文能带我个二作 +3 增锐漏人 2026-03-17 4/200 2026-03-17 09:26 by xs74101122
[考研] 0703化学调剂 290分有科研经历,论文在投 +7 腻腻gk 2026-03-14 7/350 2026-03-16 10:12 by houyaoxu
[考研] 294求调剂 +3 Zys010410@ 2026-03-13 4/200 2026-03-15 10:59 by zhq0425
[考研] 材料与化工 323 英一+数二+物化,一志愿:哈工大 本人本科双一流 +4 自由的_飞翔 2026-03-13 5/250 2026-03-14 19:39 by hmn_wj
[考研] 265求调剂 +4 威化饼07 2026-03-12 4/200 2026-03-14 17:23 by userper
[考研] 255求调剂 +3 李嘉慧, 2026-03-12 4/200 2026-03-14 16:58 by 有只狸奴
[考研] 336求调剂 +6 Iuruoh 2026-03-11 6/300 2026-03-13 22:06 by JourneyLucky
[考研] 材料工程调剂 +9 咪咪空空 2026-03-12 9/450 2026-03-13 22:05 by 星空星月
[考研] 290求调剂 +9 ADT 2026-03-11 9/450 2026-03-13 21:55 by JourneyLucky
[考研] 四川大学085601材料工程专硕 初试294求调剂 +4 祝我们好在冬天 2026-03-11 4/200 2026-03-13 21:39 by peike
[考研] 333求调剂 +3 球球古力 2026-03-11 3/150 2026-03-13 21:27 by JourneyLucky
[考研] 【考研调剂求收留】 +3 Ceciilia 2026-03-11 3/150 2026-03-13 20:18 by JourneyLucky
[考研] 301求调剂 +6 Liyouyumairs 2026-03-11 6/300 2026-03-13 20:11 by JourneyLucky
[考研] 一志愿211化学学硕310分求调剂 +8 努力奋斗112 2026-03-12 9/450 2026-03-13 15:41 by JourneyLucky
[考研] 314求调剂 +7 无懈可击的巨人 2026-03-12 7/350 2026-03-13 15:40 by JourneyLucky
信息提示
请填处理意见