24小时热门版块排行榜    

查看: 2748  |  回复: 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兄 的主题更新
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[考研] 上海电力大学材料防护与新材料重点实验室招收调剂研究生(材料、化学、电化学,环境) +4 我爱学电池 2026-03-23 4/200 2026-03-25 00:59 by 1027_324
[考研] 考研调剂 +4 呼呼?~+123456 2026-03-24 4/200 2026-03-24 23:16 by barlinike
[考研] 300分,材料,求调剂,英一数二 +5 超赞的 2026-03-24 5/250 2026-03-24 21:07 by 星空星月
[考研] 336求调剂 +4 收到VS 2026-03-20 4/200 2026-03-23 19:02 by macy2011
[考研] 工科0856求调剂 +5 沐析汀汀 2026-03-21 5/250 2026-03-23 17:56 by 海瑟薇-
[考研] 316求调剂 +7 梁茜雯 2026-03-19 7/350 2026-03-23 16:21 by lingjue
[考研] 北科281学硕材料求调剂 +8 tcxiaoxx 2026-03-20 9/450 2026-03-23 12:16 by tcxiaoxx
[考研] 求调剂材料学硕080500,总分289分 5+3 @taotao 2026-03-19 21/1050 2026-03-23 10:17 by 冠c哥
[考研] 085600材料与化工306 +4 z1z2z3879 2026-03-21 4/200 2026-03-21 23:44 by ms629
[考研] 初试 317 +7 半拉月丙 2026-03-20 7/350 2026-03-21 22:26 by peike
[考研] 307求调剂 +3 余意卿 2026-03-18 3/150 2026-03-21 17:31 by ColorlessPI
[考研] 296求调剂 +4 www_q 2026-03-20 4/200 2026-03-21 17:26 by 学员8dgXkO
[考研] 336求调剂 +5 rmc8866 2026-03-21 5/250 2026-03-21 17:24 by 学员8dgXkO
[考研] 299求调剂 +5 shxchem 2026-03-20 7/350 2026-03-21 17:09 by ColorlessPI
[考研] 一志愿 西北大学 ,070300化学学硕,总分287,双非一本,求调剂。 +3 晨昏线与星海 2026-03-18 3/150 2026-03-21 00:46 by JourneyLucky
[考研] 一志愿中海洋材料工程专硕330分求调剂 +8 小材化本科 2026-03-18 8/400 2026-03-20 23:16 by JourneyLucky
[考研] 317求调剂 +5 申子申申 2026-03-19 9/450 2026-03-20 22:26 by JourneyLucky
[考研] 一志愿 西北大学 ,070300化学学硕,总分287,双非一本,求调剂。 +4 晨昏线与星海 2026-03-19 4/200 2026-03-20 22:15 by JourneyLucky
[考研] 086500 325 求调剂 +3 领带小熊 2026-03-19 3/150 2026-03-20 18:38 by 尽舜尧1
[考研] 0856调剂,是学校就去 +8 sllhht 2026-03-19 9/450 2026-03-20 14:25 by 无懈可击111
信息提示
请填处理意见