24小时热门版块排行榜    

查看: 2981  |  回复: 7

AV兄

木虫 (正式写手)

[求助] VASP并行安装出现问题

VASP.5.2并行安装时,make之后,最后出现这:
/opt/intel/composer_xe_2013.2.146/compiler/lib/intel64/libimf.so: warning: warning: feupdateenv is not implemented and will always fail
回复此楼

» 猜你喜欢

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

欢迎光临我的 AI 社区 http://keepdl.org
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

AV兄

木虫 (正式写手)

在终端下运行mpirun vasp 得到如下结果:
mpirun has detected an attempt to run as root. This is *strongly*
discouraged as any mistake (e.g., in defining TMPDIR) or bug can
result in catastrophic damage to the OS file system, leaving
your system in an unusable state.

You can override this protection by adding the --allow-run-as-root
option to your cmd line. However, we reiterate our strong advice
against doing so - please do so at your own risk.
欢迎光临我的 AI 社区 http://keepdl.org
2楼2015-01-31 20:46:25
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

AV兄

木虫 (正式写手)

执行mpirun -np 2 vasp 之后出现这:

[zm@localhost vasp.5.2]$ mpirun -np 2 vasp
Error reading item 'VCAIMAGES' from file INCAR.
forrtl: error (78): process killed (SIGTERM)
Image              PC                Routine            Line        Source            
libc.so.6          00000033128CC0A6  Unknown               Unknown  Unknown
libopen-pal.so.6   00002B49A342A279  Unknown               Unknown  Unknown
libopen-pal.so.6   00002B49A341FAFE  Unknown               Unknown  Unknown
libopen-pal.so.6   00002B49A33D8ECB  Unknown               Unknown  Unknown
libmpi.so.1        00002B49A2E60F31  Unknown               Unknown  Unknown
libmpi.so.1        00002B49A2E839BF  Unknown               Unknown  Unknown
libmpi_mpifh.so.2  00002B49A2C03717  Unknown               Unknown  Unknown
vasp               000000000045DC9D  Unknown               Unknown  Unknown
vasp               000000000047B1B3  Unknown               Unknown  Unknown
vasp               000000000040B7EF  Unknown               Unknown  Unknown
vasp               000000000040B72C  Unknown               Unknown  Unknown
libc.so.6          000000331281D9F4  Unknown               Unknown  Unknown
vasp               000000000040B639  Unknown               Unknown  Unknown
--------------------------------------------------------------------------
mpirun has exited due to process rank 0 with PID 13692 on
node localhost exiting improperly. There are three reasons this could occur:

1. this process did not call "init" before exiting, but others in
the job did. This can cause a job to hang indefinitely while it waits
for all processes to call "init". By rule, if one process calls "init",
then ALL processes must call "init" prior to termination.

2. this process called "init", but exited without calling "finalize".
By rule, all processes that call "init" MUST call "finalize" prior to
exiting or it will be considered an "abnormal termination"

3. this process called "MPI_Abort" or "orte_abort" and the mca parameter
orte_create_session_dirs is set to false. In this case, the run-time cannot
detect that the abort call was an abnormal termination. Hence, the only
error message you will receive is this one.

This may have caused other processes in the application to be
terminated by signals sent by mpirun (as reported here).

You can avoid this message by specifying -quiet on the mpirun command line.

弄了一整天还没搞好,在家也没人指导
欢迎光临我的 AI 社区 http://keepdl.org
3楼2015-01-31 21:49:12
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

没人懂的孤单

木虫 (初入文坛)

金虫

引用回帖:
3楼: Originally posted by AV兄 at 2015-01-31 21:49:12
执行mpirun -np 2 vasp 之后出现这:

$ mpirun -np 2 vasp
Error reading item 'VCAIMAGES' from file INCAR.
forrtl: error (78): process killed (SIGTERM)
Image              PC                Routine ...

专业帮顶

[ 发自小木虫客户端 ]
4楼2015-02-01 14:01:53
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

huhupanpan

银虫 (小有名气)

好屌的样子
拿起笔考研嘿!
5楼2015-02-02 20:09:08
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

Phony-Silvia

新虫 (小有名气)

引用回帖:
2楼: Originally posted by AV兄 at 2015-01-31 20:46:25
在终端下运行mpirun vasp 得到如下结果:
mpirun has detected an attempt to run as root. This is *strongly*
discouraged as any mistake (e.g., in defining TMPDIR) or bug can
result in catastrophic dam ...

请问这个问题你是怎么解决的  同问
mpirun has detected an attempt to run as root.
Running at root is *strongly* discouraged as any mistake (e.g., in
defining TMPDIR) or bug can result in catastrophic damage to the OS
file system, leaving your system in an unusable state.

You can override this protection by adding the --allow-run-as-root
option to your cmd line. However, we reiterate our strong advice
against doing so - please do so at your own risk.

这个权限怎么打开
6楼2015-08-15 12:35:08
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

AV兄

木虫 (正式写手)

引用回帖:
6楼: Originally posted by Phony-Silvia at 2015-08-15 12:35:08
请问这个问题你是怎么解决的  同问
mpirun has detected an attempt to run as root.
Running at root is *strongly* discouraged as any mistake (e.g., in
defining TMPDIR) or bug can result in catastroph ...

我是自个儿装着玩的,问题也没解决,我计算是直接连的服务器,导师已经编译好了,所以实在抱歉啊

[ 发自小木虫客户端 ]
欢迎光临我的 AI 社区 http://keepdl.org
7楼2015-08-15 12:53:34
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

Phony-Silvia

新虫 (小有名气)

引用回帖:
7楼: Originally posted by AV兄 at 2015-08-15 12:53:34
我是自个儿装着玩的,问题也没解决,我计算是直接连的服务器,导师已经编译好了,所以实在抱歉啊
...

秒回啊   还是谢谢你
8楼2015-08-15 13:06:09
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
相关版块跳转 我要订阅楼主 AV兄 的主题更新
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[考研] 售SCI文章,我:8O5.5.1.O.54,科目齐全,可+急 +3 7lpolszZVXgi 2026-08-14 6/300 2026-08-15 04:21 by 4wMiSEwB6436
[基金申请] 小木虫上这么多卖论文的,真有人买论文么?感觉没必要啊 +11 Tide man 2026-08-10 12/600 2026-08-15 02:12 by home3163
[基金申请] 各位道友,我要去昆明玩几天,回来见。 +7 Tide man 2026-08-14 8/400 2026-08-15 01:11 by arzu_hma
[考研] 售SCI一区T0P文章,我:8.O.55.1.O.54,科目齐全,可+急 +4 HFw0lei2R37i 2026-08-14 8/400 2026-08-15 00:16 by 4wMiSEwB6436
[论文投稿] 售SCI一区文章,我:8O5.5.1.O5.4,科目全,可伽急 +3 HFw0lei2R37i 2026-08-14 5/250 2026-08-15 00:16 by 4wMiSEwB6436
[基金申请] 咱们一起用铁证分析2026国家社科基金中标与否 +7 启萌科技 2026-08-12 22/1100 2026-08-14 23:45 by Noways
[基金申请] filecode +6 cratir 2026-08-14 10/500 2026-08-14 18:29 by 笑叹辞穷
[基金申请] 有时候,自然基金真的不能太认真 (我的申报经验) +6 majunge000 2026-08-11 8/400 2026-08-14 14:44 by 医学老男孩
[基金申请] 应该是93bebmhtak前后十一个字符比较关键 +23 Lanmanbaby 2026-08-09 37/1850 2026-08-14 13:40 by Equinoxhua
[论文投稿] 职称评审,求友友推荐见刊最快的期刊 +5 工厂打螺丝 2026-08-08 5/250 2026-08-14 11:03 by 玖戈弋
[硕博家园] 读博的好处 +4 lnee 2026-08-11 4/200 2026-08-14 10:20 by ahsoarli
[基金申请] 我的国基提前知道中了,可是同事的操作让我实在接受不了,怎么会有这样的人 +10 家与远方 2026-08-10 15/750 2026-08-14 02:08 by 绵羊哥哥
[基金申请] 静等基金结果 +8 gjjjzhong 2026-08-10 21/1050 2026-08-13 17:56 by 且听虎啸
[基金申请] 不应该看fileCode +7 且听虎啸 2026-08-12 9/450 2026-08-13 14:27 by flydreamws
[基金申请] 结合人工智能,周易传统文化,filecode打分制来了,3分以上希望很大。 +3 Tide man 2026-08-12 4/200 2026-08-13 08:35 by ZJTJZ
[基金申请] 综述论文作为代表作会不会影响评审专家的印象分? +11 yufeiwaner 2026-08-09 13/650 2026-08-12 08:17 by yufeiwaner
[基金申请] 为什么网上很多人说本周 12号出结果 +6 瞬息宇宙 2026-08-10 7/350 2026-08-11 19:25 by Tide man
[基金申请] 什么时候出结果,有咨询渠道??? +3 Tide man 2026-08-11 3/150 2026-08-11 17:54 by kudofaye
[基金申请] 国自然结果 +4 Vierhys 2026-08-10 8/400 2026-08-10 15:06 by Vierhys
[基金申请] 面上项目filecode邪修 +5 西山十月 2026-08-09 7/350 2026-08-10 07:32 by 仁砚薪传
信息提示
请填处理意见