24小时热门版块排行榜    

查看: 3235  |  回复: 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 的主题更新
普通表情 高级回复 (可上传附件)
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[基金申请] 2026年的国家社科基金项目通讯评审的新规则与新动向、新挑战 +7 process2012 2026-08-23 10/500 2026-08-26 19:23 by hmhminy
[基金申请] 范进中举一文的中心思想 +9 炎黄贵胄 2026-08-22 10/500 2026-08-26 15:40 by semaglutide
[基金申请] 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 宝贝虫子
[基金申请] 只有每年这种时候来逛逛小木虫 +26 yaoyewhu2008 2026-08-20 28/1400 2026-08-26 13:49 by zzuzxg
[基金申请] 系统进不去 +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
[基金申请] 国合可查了 +3 paperzjh 2026-08-26 3/150 2026-08-26 10:41 by LemmonTr
[基金申请] 今天务委会开完了,明天出结果吗 +19 angus9576 2026-08-25 23/1150 2026-08-26 10:03 by zp519
[基金申请] 牛来!米来!面来! +8 beefly 2026-08-26 8/400 2026-08-26 08:37 by xuzhipiao
[基金申请] 某些机构,以效率低为荣,以效率低作为存在感 +9 yuleib84 2026-08-25 10/500 2026-08-25 17:14 by alexon
[基金申请] 如果此刻你正在为国基感到焦虑,不妨来听听这首《基金之外》 +8 scalable 2026-08-24 8/400 2026-08-25 12:52 by jnhyjjm
[基金申请] 没有任何消息-是不是就凉了 +9 图啦图啦 2026-08-24 10/500 2026-08-25 11:59 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
[基金申请] 建议基金发布提前给出明确的时间点 +13 kulium 2026-08-21 16/800 2026-08-24 16:27 by superceng
[基金申请] 看来今天不会放榜了? +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 紫杉醇
[基金申请] 应该是下周三26日公布了吧? +4 哈哈蛤? 2026-08-21 4/200 2026-08-21 10:58 by Vivilian
[基金申请] 基金啊基金 +4 longfie172 2026-08-20 4/200 2026-08-21 08:58 by mark mao
信息提示
请填处理意见