24小时热门版块排行榜    

查看: 3296  |  回复: 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 的主题更新
普通表情 高级回复 (可上传附件)
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[博后之家] 售SCI一区T0P文章,我:8O.55.1.O.54,科目全,可伽急 +4 Aj1rhIDL5ixY 2026-09-14 4/200 2026-09-16 22:16 by Tql5LQhh5rLK
[考博] 售SCI一区T0P文章,我:8O.55.1.O.5.4,科目齐全,可+急 +3 40ms4Wlo4umh 2026-09-14 3/150 2026-09-16 21:26 by MHf40yA0Uhyb
[考研] 售SCI一区T0P文章,我:8O.55.1.O.54,科目全,可伽急 +4 23jxep3nCNZb 2026-09-14 4/200 2026-09-16 20:50 by MHf40yA0Uhyb
[考研] 售SCI一区T0P文章,我:8.O.55.1.O.5.4,科目全,可+急 +5 s3fFTmArrBt6 2026-09-14 5/250 2026-09-16 19:15 by rRvxEj3zorCy
[博后之家] 售SCI一区文章,我:8.O.551.O.5.4,科目全,可伽急 +4 s3fFTmArrBt6 2026-09-14 5/250 2026-09-16 16:27 by i3KBRD19ERkG
[找工作] 售SCI一区T0P文章,我:8.O.55.1.O54,科目全,可伽急 +5 s3fFTmArrBt6 2026-09-13 6/300 2026-09-16 16:15 by i3KBRD19ERkG
[博后之家] 售SCI一区T0P文章,我:8.O.55.1.O54,科目全,可伽急 +3 vZfe6xYu34yj 2026-09-14 3/150 2026-09-16 08:51 by SjQobnC04j06
[考研] 售SCI文章,我:8O5.5.1.O.54,科目齐全,可+急 +5 6F5UbRU2I5hL 2026-09-14 5/250 2026-09-16 05:03 by LH5NkK5Ud4bh
[找工作] 售SCI一区T0P文章,我:8.O.55.1.O.5.4,科目全,可+急 +5 6F5UbRU2I5hL 2026-09-14 5/250 2026-09-16 04:51 by LH5NkK5Ud4bh
[硕博家园] 售SCI一区文章,我:8O5.5.1.O5.4,科目全,可伽急 +5 s3fFTmArrBt6 2026-09-13 7/350 2026-09-16 03:26 by DgNGHc3h5tPl
[找工作] 售SCI一区T0P文章,我:8.O.55.1.O54,科目全,可伽急 +4 3n8v2C8RimXI 2026-09-13 5/250 2026-09-16 03:02 by DgNGHc3h5tPl
[找工作] 售SCI一区T0P文章,我:8.O.55.1.O.5.4,科目全,可+急 +7 QUjhNVAcOSff 2026-09-13 8/400 2026-09-16 02:23 by DgNGHc3h5tPl
[硕博家园] 售SCI一区T0P文章,我:8.O.55.1.O54,科目全,可伽急 +5 QUjhNVAcOSff 2026-09-13 5/250 2026-09-16 02:14 by DgNGHc3h5tPl
[考博] 售SCI一区T0P文章,我:8.O.55.1.O.5.4,科目全,可+急 +3 6F5UbRU2I5hL 2026-09-14 3/150 2026-09-15 17:39 by CgyNCDVNhGVg
[考博] 售SCI一区T0P文章,我:8O.55.1.O.5.4,科目齐全,可+急 +6 s3fFTmArrBt6 2026-09-14 7/350 2026-09-15 16:47 by CgyNCDVNhGVg
[公派出国] 售SCI一区T0P文章,我:8O.55.1.O.5.4,科目齐全,可+急 +4 3n8v2C8RimXI 2026-09-13 5/250 2026-09-15 14:58 by CgyNCDVNhGVg
[教师之家] 售SCI-T0P文章,我:8O.5.5.1.O.54,科目齐全,可+急 +3 6F5UbRU2I5hL 2026-09-14 3/150 2026-09-15 08:26 by C79jjtjAKjEn
[教师之家] 售SCI文章,我:8O.5.5.1O.54,科目全,可十急 +3 6F5UbRU2I5hL 2026-09-14 3/150 2026-09-15 08:14 by C79jjtjAKjEn
[教师之家] 售SCI一区文章,我:8.O.55.1.O.54,科目齐全,可伽急 +4 s3fFTmArrBt6 2026-09-13 4/200 2026-09-15 06:50 by 5BDX0d0WFp7t
[教师之家] 售SCI一区T0P文章,我:8.O.55.1.O.54,科目齐全,可+急 +6 3n8v2C8RimXI 2026-09-13 6/300 2026-09-15 05:38 by 5BDX0d0WFp7t
信息提示
请填处理意见