我们在进行第一性原理计算时,如遇到以下报错情况:

 running on   32 total coresdistrk:  each k-point on   32 cores,    1 groupsdistr:  one band on    1 cores,   32 groupsusing from now: INCAR     vasp.5.4.4.18Apr17-6-g9f103f2a35 (build Nov 23 2021 19:32:22) complex          POSCAR found type information on POSCAR  Mn Ni SnPOSCAR found :  3 types and      24 ionsscaLAPACK will be used-----------------------------------------------------------------------------
|                                                                             |
|           W    W    AA    RRRRR   N    N  II  N    N   GGGG   !!!           |
|           W    W   A  A   R    R  NN   N  II  NN   N  G    G  !!!           |
|           W    W  A    A  R    R  N N  N  II  N N  N  G       !!!           |
|           W WW W  AAAAAA  RRRRR   N  N N  II  N  N N  G  GGG   !            |
|           WW  WW  A    A  R   R   N   NN  II  N   NN  G    G                |
|           W    W  A    A  R    R  N    N  II  N    N   GGGG   !!!           |
|                                                                             |
|      For optimal performance we recommend to set                            |
|        NCORE= 4 - approx SQRT( number of cores)                             |
|      NCORE specifies how many cores store one orbital (NPAR=cpu/NCORE).     |
|      This setting can  greatly improve the performance of VASP for DFT.     |
|      The default,   NCORE=1            might be grossly inefficient         |
|      on modern multi-core architectures or massively parallel machines.     |
|      Do your own testing !!!!                                               |
|      Unfortunately you need to use the default for GW and RPA calculations. |
|      (for HF NCORE is supported but not extensively tested yet)             |
|                                                                             |----------------------------------------------------------------------------- -----------------------------------------------------------------------------
|                                                                             |
|  ADVICE TO THIS USER RUNNING 'VASP/VAMP'   (HEAR YOUR MASTER'S VOICE ...):  |
|                                                                             |
|      You have a (more or less) 'large supercell' and for larger cells       |
|      it might be more efficient to use real space projection opertators     |
|      So try LREAL= Auto  in the INCAR   file.                               |
|      Mind:          For very  accurate calculation you might also keep the  |
|      reciprocal projection scheme          (i.e. LREAL=.FALSE.)             |
|                                                                             |----------------------------------------------------------------------------- LDA part: xc-table for Pade appr. of PerdewPOSCAR found type information on POSCAR  Mn Ni SnPOSCAR found :  3 types and      24 ions-----------------------------------------------------------------------------
|                                                                             |
|           W    W    AA    RRRRR   N    N  II  N    N   GGGG   !!!           |
|           W    W   A  A   R    R  NN   N  II  NN   N  G    G  !!!           |
|           W    W  A    A  R    R  N N  N  II  N N  N  G       !!!           |
|           W WW W  AAAAAA  RRRRR   N  N N  II  N  N N  G  GGG   !            |
|           WW  WW  A    A  R   R   N   NN  II  N   NN  G    G                |
|           W    W  A    A  R    R  N    N  II  N    N   GGGG   !!!           |
|                                                                             |
|      The distance between some ions is very small                           |
|      please check the nearest neigbor list in the OUTCAR file               |
|          I HOPE YOU KNOW, WHAT YOU ARE  DOING                               |
|                                                                             |----------------------------------------------------------------------------- POSCAR, INCAR and KPOINTS ok, starting setupFFT: planning ...WAVECAR not readWARNING: random wavefunctions but no delay for mixing, default for NELMDLscaLAPACK: Routine ZPOTRF ZTRTRI failed!         190          35           2LAPACK: Routine ZTRTRI failed!
Abort(1) on node 0 (rank 0 in comm 0): application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0

解决办法:重新建模生成POSCAR文件,与此同时适当在原来报错情况下的模型上成相同倍数的比例增大晶格常数abc,但是增大不要过多,首先尝试1.2倍数和1.5倍等,并逐步放大倍数。改变晶格常数的POSCAR文件重新放入超算计算即可!
文章最后,附常见报错汇总情况:
https://www.doc88.com/p-8572527942861.html

第一性原理VASP计算报错解决方法及常见错误汇总相关推荐

  1. numpy 弧度函数arctan()计算报错解决方法

    二维计算的时候没有问题,单行计算时出现报错. 下面是np1的值 AttributeError: 'numpy.float64' object has no attribute 'arctan' [ 0 ...

  2. python运行启动报错解决方法_pyspider启动错误解决(Python 3.7)

    问题一 安装好pyspider之后,在启动的时候,报出上图错误. 原因 async和await从 python3.7 开始已经加入保留关键字中. 参考: What's New In Python 3. ...

  3. ThinkPad安装deepin操作系统报错解决方法

    ThinkPad安装deepin操作系统报错解决方法 参考文章: (1)ThinkPad安装deepin操作系统报错解决方法 (2)https://www.cnblogs.com/haihua85/p ...

  4. hive导出数据到本地文件报错解决方法

    hive导出数据到本地文件报错解决方法 参考文章: (1)hive导出数据到本地文件报错解决方法 (2)https://www.cnblogs.com/yaopeiyun/p/12232251.htm ...

  5. Failed to resolve: com.android.support:appcompat-v7:27.+ 报错解决方法

    Failed to resolve: com.android.support:appcompat-v7:27.+ 报错解决方法 参考文章: (1)Failed to resolve: com.andr ...

  6. AndroidStudio EventBus报错解决方法its super classes have no public methods with the @Subscribe

    AndroidStudio EventBus报错解决方法its super classes have no public methods with the @Subscribe 参考文章: (1)An ...

  7. @Data注解使用后get set报错解决方法

    @Data注解使用后get set报错解决方法 参考文章: (1)@Data注解使用后get set报错解决方法 (2)https://www.cnblogs.com/lijinshan950823/ ...

  8. 【PaddlePaddle系列】报错解决方法合集 (不定时更新)

    [PaddlePaddle系列]报错解决方法合集 (不定时更新) 参考文章: (1)[PaddlePaddle系列]报错解决方法合集 (不定时更新) (2)https://www.cnblogs.co ...

  9. vue 项目初始化时,npm run dev报错解决方法

    vue 项目初始化时,npm run dev报错解决方法 参考文章: (1)vue 项目初始化时,npm run dev报错解决方法 (2)https://www.cnblogs.com/ruilin ...

最新文章

  1. springmvc教程(4)
  2. 编写手机端自适应页面案例,springMVC代码,SpringMVC上传代码,去掉input框中原有的样式,使ios按钮没有圆角,css中的border-radius类似
  3. Android 使用SQLiteDatabase操作SQLite数据库(一)
  4. 动态插入图片到 svg 中
  5. linux 创建文件_Linux怎么创建文件或更新文件日期
  6. C# ToString
  7. spss分析方法-回归分析
  8. nodejs下载慢问题
  9. 不爬山的人很少摔跤——Celeste蔚蓝的叙事理念与关卡设计(一)
  10. 判断四个点是否可以构成矩形(优雅的解法!!!)
  11. C# 破解 Reflector8.5
  12. java读取文件是乱码_java读取txt文件乱码解决方案
  13. IM即时通讯源码 聊天交友APP源码
  14. 卷积神经网络之 - 残差⽹络(RESNET)
  15. html制作唐诗三百首,《唐诗三百首》
  16. HTTP Status 404 的解决思路
  17. 激活 MarkDownPad 2
  18. html div 鼠标悬停改变样式
  19. div+css使用padding样式和 important标记实现Firefox和IE6处理带float样式的margi
  20. Chino with Train to the Rabbit Town

热门文章

  1. leetcode-1319:连通网络的操作次数
  2. 计算机电脑重置,如果Lenovo计算机无法重置计算机该怎么办
  3. Solidity实现默克尔树 Merkle Tree
  4. 盒子卡在android正在升级,手机开机一直显示android正在升级怎么处理
  5. centos 7 安装后的必要设置 (将centos 7改造为LINUX桌面系统)
  6. 实现线程同步的几种方式
  7. 提取字符串中的数字方法
  8. 红队神器-Evil-Winrm详细使用指南
  9. 思科双核心交换机双出口防火墙配置案例
  10. 服务器主板u3芯片配i3CP0,2013年仍是装机首选 铭瑄P75U3 Pro评测