24小时热门版块排行榜    

查看: 1665  |  回复: 4

hustzym

铜虫 (初入文坛)

[求助] PWscf终端运行报错,菜鸟求助

下面是我运行QE时终端报出的错误,请问各位前辈,这时该怎么办?
zym@zym-To-be-filled-by-O-E-M:~$ cd ~/QE/7.26
zym@zym-To-be-filled-by-O-E-M:~/QE/7.26$ pw.x < sc.scf.in > sc.scf.out
[zym-To-be-filled-by-O-E-M:11465] [[INVALID],INVALID] ORTE_ERROR_LOG: A system-required executable either could not be found or was not executable by this user in file ../../../../../../orte/mca/ess/singleton/ess_singleton_module.c at line 357
[zym-To-be-filled-by-O-E-M:11465] [[INVALID],INVALID] ORTE_ERROR_LOG: A system-required executable either could not be found or was not executable by this user in file ../../../../../../orte/mca/ess/singleton/ess_singleton_module.c at line 230
[zym-To-be-filled-by-O-E-M:11465] [[INVALID],INVALID] ORTE_ERROR_LOG: A system-required executable either could not be found or was not executable by this user in file ../../../orte/runtime/orte_init.c at line 132
--------------------------------------------------------------------------
Sorry!  You were supposed to get help about:
    orte_init:startup:internal-failure
But I couldn't open the help file:
    /usr/share/openmpi/help-orte-runtime: No such file or directory.  Sorry!
--------------------------------------------------------------------------

Sorry!  You were supposed to get help about:
    mpi_init:startup:internal-failure
But I couldn't open the help file:
    /usr/share/openmpi/help-mpi-runtime: No such file or directory.  Sorry!
--------------------------------------------------------------------------
*** The MPI_Init() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
[zym-To-be-filled-by-O-E-M:11465] Abort before MPI_INIT completed successfully; not able to guarantee that all other processes were killed!
回复此楼

» 猜你喜欢

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

好好学习,天天向上
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

gswylq

木虫 (正式写手)

【答案】应助回帖

★ ★ ★ ★ ★ ★ ★
感谢参与,应助指数 +1
hustzym: 金币+5, ★★★很有帮助, Thank you! 2013-07-28 09:40:20
franch: 金币+2, 谢谢回帖交流,, 2013-07-29 14:04:35
原因有两个:1.mpi没有安装或不能被执行,用命令,which mpirun看有没有mpi,
2,pw.x看安装了没有,用find -name ~/ -name pw.x查找。
顺便说一下,最好贴出输入文件,不然别人很难判断的。
2楼2013-07-27 17:31:50
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

hustzym

铜虫 (初入文坛)

引用回帖:
2楼: Originally posted by gswylq at 2013-07-27 17:31:50
原因有两个:1.mpi没有安装或不能被执行,用命令,which mpirun看有没有mpi,
2,pw.x看安装了没有,用find -name ~/ -name pw.x查找。
顺便说一下,最好贴出输入文件,不然别人很难判断的。

你好,我安装了MPI,pw.x也安装了,但是运行之后还是报错呢。这是运行后显示的内容:
zym@zym-To-be-filled-by-O-E-M:~$ cd ~/QE/7.23
zym@zym-To-be-filled-by-O-E-M:~/QE/7.23$ pw.x < si.scf.in > si.scf.out
--------------------------------------------------------------------------
MPI_ABORT was invoked on rank 0 in communicator MPI_COMM_WORLD
with errorcode 0.

NOTE: invoking MPI_ABORT causes Open MPI to kill all MPI processes.
You may or may not see output from other processes, depending on
exactly when Open MPI kills them.

这是我的输入内容
&CONTROL
                 calculation = 'nscf' ,
                      outdir = './' ,
                  pseudo_dir = './' ,
                      prefix = 'silicon' ,
/
&SYSTEM
                       ibrav = 2,
                   celldm(1) = 10.2,
                         nat = 2,
                        ntyp = 1,
                     ecutwfc = 12.0 ,
                        nbnd = 8,
            exxdiv_treatment = 'gygi-baldereschi' ,
/
&ELECTRONS
/
ATOMIC_SPECIES
   Si   28.08600  Si.vbc.UPF
ATOMIC_POSITIONS alat
   Si      0.000000000    0.000000000    0.000000000
   Si      0.250000000    0.250000000    0.250000000
K_POINTS tpiba
36
   0.500000000    0.500000000    0.500000000      1.000000000
   0.400000000    0.400000000    0.400000000      2.000000000
   0.300000000    0.300000000    0.300000000      3.000000000
   0.200000000    0.200000000    0.200000000      4.000000000
   0.100000000    0.100000000    0.100000000      5.000000000
   0.000000000    0.000000000    0.000000000      6.000000000
   0.000000000    0.000000000    0.100000000      7.000000000
   0.000000000    0.000000000    0.200000000      8.000000000
   0.000000000    0.000000000    0.300000000      9.000000000
   0.000000000    0.000000000    0.400000000     10.000000000
   0.000000000    0.000000000    0.500000000     11.000000000
   0.000000000    0.000000000    0.600000000     12.000000000
   0.000000000    0.000000000    0.700000000     13.000000000
   0.000000000    0.000000000    0.800000000     14.000000000
   0.000000000    0.000000000    0.900000000     15.000000000
   0.000000000    0.000000000    1.000000000     16.000000000
   0.000000000    0.100000000    1.000000000     17.000000000
   0.000000000    0.200000000    1.000000000     18.000000000
   0.000000000    0.300000000    1.000000000     19.000000000
   0.000000000    0.400000000    1.000000000     20.000000000
   0.000000000    0.500000000    1.000000000     21.000000000
   0.000000000    0.600000000    1.000000000     22.000000000
   0.000000000    0.700000000    1.000000000     23.000000000
   0.000000000    0.800000000    1.000000000     24.000000000
   0.000000000    0.900000000    1.000000000     25.000000000
   0.000000000    1.000000000    1.000000000     26.000000000
   0.000000000    0.900000000    0.900000000     27.000000000
   0.000000000    0.800000000    0.800000000     28.000000000
   0.000000000    0.700000000    0.700000000     29.000000000
   0.000000000    0.600000000    0.600000000     30.000000000
   0.000000000    0.500000000    0.500000000     31.000000000
   0.000000000    0.400000000    0.400000000     32.000000000
   0.000000000    0.300000000    0.300000000     33.000000000
   0.000000000    0.200000000    0.200000000     34.000000000
   0.000000000    0.100000000    0.100000000     35.000000000
   0.000000000    0.000000000    0.000000000     36.000000000
感激不尽!
好好学习,天天向上
3楼2013-07-28 10:27:21
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

liqizuiyang

木虫 (著名写手)

【答案】应助回帖

★ ★
感谢参与,应助指数 +1
franch: 金币+2, 谢谢回帖交流,, 2013-07-29 14:04:45
编译完后测试了么?

另外最好用Intel编译器编译MPI,再用MPI编译QE。用GCC编译会痛苦死的。
4楼2013-07-28 19:45:06
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

gswylq

木虫 (正式写手)

引用回帖:
3楼: Originally posted by hustzym at 2013-07-28 10:27:21
你好,我安装了MPI,pw.x也安装了,但是运行之后还是报错呢。这是运行后显示的内容:
zym@zym-To-be-filled-by-O-E-M:~$ cd ~/QE/7.23
zym@zym-To-be-filled-by-O-E-M:~/QE/7.23$ pw.x < si.scf.in > si.s ...

运行命令为:mpirun -np 4 pw.x <scf.in >scf.out &试试
5楼2013-07-29 21:47:55
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
相关版块跳转 我要订阅楼主 hustzym 的主题更新
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[考研] 资源与环境 调剂申请(333分) +5 holy J 2026-03-21 5/250 2026-03-21 22:42 by Catalysis25
[考研] 354求调剂 +6 Tyoumou 2026-03-18 9/450 2026-03-21 20:47 by lbsjt
[考研] 求调剂 +5 十三加油 2026-03-21 5/250 2026-03-21 18:48 by 学员8dgXkO
[考研] 材料工程专硕 348分求调剂 +3 冬辞. 2026-03-17 5/250 2026-03-21 18:47 by 学员8dgXkO
[考研] 一志愿南大,0703化学,分数336,求调剂 +3 收到VS 2026-03-21 3/150 2026-03-21 18:42 by 学员8dgXkO
[考研] 279分求调剂 一志愿211 +14 chaojifeixia 2026-03-19 15/750 2026-03-21 13:24 by zhukairuo
[考研] 330求调剂0854 +3 assdll 2026-03-21 3/150 2026-03-21 13:01 by 搏击518
[考研] 求调剂 +6 Mqqqqqq 2026-03-19 6/300 2026-03-21 08:04 by JourneyLucky
[考研] 316求调剂 +6 梁茜雯 2026-03-19 6/300 2026-03-21 06:32 by Ecowxq666!
[考研] 考研调剂求学校推荐 +3 伯乐29 2026-03-18 5/250 2026-03-20 22:59 by JourneyLucky
[考研] 287求调剂 +7 晨昏线与星海 2026-03-19 8/400 2026-03-20 22:19 by JourneyLucky
[考研] 求调剂,一志愿:南京航空航天大学大学 ,080500材料科学与工程学硕,总分289分 +4 @taotao 2026-03-19 4/200 2026-03-20 22:14 by JourneyLucky
[考研] 求调剂一志愿南京航空航天大学289分 +3 @taotao 2026-03-19 3/150 2026-03-20 21:34 by JourneyLucky
[考研] 08工学调剂 +5 用户573181 2026-03-20 5/250 2026-03-20 15:47 by xia_2003
[考研] 材料与化工求调剂 +7 为学666 2026-03-16 7/350 2026-03-19 14:48 by 尽舜尧1
[考研] 286求调剂 +6 lemonzzn 2026-03-16 10/500 2026-03-19 14:31 by lemonzzn
[考研] 0703化学调剂 +3 妮妮ninicgb 2026-03-17 3/150 2026-03-18 10:29 by macy2011
[考研] 0703化学336分求调剂 +6 zbzihdhd 2026-03-15 7/350 2026-03-18 09:53 by zhukairuo
[考研] 275求调剂 +4 太阳花天天开心 2026-03-16 4/200 2026-03-17 10:53 by 功夫疯狂
[考研] 302求调剂 +4 小贾同学123 2026-03-15 8/400 2026-03-17 10:33 by 小贾同学123
信息提示
请填处理意见