24小时热门版块排行榜    

查看: 2953  |  回复: 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兄 的主题更新
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[基金申请] 关于代码变化问题,想知道的进来 +15 且听虎啸 2026-08-07 22/1100 2026-08-09 22:13 by 布布和一二
[基金申请] 这样的filecode谁见过 +10 布布和一二 2026-08-08 21/1050 2026-08-09 17:21 by 天神眷顾
[基金申请] filecode与中标关系的预测 +5 布布和一二 2026-08-07 5/250 2026-08-09 16:15 by 袁向阳007
[基金申请] 关于filecode,很负责任的告诉大家 +6 爱看书的可乐 2026-08-08 7/350 2026-08-08 22:13 by a_niu
[基金申请] 关于豆爷回答的JTJC与%2F数量 +5 yang182083 2026-08-06 7/350 2026-08-08 18:29 by zhanghaozhu
[基金申请] 好奇怪的filecode +3 布布和一二 2026-08-08 4/200 2026-08-08 17:46 by zhanghaozhu
[基金申请] 基金中了 +14 laoda193707 2026-08-06 14/700 2026-08-08 00:23 by 实验小白ha
[基金申请] 关于filecode +4 布布和一二 2026-08-07 7/350 2026-08-07 22:55 by zhanghaozhu
[基金申请] 娱乐 +6 Tide man 2026-08-03 6/300 2026-08-07 22:40 by 铁帽子农民
[基金申请] 化学口download_prp&fileCode的固定段好像这几天一直没变,有变的大神么? +3 Tide man 2026-08-07 4/200 2026-08-07 22:39 by Tide man
[基金申请] 固定端突然变了,今天 +6 archvillain 2026-08-06 10/500 2026-08-07 16:03 by 医学老男孩
[基金申请] filecode变化情况 +6 布布和一二 2026-08-07 22/1100 2026-08-07 14:45 by 且听虎啸
[基金申请] 大家散了吧,后缀研究没有意义,别浪费时间了,过好目前的每一天,不要焦虑 +5 Tide man 2026-08-06 7/350 2026-08-07 13:11 by 医学老男孩
[基金申请] filecode +14 等待解的谜 2026-08-06 19/950 2026-08-07 12:20 by wlwhappy
[基金申请] filecode +8 布布和一二 2026-08-06 11/550 2026-08-06 20:41 by tangpu318
[基金申请] 影响面上的因素 +8 布布和一二 2026-08-05 11/550 2026-08-06 10:41 by 宝贝虫子
[基金申请] 8月时间戳变的,举个手。玩一下,释放压力 +9 archvillain 2026-08-04 11/550 2026-08-05 20:06 by wlwhappy
[基金申请] 好消息?这个有何含义??? +8 Tide man 2026-08-05 10/500 2026-08-05 16:14 by xmuxiaoyu
[基金申请] 有没有H口的?有收到消息的吗? +3 超级海虾 2026-08-04 3/150 2026-08-04 17:26 by 学教育滴
[基金申请] 纯娱乐,不喜欢勿喷 +7 Tide man 2026-08-04 10/500 2026-08-04 15:10 by loufangrui
信息提示
请填处理意见