| 查看: 886 | 回复: 1 | ||
[求助]
VASP计算出错 已有1人参与
|
|
用VASP进行结构优化计算,出现下面错误是怎么回事?可以进行其他计算,应该不是软件问题,下面给出了INCAR参数设置 -------------------------------------------------------------------------- MPI_ABORT was invoked on rank 0 in communicator MPI_COMM_WORLD with errorcode 1. NOTE: invoking MPI_ABORT causes Open MPI to kill all MPI processes. You may or may not see output from other processes, depending on exactly when Open MPI kills them. -------------------------------------------------------------------------- LAPACK: Routine ZPOTRF failed! 1 1 1 LAPACK: Routine ZPOTRF failed! LAPACK: Routine ZPOTRF failed! 1 1 1 我的INCAR文件: ENCUT = 670 ISTART = 0 ICHARG = 2 ISMEAR = 1 SIGMA = 0.2 NSW = 100 IBRION = 2 EDIFF = 1E-4 EDIFFG = -1E-2 ISIF = 2 NPAR = 4 IALGO = 48 NELMIN = 8 VOSKOWN = 1 LREAL = Auto PREC = Normal LWAVE = .FALSE. LCHARG = .FALSE. |
» 猜你喜欢
各位大神,目前国内有哪些比较好用的逆合成软件?
已经有14人回复
国社科系统bug了,是不是要放榜了?
已经有10人回复
现代”学阀”该如何界定
已经有9人回复
课题组招2027级博士 上海工程技术大学 激光智能制造方向
已经有4人回复
上海工程技术大学 激光智能制造课题组 2027级博士研究生招生
已经有3人回复
上海工程技术大学激光智能制造课题组|2027级博士研究生招生公告
已经有11人回复
申博发邮件
已经有11人回复
我的奶奶
已经有3人回复
zhangfrank
金虫 (正式写手)
- 应助: 178 (高中生)
- 金币: 660.2
- 散金: 226
- 红花: 53
- 帖子: 891
- 在线: 344.5小时
- 虫号: 2679423
- 注册: 2013-09-25
- 性别: GG
- 专业: 凝聚态物性 II :电子结构
【答案】应助回帖
感谢参与,应助指数 +1
|
帖子链接:https://www.researchgate.net/pos ... all_to_ZHEGV_failed This is possibly a sign that the RMM-DIIS algorithm is failing in your electronic minimization. If you change ALGO = Fast to ALGO = Normal, the RMM is not used, which may solve the problem. Also, a good resource for solving common errors in VASP is to look at the custodian package (see first link below). If you implement it in your workflow, it will handle many common VASP errors automatically. If you just want to know how it attempts to fix a specific error, take a look at the VASP error handler module code (see second link below). By searching for the specific error message in the code, you can see what custodian does to try to avoid it. Another option would be to run your calculations with aflow, a program from the Curtarolo group (see third link below). It also attempts to handle common VASP errors automatically. You can also look through the aflow documentation to see how it attempts to correct for common errors. Is there any solution for "LAPACK: Routine ZPOTRF failed" and "call to ZHEGV failed"?. Available from: https://www.researchgate.net/pos ... all_to_ZHEGV_failed [accessed Apr 25, 2017]. |

2楼2017-04-25 19:23:06










回复此楼