24小时热门版块排行榜    

查看: 2895  |  回复: 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 的主题更新
普通表情 高级回复 (可上传附件)
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[考研] 0703化学调剂 ,六级已过,有科研经历 +12 曦熙兮 2026-03-15 12/600 2026-03-19 19:42 by maocaozhuxi
[考研] 294求调剂材料与化工专硕 +13 陌の森林 2026-03-18 13/650 2026-03-19 19:41 by maocaozhuxi
[考研] 321求调剂 +8 何润采123 2026-03-18 10/500 2026-03-19 16:46 by 何润采123
[考研] 317求调剂 +3 申子申申 2026-03-19 6/300 2026-03-19 14:16 by 申子申申
[考研] 求调剂 +3 Mqqqqqq 2026-03-19 3/150 2026-03-19 14:11 by peike
[考研] 求调剂,一志愿:南京航空航天大学大学 ,080500材料科学与工程学硕,总分289分 +3 @taotao 2026-03-19 3/150 2026-03-19 14:07 by peike
[考研] 化学求调剂 +3 临泽境llllll 2026-03-17 4/200 2026-03-19 13:59 by houyaoxu
[考研] 一志愿985,本科211,0817化学工程与技术319求调剂 +10 Liwangman 2026-03-15 10/500 2026-03-19 10:25 by 无际的草原
[考研] 化学工程321分求调剂 +15 大米饭! 2026-03-15 18/900 2026-03-18 14:52 by haxia
[考研] 08工科 320总分 求调剂 +5 梨花珞晚风 2026-03-17 5/250 2026-03-18 14:49 by haxia
[考研] 280求调剂 +6 咕噜晓晓 2026-03-18 7/350 2026-03-18 11:25 by 无际的草原
[考研] 303求调剂 +4 睿08 2026-03-17 6/300 2026-03-18 11:01 by Iveryant
[考研] 332求调剂 +6 Zz版 2026-03-13 6/300 2026-03-17 17:03 by ruiyingmiao
[考研] 有没有道铁/土木的想调剂南林,给自己招师弟中~ +3 TqlXswl 2026-03-16 7/350 2026-03-17 15:23 by TqlXswl
[考研] 药学383 求调剂 +3 药学chy 2026-03-15 4/200 2026-03-16 20:51 by 元子^0^
[考研] 中科院材料273求调剂 +4 yzydy 2026-03-15 4/200 2026-03-16 15:59 by Gaodh_82
[考研] 一志愿华中师范071000,325求调剂 +6 RuitingC 2026-03-12 6/300 2026-03-16 14:50 by 可淡不可忘
[考研] 0856求调剂 +3 刘梦微 2026-03-15 3/150 2026-03-16 10:00 by houyaoxu
[考研] 22408总分284求调剂 +3 InAspic 2026-03-13 3/150 2026-03-15 11:10 by zhq0425
[考研] 308求调剂 +3 是Lupa啊 2026-03-12 3/150 2026-03-13 14:30 by 求调剂zz
信息提示
请填处理意见