计算化学公社

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

[ORCA] ORCA运行报错

[复制链接 Copy URL]

410

帖子

0

威望

2519

eV
积分
2929

Level 5 (御坂)

跳转到指定楼层 Go to specific reply
楼主
安装了ORCA 5.0.2和OPENMPI 4.1.1,设置了相应的PATH和LD_LIBRARY_PATH,包括ALIAS,但是运行就会报错,这是什么问题


[root01@localhost orca]$ orca TS3-ccsd.inp > TS3-ccsd.out

[localhost.localdomain:07294] PMIX ERROR: OUT-OF-RESOURCE in file dstore_segment.c at line 207
[localhost.localdomain:07294] PMIX ERROR: OUT-OF-RESOURCE in file dstore_base.c at line 661
[localhost.localdomain:07294] PMIX ERROR: OUT-OF-RESOURCE in file dstore_base.c at line 1857
[localhost.localdomain:07294] PMIX ERROR: OUT-OF-RESOURCE in file dstore_base.c at line 2846
[localhost.localdomain:07294] PMIX ERROR: OUT-OF-RESOURCE in file dstore_base.c at line 2894
[localhost.localdomain:07294] PMIX ERROR: OUT-OF-RESOURCE in file server/pmix_server.c at line 3423
[localhost.localdomain:07300] OPAL ERROR: Unreachable in file pmix3x_client.c at line 112
*** An error occurred in MPI_Init
*** on a NULL communicator
*** MPI_ERRORS_ARE_FATAL (processes in this communicator will now abort,
*** and potentially your MPI job)
[localhost.localdomain:07300] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
--------------------------------------------------------------------------
Primary job terminated normally, but 1 process returned
a non-zero exit code. Per user-direction, the job has been aborted.
--------------------------------------------------------------------------
--------------------------------------------------------------------------
mpirun detected that one or more processes exited with non-zero status, thus causing
the job to be terminated. The first process to do so was:

Process name: [[52465,1],2]
Exit code: 1
--------------------------------------------------------------------------

4290

帖子

4

威望

9560

eV
积分
13930

Level 6 (一方通行)

MOKIT开发者

2#
发表于 Post on 2021-12-19 15:39:00 | 只看该作者 Only view this author
先串行计算1个H2分子看行不行,然后2核并行算H2看行不行。这都不行的话,贴出算H2的报错信息再做判断。
另外,运行mpirun --version, which mpirun等命令看看是不是你装的openmpi
自动做多参考态计算的程序MOKIT

2425

帖子

1

威望

6197

eV
积分
8642

Level 6 (一方通行)

3#
发表于 Post on 2021-12-19 15:44:14 | 只看该作者 Only view this author
High-Performance Computing for You
为您专属定制的高性能计算解决方案

更多讯息,请访问:
https://labitc.top
http://tophpc.top:8080
电邮: ask@hpc4you.top

330

帖子

0

威望

3018

eV
积分
3348

Level 5 (御坂)

计算化学路人甲

4#
发表于 Post on 2021-12-20 13:11:56 | 只看该作者 Only view this author
本帖最后由 Novice 于 2021-12-20 13:21 编辑

你是新装的ORCA5.0.X吧(之前没有使用过ORCA5.0的其他版本)?如果是,确认一下装openmpi之前,系统里有没有安装gfortran?如果没有,就装个gfortran,然后重新编译openmpi,再试试。
Ubuntu中安装gfortran:
输入命令:sudo apt-get install gfortran
通过命令“gfortran -v”,可以查看gfortran是否安装成功

410

帖子

0

威望

2519

eV
积分
2929

Level 5 (御坂)

5#
 楼主 Author| 发表于 Post on 2021-12-21 15:19:42 | 只看该作者 Only view this author
本帖最后由 mfdsrax2 于 2021-12-21 15:22 编辑
Novice 发表于 2021-12-20 13:11
你是新装的ORCA5.0.X吧(之前没有使用过ORCA5.0的其他版本)?如果是,确认一下装openmpi之前,系统里有没 ...

你好,新装ORCA 5.0.2,之前装有gfortran,之后我又用FC=gfortran重装了一次OPENMPI,问题依旧,日志如下

[root01@localhost orca]$ which gfortran
/usr/bin/gfortran
[root01@localhost orca]$ which g++
/usr/bin/g++
[root01@localhost orca]$ which gcc
/usr/bin/gcc
[root01@localhost orca]$ gfortran -v
使用内建 specs。
COLLECT_GCC=gfortran
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper
目标:x86_64-redhat-linux
配置为:../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux
线程模型:posix
gcc 版本 4.8.5 20150623 (Red Hat 4.8.5-28) (GCC)
[root01@localhost orca]$ mpirun --version
mpirun (Open MPI) 4.1.1

Report bugs to http://www.open-mpi.org/community/help/
[root01@localhost orca]$ which mpirun
~/openmpi-4.1.1/bin/mpirun

410

帖子

0

威望

2519

eV
积分
2929

Level 5 (御坂)

6#
 楼主 Author| 发表于 Post on 2021-12-21 15:20:46 | 只看该作者 Only view this author
zjxitcc 发表于 2021-12-19 15:39
先串行计算1个H2分子看行不行,然后2核并行算H2看行不行。这都不行的话,贴出算H2的报错信息再做判断。
另 ...

你好,我试了一下,单核计算好像可以,只要并行就不行,OPENMPI版本日志在楼上的图里

17

帖子

0

威望

225

eV
积分
242

Level 3 能力者

7#
发表于 Post on 2022-2-25 18:43:27 | 只看该作者 Only view this author
mfdsrax2 发表于 2021-12-21 15:20
你好,我试了一下,单核计算好像可以,只要并行就不行,OPENMPI版本日志在楼上的图里

请问您的这个问题解决了吗,我也遇到这个问题了

410

帖子

0

威望

2519

eV
积分
2929

Level 5 (御坂)

8#
 楼主 Author| 发表于 Post on 2022-2-26 08:22:05 | 只看该作者 Only view this author
fygfjhj 发表于 2022-2-25 18:43
请问您的这个问题解决了吗,我也遇到这个问题了

服务器系统文件夹满了,写不进新文件,删了一些就好了

17

帖子

0

威望

225

eV
积分
242

Level 3 能力者

9#
发表于 Post on 2022-2-26 14:42:57 | 只看该作者 Only view this author
mfdsrax2 发表于 2022-2-26 08:22
服务器系统文件夹满了,写不进新文件,删了一些就好了

谢谢~

本版积分规则 Credits rule

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

GMT+8, 2026-2-27 18:41 , Processed in 0.749942 second(s), 20 queries , Gzip On.

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