计算化学公社

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

[ORCA] 请教一下ORCA跨节点计算出错的问题

[复制链接 Copy URL]

128

帖子

1

威望

429

eV
积分
577

Level 4 (黑子)

跳转到指定楼层 Go to specific reply
楼主
本帖最后由 DoorBell 于 2019-4-19 11:58 编辑

各位老师好!
在ORCA跨节点计算时总是出现以下错误提示:
  1. Error: Cannot open input file Co4Cp4.int.tmp

  2. ORCA finished by error termination in GTOInt
  3. Calling Command: mpirun -np 80  /work/chem/Software/ORCA_411/orca_gtoint_mpi Co4Cp4.int.tmp Co4Cp4
  4. [file orca_tools/qcmsg.cpp, line 458]:
  5.   .... aborting the run
复制代码
  1. --------------------------------------------------------------------------
  2. Primary job  terminated normally, but 1 process returned
  3. a non-zero exit code. Per user-direction, the job has been aborted.
  4. --------------------------------------------------------------------------
  5. --------------------------------------------------------------------------
  6. mpirun detected that one or more processes exited with non-zero status, thus causing
  7. the job to be terminated. The first process to do so was:

  8.   Process name: [[22291,1],31]
  9.   Exit code:    2
  10. --------------------------------------------------------------------------
  11. [file orca_tools/qcmsg.cpp, line 458]:
  12.   .... aborting the run
复制代码
这是用于提交任务的脚本:
  1. #!/bin/bash
  2. #BSUB -q medium
  3. #BSUB -n 80
  4. #BSUB -e %J.err
  5. #BSUB -o %J.out
  6. #BSUB -R "span[ptile=40]"
  7. hostfile=`echo $LSB_DJOB_HOSTFILE`
  8. NP=`cat $hostfile | wc -l`
  9. cd $LS_SUBCWD
  10. echo -n "start time  " > time ; date >> time

  11. #Setting OPENMPI paths here:
  12. export PATH=/work/chem/Software/OpenMPI_313/bin:$PATH
  13. export LD_LIBRARY_PATH=/work/chem/Software/OpenMPI_313/lib:$LD_LIBRARY_PATH
  14. export LD_LIBRARY_PATH=/work/chem/Software/ORCA_411:$LD_LIBRARY_PATH

  15. # Here giving the path to the ORCA binaries and giving communication protocol
  16. export orcadir=/work/chem/Software/ORCA_411
  17. export PATH=$orcadir:$PATH

  18. #Start ORCA job. ORCA is started using full pathname (necessary for parallel execution). Output file is written directly to submit directory on frontnode.
  19. #mpiexec.hydra -machinefile $LSB_DJOB_HOSTFILE -np $NP $orcadir/orca Co4Cp4.inp > Co4Cp4.out
  20. $orcadir/orca Co4Cp4.inp > Co4Cp4.out
复制代码
ORCA是4.1.1,使用的OpenMPI是ORCA4.1.1对应的3.1.3,每个节点40核心。
不知道是哪里出现了问题,还请老师帮忙看一下,非常感谢!


330

帖子

0

威望

3016

eV
积分
3346

Level 5 (御坂)

计算化学路人甲

2#
发表于 Post on 2019-4-19 15:16:03 | 只看该作者 Only view this author
我没有做过ORCA跨节点计算,用ORCA也不多,但是我看ORCA论坛4.1.1版的确有一些跨节点运算的错误(这个版本的主要错误),而4.1.2更新就修复了这类错误,如果你确认任务没有问题,那就把你的ORCA更新成4.1.2版试试吧。

128

帖子

1

威望

429

eV
积分
577

Level 4 (黑子)

3#
 楼主 Author| 发表于 Post on 2019-4-21 14:56:27 | 只看该作者 Only view this author
Novice 发表于 2019-4-19 15:16
我没有做过ORCA跨节点计算,用ORCA也不多,但是我看ORCA论坛4.1.1版的确有一些跨节点运算的错误(这个版本 ...

果然安装4.1.2之后解决了,非常感谢!

本版积分规则 Credits rule

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

GMT+8, 2026-2-24 07:13 , Processed in 0.174805 second(s), 20 queries , Gzip On.

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