24小时热门版块排行榜    

查看: 3236  |  回复: 7

gleerat

木虫 (正式写手)

[交流] 【求助】forrtl: error (78): 怎么回事? 已有5人参与

集群的并行版VASP原来有问题,我修复了一下(是数学库的问题,我改了ld.so.conf),昨天测试了一个例子,很正常的。今天在集群上运行并行的vasp,结果出现错误提示:
CODE:
[zhuqx_hp@node1 vasp]$ /usr/bin/mpirun -np 4 /home/bin/vasp.openmpi
running on 1 nodes
distr: one band on 1 nodes, 1 groups
running on 1 nodes
running on 1 nodes
distr: one band on 1 nodes, 1 groups
distr: one band on 1 nodes, 1 groups
vasp.4.6.28 25Jul05 complex
POSCAR found : 3 types and 20 ions
vasp.4.6.28 25Jul05 complex
POSCAR found : 3 types and 20 ions
running on 1 nodes
distr: one band on 1 nodes, 1 groups
vasp.4.6.28 25Jul05 complex
POSCAR found : 3 types and 20 ions
vasp.4.6.28 25Jul05 complex
POSCAR found : 3 types and 20 ions
LDA part: xc-table for Ceperly-Alder, standard interpolation
LDA part: xc-table for Ceperly-Alder, standard interpolation
LDA part: xc-table for Ceperly-Alder, standard interpolation
LDA part: xc-table for Ceperly-Alder, standard interpolation
POSCAR, INCAR and KPOINTS ok, starting setup
POSCAR, INCAR and KPOINTS ok, starting setup
POSCAR, INCAR and KPOINTS ok, starting setup
WARNING: wrap around errors must be expected
WARNING: wrap around errors must be expected
WARNING: wrap around errors must be expected
POSCAR, INCAR and KPOINTS ok, starting setup
WARNING: wrap around errors must be expected
FFT: planning ... 5
FFT: planning ... 5
FFT: planning ... 5
reading WAVECAR
reading WAVECAR
reading WAVECAR
FFT: planning ... 5
reading WAVECAR
LAPACK: Routine ZPOTRF failed! 67
-----------------------------------------------------------------------------
It seems that [at least] one of the processes that was started with mpirun did not invoke MPI_INIT before quitting (it is possible that more than one process did not invoke MPI_INIT -- mpirun was only notified of the first one, which was on node n0).
mpirun can *only* be used with MPI programs (i.e., programs that invoke MPI_INIT and MPI_FINALIZE). You can use the "lamexec" program to run non-MPI programs over the lambooted nodes.
-----------------------------------------------------------------------------
forrtl: error (78): process killed (SIGTERM)
forrtl: error (78): process killed (SIGTERM)
forrtl: error (78): process killed (SIGTERM)

我找到的解释是:http://hpc-wiki.uni-graz.at/Wiki-Seiten/MPI%20Errors%20and%20SGE%20Problems.aspx
引用回帖:
Explanation: A host (here k07) has a problem so that login attempts by the SGE cannot success anymore. Please contact the system manager.

http://software.intel.com/en-us/forums/showthread.php?t=52255
引用回帖:
What MPI implementation do you use? Does this code work correctly when compiled with other compiler?

http://www.ncsa.illinois.edu/UserInfo/Resources/Software/Intel/Compilers/8.1/f_ug1/ug1l_rt_errors.htm
引用回帖:
FOR$IOS_SIGTERM. The process received the signal SIGTERM. Determine source of this software termination signal (described in signal(3) ).

不过我还是看不懂,谁帮我解释一下,有方案的提一下啊。谢谢

[ Last edited by gleerat on 2010-5-25 at 12:09 ]
回复此楼

» 猜你喜欢

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

明察、慎思、笃行
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

cenwanglai

荣誉版主 (知名作家)

老和山猥琐派九段

优秀版主


小木虫(金币+0.5):给个红包,谢谢回帖交流
可能并行软件没有安装好,或者编译的时候没有设置对.看起来是同时运行几个串行进程.
2楼2010-05-25 14:44:58
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

gleerat

木虫 (正式写手)

引用回帖:
Originally posted by cenwanglai at 2010-05-25 14:44:58:
可能并行软件没有安装好,或者编译的时候没有设置对.看起来是同时运行几个串行进程.

这个不大可能,因为这个软件原来一直在用,并行的VASP和MPI都没有听说什么问题,我就是在ld.so.conf中改了一下数学库的链接。而且,昨天我测试的时候还没有任何问题呢(虽然不能确定一定是并行,但是从测试的时间上来看应该是并行的)。
明察、慎思、笃行
3楼2010-05-25 17:39:42
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

锐利的碎片

木虫 (正式写手)

star watcher


小木虫(金币+0.5):给个红包,谢谢回帖交流
引用回帖:
Originally posted by gleerat at 2010-05-25 17:39:42:

这个不大可能,因为这个软件原来一直在用,并行的VASP和MPI都没有听说什么问题,我就是在ld.so.conf中改了一下数学库的链接。而且,昨天我测试的时候还没有任何问题呢(虽然不能确定一定是并行,但是从测试的时 ...

改i数学库干嘛,vasp连接的有些是动态库。
4楼2010-05-25 17:56:44
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

gleerat

木虫 (正式写手)

引用回帖:
Originally posted by 锐利的碎片 at 2010-05-25 17:56:44:

改i数学库干嘛,vasp连接的有些是动态库。

就是因为数学库找不到了才改的啊。这是我原来发的帖子,就是VASP找不到数学库的问题(貌似好了)。

[ Last edited by gleerat on 2010-5-25 at 18:10 ]
明察、慎思、笃行
5楼2010-05-25 18:08:42
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

rongnide

新虫 (初入文坛)


小木虫(金币+0.5):给个红包,谢谢回帖
据说这种情况是被管理员杀了!!
6楼2012-03-05 10:55:09
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

gleerat

木虫 (正式写手)

引用回帖:
6楼: Originally posted by rongnide at 2012-03-05 10:55:09:
据说这种情况是被管理员杀了!!

我就是管理员,呵呵
后来没有出现这种情况。
明察、慎思、笃行
7楼2012-03-06 10:11:04
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

hillnochange

新虫 (初入文坛)


小木虫: 金币+0.5, 给个红包,谢谢回帖
内容已删除
8楼2013-06-03 15:25:46
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
相关版块跳转 我要订阅楼主 gleerat 的主题更新
普通表情 高级回复 (可上传附件)
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[基金申请] 投票:  有多少人是今天查系统知道结果的? +15 爱看书的可乐 2026-08-26 17/850 2026-08-27 00:35 by xxniao123
[硕博家园] 售SCI一区T0P文章,我:8.O.55.1.O.54,科目齐全,可+急 +3 LIbGuocjEEYw 2026-08-26 3/150 2026-08-27 00:09 by Ie9AyIAvGbvs
[基金申请] 国自然面上复盘~欢迎讨论 +4 晴天加油 2026-08-26 5/250 2026-08-26 21:27 by 木风9012
[基金申请] 怎么查啊 +5 huang1991js 2026-08-26 5/250 2026-08-26 16:09 by Equinoxhua
[基金申请] 2026国自然函评费到账 +22 羊腰板 2026-08-21 25/1250 2026-08-26 15:00 by zuocuiping
[基金申请] 出来了 +9 trojank 2026-08-26 9/450 2026-08-26 14:25 by 宝贝虫子
[基金申请] 为什么国自然不能直接公布 +4 bjdxyxy 2026-08-26 4/200 2026-08-26 13:12 by qingmu1201
[基金申请] 国合里面能看到了 +7 一怀馨秋 2026-08-26 7/350 2026-08-26 11:23 by zhaosm1982
[基金申请] 国际合作可查了,中了面上 +18 Ldrop2023 2026-08-26 18/900 2026-08-26 11:15 by cmrandy
[基金申请] 系统进不去 +4 yanglien 2026-08-26 5/250 2026-08-26 11:10 by wenfengw83
[基金申请] 项目信息和经费信息在系统里都可以看到了 +6 wittyboy 2026-08-26 14/700 2026-08-26 10:55 by wittyboy
[基金申请] 怎么看青基中了没有啊 +4 叶九微 2026-08-26 4/200 2026-08-26 10:52 by xiacongxu
[基金申请] 国合现在查不到了吗? +10 chengyan1220 2026-08-24 20/1000 2026-08-26 08:57 by peasantsprig
[基金申请] 今日不放榜?网传国自然预计 8 月 27 日可查结果 +17 医学老男孩 2026-08-20 22/1100 2026-08-25 15:36 by 医学老男孩
[基金申请] 人气不行了 +11 fansofjerry 2026-08-21 11/550 2026-08-25 11:04 by 孤独的英雄6
[教师之家] 导师吐槽:我怎么摊上了这么个极品研究生! +3 苏东坡二世 2026-08-23 3/150 2026-08-25 10:35 by shisan1313
[基金申请] 时间戳今天,20号变了 +5 archvillain 2026-08-20 5/250 2026-08-22 06:12 by hui_daxiao
[基金申请] 看来今天不会放榜了? +8 chengyan1220 2026-08-21 11/550 2026-08-21 17:52 by dcqxinyang
[基金申请] 时间戳又变了 +13 wuchongjun 2026-08-20 19/950 2026-08-21 17:21 by 紫杉醇
[基金申请] 基金啊基金 +4 longfie172 2026-08-20 4/200 2026-08-21 08:58 by mark mao
信息提示
请填处理意见