计算化学公社

 找回密码 Forget password
 注册 Register
Views: 20951|回复 Reply: 24
打印 Print 上一主题 Last thread 下一主题 Next thread

[ORCA] orca5.0 优化有机镍配合物出错

[复制链接 Copy URL]

66

帖子

0

威望

704

eV
积分
770

Level 4 (黑子)

跳转到指定楼层 Go to specific reply
楼主
orca5.0安装应该是没有问题的,按社长的教程装的(http://sobereva.com/451http://sobereva.com/409
-----------------------------------------------------------------
[root@localhost oi]# mpiexec --version
mpiexec (OpenRTE) 4.1.1

[root@localhost ~]# which mpirun
/root/hcp/openmpi411/bin/mpirun

Report bugs to http://www.open-mpi.org/community/help/

[root@localhost oi]# which orca
alias orca='/root/hcp/orca500/orca'
        /root/hcp/orca500/orca


以及.bashrc中的环境变量为:

export PATH=$PATH:/root/hcp/openmpi411/bin
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/root/hcp/openmpi411/lib
export OMPI_ALLOW_RUN_AS_ROOT=1
export OMPI_ALLOW_RUN_AS_ROOT_CONFIRM=1

export PATH=$PATH:/root/hcp/orca500
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/root/hcp/orca500

alias orca='/root/hcp/orca500/orca'
-----------------------------------------------------------------
以下是计算的命令,刚跑5秒左右就报错,附件是输入和输出文件
-----------------------------------------------------------------
[root@localhost oi]# orca LNiCO.inp > LNiCO.out
[localhost:04691] *** An error occurred in MPI_Type_match_size
[localhost:04691] *** reported by process [3267428353,1]
[localhost:04691] *** on communicator MPI_COMM_WORLD
[localhost:04691] *** MPI_ERR_ARG: invalid argument of some other kind
[localhost:04691] *** MPI_ERRORS_ARE_FATAL (processes in this communicator will now abort,
[localhost:04691] ***    and potentially your MPI job)
[localhost.localdomain:04686] 4 more processes have sent help message help-mpi-errors.txt / mpi_errors_are_fatal
[localhost.localdomain:04686] Set MCA parameter "orte_base_help_aggregate" to 0 to see all help / error messages
[file orca_tools/qcmsg.cpp, line 458]:
  .... aborting the run
-----------------------------------------------------------------
按屏幕中的提醒好像是mpirun运行有问题,但我检查了which mpirun和mpiexec --version没有问题,不知道哪里出错了,新人求助

LNiCO.inp

4.85 KB, 下载次数 Times of downloads: 19

输入文件

LNiCO.out

84.56 KB, 下载次数 Times of downloads: 5

输出文件

1242

帖子

1

威望

3672

eV
积分
4934

Level 6 (一方通行)

2#
发表于 Post on 2021-7-14 13:18:31 | 只看该作者 Only view this author
你环境变量还有没有其他MPI?

66

帖子

0

威望

704

eV
积分
770

Level 4 (黑子)

3#
 楼主 Author| 发表于 Post on 2021-7-14 13:23:41 | 只看该作者 Only view this author
biogon 发表于 2021-7-14 13:18
你环境变量还有没有其他MPI?

没有了,我用的root用户,下面是环境变量的所有信息。在安装orca5.0时反复装了好几个版本的mpi,但现在已经把其他版本的mpi删除了
--------------------------------------------------------------------------
# .bashrc

# User specific aliases and functions

alias rm='rm -i'
alias cp='cp -i'
alias mv='mv -i'

# Source global definitions
if [ -f /etc/bashrc ]; then
        . /etc/bashrc
fi
#export g09root=/root/home/hcp
#export GAUSS_SCRDIR=/root/home/hcp/g09/scratch
#source /root/home/hcp/g09/bsd/g09.profile

export PATH=$PATH:/root/hcp/openmpi411/bin
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/root/hcp/openmpi411/lib
export OMPI_ALLOW_RUN_AS_ROOT=1
export OMPI_ALLOW_RUN_AS_ROOT_CONFIRM=1

export PATH=$PATH:/root/hcp/orca500
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/root/hcp/orca500
-- INSERT --
--------------------------------------------------------------------------

6万

帖子

99

威望

5万

eV
积分
120169

管理员

公社社长

4#
发表于 Post on 2021-7-14 15:23:14 | 只看该作者 Only view this author
先串行运行,看看到底是ORCA代码问题还是MPI的问题
北京科音自然科学研究中心http://www.keinsci.com)致力于计算化学的发展和传播,长期开办极高质量的各种计算化学类培训:初级量子化学培训班中级量子化学培训班高级量子化学培训班量子化学波函数分析与Multiwfn程序培训班分子动力学与GROMACS培训班CP2K第一性原理计算培训班,内容介绍以及往届资料购买请点击相应链接查看。这些培训是计算化学从零快速入门以及进一步全面系统性提升研究水平的高速路!培训各种常见问题见《北京科音办的培训班FAQ》
欢迎加入北京科音微信公众号获取北京科音培训的最新消息,并避免错过网上有价值的计算化学文章!
欢迎加入人气极高、专业性特别强的理论与计算化学综合交流群思想家公社QQ群(群号见此链接),合计达一万多人。北京科音培训班的学员在群中可申请VIP头衔,提问将得到群主Sobereva的最优先解答。
思想家公社的门口Blog:http://sobereva.com(发布大量原创计算化学相关博文)
Multiwfn主页:http://sobereva.com/multiwfn(十分强大、极为流行的量子化学波函数分析程序)
Google Scholar:https://scholar.google.com/citations?user=tiKE0qkAAAAJ
ResearchGate:https://www.researchgate.net/profile/Tian_Lu

1万

帖子

0

威望

9002

eV
积分
20758

Level 6 (一方通行)

5#
发表于 Post on 2021-7-14 15:36:22 | 只看该作者 Only view this author
试试简单分子(比如水分子)的单点能计算会不会也有这个问题
Zikuan Wang
山东大学光学高等研究中心 研究员
BDF(https://bdf-manual.readthedocs.io/zh_CN/latest/Introduction.html)、ORCA(https://orcaforum.kofo.mpg.de/index.php)开发团队成员
Google Scholar: https://scholar.google.com/citations?hl=zh-CN&user=XW6C6eQAAAAJ&view_op=list_works&sortby=pubdate
ORCID: https://orcid.org/0000-0002-4540-8734
主页:http://www.qitcs.qd.sdu.edu.cn/info/1034/1702.htm
本团队长期招收研究生,有意者可私信联系

66

帖子

0

威望

704

eV
积分
770

Level 4 (黑子)

6#
 楼主 Author| 发表于 Post on 2021-7-14 16:24:14 | 只看该作者 Only view this author
wzkchem5 发表于 2021-7-14 15:36
试试简单分子(比如水分子)的单点能计算会不会也有这个问题

您好,我试了水分子的单点能,没有问题。试了水分子的优化结构,也没有问题。都可以正常结束

h2o.inp

262 Bytes, 下载次数 Times of downloads: 7

水分子单点输入文件

h2o.out

27.67 KB, 下载次数 Times of downloads: 2

水分子单点输出文件

h2oopt.inp

266 Bytes, 下载次数 Times of downloads: 0

水分子优化输入文件

h2oopt.out

104.86 KB, 下载次数 Times of downloads: 1

水分子优化输出文件

66

帖子

0

威望

704

eV
积分
770

Level 4 (黑子)

7#
 楼主 Author| 发表于 Post on 2021-7-14 16:28:31 | 只看该作者 Only view this author
sobereva 发表于 2021-7-14 15:23
先串行运行,看看到底是ORCA代码问题还是MPI的问题

社长你好,我刚开始用orca,串行运行是要下载和安装另一种版本的orca5.0软件(静态库版)吗?

66

帖子

0

威望

704

eV
积分
770

Level 4 (黑子)

8#
 楼主 Author| 发表于 Post on 2021-7-14 16:32:53 | 只看该作者 Only view this author
wzkchem5 发表于 2021-7-14 15:36
试试简单分子(比如水分子)的单点能计算会不会也有这个问题

您好,我又试了一遍有机镍配合物(LNiCO.inp),同样报错,大概运行5秒左右就停了,报错信息同上。输入文件中除了分子式与水分子优化的输入文件(h2oopt.inp)不同之外,其他完全一样,同一个软件。
这是不是orca软件的问题?
-------------------------------------------------------------------------
[root@localhost oi]# orca LNiCO.inp > LNiCO.out
[localhost:03689] *** An error occurred in MPI_Type_match_size
[localhost:03689] *** reported by process [3740205057,5]
[localhost:03689] *** on communicator MPI_COMM_WORLD
[localhost:03689] *** MPI_ERR_ARG: invalid argument of some other kind
[localhost:03689] *** MPI_ERRORS_ARE_FATAL (processes in this communicator will now abort,
[localhost:03689] ***    and potentially your MPI job)
[localhost.localdomain:03680] 3 more processes have sent help message help-mpi-errors.txt / mpi_errors_are_fatal
[localhost.localdomain:03680] Set MCA parameter "orte_base_help_aggregate" to 0 to see all help / error messages
[file orca_tools/qcmsg.cpp, line 458]:
  .... aborting the run

[root@localhost oi]#

6万

帖子

99

威望

5万

eV
积分
120169

管理员

公社社长

9#
发表于 Post on 2021-7-14 16:33:22 | 只看该作者 Only view this author
huozhong 发表于 2021-7-14 16:28
社长你好,我刚开始用orca,串行运行是要下载和安装另一种版本的orca5.0软件(静态库版)吗?

串行=不并行
北京科音自然科学研究中心http://www.keinsci.com)致力于计算化学的发展和传播,长期开办极高质量的各种计算化学类培训:初级量子化学培训班中级量子化学培训班高级量子化学培训班量子化学波函数分析与Multiwfn程序培训班分子动力学与GROMACS培训班CP2K第一性原理计算培训班,内容介绍以及往届资料购买请点击相应链接查看。这些培训是计算化学从零快速入门以及进一步全面系统性提升研究水平的高速路!培训各种常见问题见《北京科音办的培训班FAQ》
欢迎加入北京科音微信公众号获取北京科音培训的最新消息,并避免错过网上有价值的计算化学文章!
欢迎加入人气极高、专业性特别强的理论与计算化学综合交流群思想家公社QQ群(群号见此链接),合计达一万多人。北京科音培训班的学员在群中可申请VIP头衔,提问将得到群主Sobereva的最优先解答。
思想家公社的门口Blog:http://sobereva.com(发布大量原创计算化学相关博文)
Multiwfn主页:http://sobereva.com/multiwfn(十分强大、极为流行的量子化学波函数分析程序)
Google Scholar:https://scholar.google.com/citations?user=tiKE0qkAAAAJ
ResearchGate:https://www.researchgate.net/profile/Tian_Lu

1万

帖子

0

威望

9002

eV
积分
20758

Level 6 (一方通行)

10#
发表于 Post on 2021-7-14 16:34:27 | 只看该作者 Only view this author
huozhong 发表于 2021-7-14 09:24
您好,我试了水分子的单点能,没有问题。试了水分子的优化结构,也没有问题。都可以正常结束

试试在算你的Ni的配合物的时候,去掉%maxcore那一行,看看会不会有这个问题。
如果还有问题,把分子删掉一部分,看看是不是分子大于某个大小才会触发这个问题
Zikuan Wang
山东大学光学高等研究中心 研究员
BDF(https://bdf-manual.readthedocs.io/zh_CN/latest/Introduction.html)、ORCA(https://orcaforum.kofo.mpg.de/index.php)开发团队成员
Google Scholar: https://scholar.google.com/citations?hl=zh-CN&user=XW6C6eQAAAAJ&view_op=list_works&sortby=pubdate
ORCID: https://orcid.org/0000-0002-4540-8734
主页:http://www.qitcs.qd.sdu.edu.cn/info/1034/1702.htm
本团队长期招收研究生,有意者可私信联系

24

帖子

0

威望

868

eV
积分
892

Level 4 (黑子)

11#
发表于 Post on 2021-7-14 16:39:54 | 只看该作者 Only view this author
或者使用一下绝对路径来调用一下 Orca?

66

帖子

0

威望

704

eV
积分
770

Level 4 (黑子)

12#
 楼主 Author| 发表于 Post on 2021-7-14 17:07:18 | 只看该作者 Only view this author
wzkchem5 发表于 2021-7-14 16:34
试试在算你的Ni的配合物的时候,去掉%maxcore那一行,看看会不会有这个问题。
如果还有问题,把分子删掉 ...

您好,去掉%maxcore那一行,报错出现同样的问题。
尝试了一个一个删除官能团(去掉苯环,LNiCOdeben.inp;去掉硅,LNiCOdebensi.inp),以及删除镍原子(去掉镍,LNiCOdeNi.inp)单独跑,同样报错。最后删的只剩下42个原子(C, H Si, Cl: miji.inp)报错还是同样的问题。
---------------------------------------------------------------------------------------------
[root@localhost oi]# orca miji.inp > miji.out
[localhost:04323] *** An error occurred in MPI_Type_match_size
[localhost:04323] *** reported by process [3226796033,5]
[localhost:04323] *** on communicator MPI_COMM_WORLD
[localhost:04323] *** MPI_ERR_ARG: invalid argument of some other kind
[localhost:04323] *** MPI_ERRORS_ARE_FATAL (processes in this communicator will now abort,
[localhost:04323] ***    and potentially your MPI job)
[localhost.localdomain:04314] 5 more processes have sent help message help-mpi-errors.txt / mpi_errors_are_fatal
[localhost.localdomain:04314] Set MCA parameter "orte_base_help_aggregate" to 0 to see all help / error messages
[file orca_tools/qcmsg.cpp, line 458]:
  .... aborting the run
---------------------------------------------------------------------------------------------
但我单独在GaussianView中摆一个苯环(12个原子),用multiwfn转化格式后(ben.inp),就可以正常计算结束(ben.out)。同样在GaussianView中摆四个苯环(42个原子,ben.inp)同样报错(ben.out),下面是报错时屏幕的输出信息:
---------------------------------------------------------------------------------------------
[root@localhost oi]# orca 4ben.inp > 4ben.out
[localhost:04631] *** An error occurred in MPI_Type_match_size
[localhost:04631] *** reported by process [3265200129,3]
[localhost:04631] *** on communicator MPI_COMM_WORLD
[localhost:04631] *** MPI_ERR_ARG: invalid argument of some other kind
[localhost:04631] *** MPI_ERRORS_ARE_FATAL (processes in this communicator will now abort,
[localhost:04631] ***    and potentially your MPI job)
[localhost.localdomain:04624] 2 more processes have sent help message help-mpi-errors.txt / mpi_errors_are_fatal
[localhost.localdomain:04624] Set MCA parameter "orte_base_help_aggregate" to 0 to see all help / error messages
[file orca_tools/qcmsg.cpp, line 458]:
  .... aborting the run

---------------------------------------------------------------------------------------------
好奇怪,orca5.0 在 RI-B3LYP-D3(BJ)/def2-TZVP下42个原子优化或者单点都报错!!

LNiCOdeben.inp

4.39 KB, 下载次数 Times of downloads: 0

LNiCOdebensi.inp

3.06 KB, 下载次数 Times of downloads: 0

LNiCOdeNi.inp

4.75 KB, 下载次数 Times of downloads: 0

ben.inp

685 Bytes, 下载次数 Times of downloads: 0

ben.out

36.97 KB, 下载次数 Times of downloads: 0

4ben.inp

2.05 KB, 下载次数 Times of downloads: 0

4ben.out

21.07 KB, 下载次数 Times of downloads: 0

66

帖子

0

威望

704

eV
积分
770

Level 4 (黑子)

13#
 楼主 Author| 发表于 Post on 2021-7-14 17:08:57 | 只看该作者 Only view this author
Childhood 发表于 2021-7-14 16:39
或者使用一下绝对路径来调用一下 Orca?

你好,尝试了绝对路径还是报错,同样问题。


---------------------------------------------------------------------
[root@localhost oi]# /root/hcp/orca500/orca miji.inp

......

Reading SHARK input file miji.SHARKINP.tmp ... ok
----------------------
SHARK INTEGRAL PACKAGE
----------------------

Number of atoms                             ...     42
Number of basis functions                   ...    739
Number of shells                            ...    305
Maximum angular momentum                    ...      3
Integral batch strategy                     ... SHARK/LIBINT Hybrid
RI-J (if used) integral strategy            ... SPLIT-RIJ (Revised 2003 algorithm where possible)
Printlevel                                  ...      1
Contraction scheme used                     ... SEGMENTED contraction
Coulomb Range Separation                    ... NOT USED
Exchange Range Separation                   ... NOT USED
Finite Nucleus Model                        ... NOT USED
Auxiliary Coulomb fitting basis             ... AVAILABLE
   # of basis functions in Aux-J            ...   1188
   # of shells in Aux-J                     ...    404
   Maximum angular momentum in Aux-J        ...      4
Auxiliary J/K fitting basis                 ... NOT available
Auxiliary Correlation fitting basis         ... NOT available
Auxiliary 'external' fitting basis          ... NOT available
Integral threshold                          ...     1.000000e-10
Primitive cut-off                           ...     1.000000e-11
Primitive pair pre-selection threshold      ...     1.000000e-11

Calculating pre-screening integrals         ... done (  0.2 sec) Dimension = 305
Organizing shell pair data                  ... done (  0.2 sec)
Shell pair information
Total number of shell pairs                 ...     46665
Shell pairs after pre-screening             ...     35242
Total number of primitive shell pairs       ...    142293
Primitive shell pairs kept                  ...     71619
          la=0 lb=0:   9944 shell pairs
          la=1 lb=0:  10452 shell pairs
          la=1 lb=1:   2812 shell pairs
          la=2 lb=0:   4729 shell pairs
          la=2 lb=1:   2550 shell pairs
          la=2 lb=2:    624 shell pairs
          la=3 lb=0:   2243 shell pairs
          la=3 lb=1:   1193 shell pairs
          la=3 lb=2:    553 shell pairs
          la=3 lb=3:    142 shell pairs

Calculating one electron integrals          ... done (  0.1 sec)
Calculating RI/J V-Matrix + Cholesky decomp.... [localhost:04431] *** An error occurred in MPI_Type_match_size
[localhost:04431] *** reported by process [3250978817,2]
[localhost:04431] *** on communicator MPI_COMM_WORLD
[localhost:04431] *** MPI_ERR_ARG: invalid argument of some other kind
[localhost:04431] *** MPI_ERRORS_ARE_FATAL (processes in this communicator will now abort,
[localhost:04431] ***    and potentially your MPI job)
[localhost.localdomain:04425] 5 more processes have sent help message help-mpi-errors.txt / mpi_errors_are_fatal
[localhost.localdomain:04425] Set MCA parameter "orte_base_help_aggregate" to 0 to see all help / error messages

ORCA finished by error termination in GTOInt
Calling Command: mpirun -np 6  /root/hcp/orca500/orca_gtoint_mpi miji.int.tmp miji
[file orca_tools/qcmsg.cpp, line 458]:
  .... aborting the run

[file orca_tools/qcmsg.cpp, line 458]:
  .... aborting the run

66

帖子

0

威望

704

eV
积分
770

Level 4 (黑子)

14#
 楼主 Author| 发表于 Post on 2021-7-14 17:10:12 | 只看该作者 Only view this author

社长您好,有相关的串行教程吗?在论坛没找到,感谢答复

1万

帖子

0

威望

9002

eV
积分
20758

Level 6 (一方通行)

15#
发表于 Post on 2021-7-14 17:30:18 | 只看该作者 Only view this author
huozhong 发表于 2021-7-14 10:10
社长您好,有相关的串行教程吗?在论坛没找到,感谢答复

串行就是不写%pal那一行,等于用一个核跑。。。
Zikuan Wang
山东大学光学高等研究中心 研究员
BDF(https://bdf-manual.readthedocs.io/zh_CN/latest/Introduction.html)、ORCA(https://orcaforum.kofo.mpg.de/index.php)开发团队成员
Google Scholar: https://scholar.google.com/citations?hl=zh-CN&user=XW6C6eQAAAAJ&view_op=list_works&sortby=pubdate
ORCID: https://orcid.org/0000-0002-4540-8734
主页:http://www.qitcs.qd.sdu.edu.cn/info/1034/1702.htm
本团队长期招收研究生,有意者可私信联系

本版积分规则 Credits rule

手机版 Mobile version|北京科音自然科学研究中心 Beijing Kein Research Center for Natural Sciences|京公网安备 11010502035419号|计算化学公社 — 北京科音旗下高水平计算化学交流论坛 ( 京ICP备14038949号-1 )|网站地图

GMT+8, 2025-8-16 23:52 , Processed in 0.231567 second(s), 23 queries , Gzip On.

快速回复 返回顶部 返回列表 Return to list