|
各位老师好!
在ORCA计算含有重元素Pr的原子簇时总是崩溃退出,已经调整了输入文件的基组和收敛标准但没什么用。。。
ORCA4.1.1和4.1.2都有这个问题,对应用的都是OpenMPI3.1.3
输入文件:
- ! HF
- ! NODIIS SlowConv
- %scf
- maxIter 1000
- MaxIntMem 81920
- MaxDisk 1024000
- end
- %basis
- basis "def2-TZVP"
- end
- %maxCore 5120
- %pal
- nProcs 16
- end
- %output
- XYZFile true
- end
- * xyz -1 5
- Pr -0.95184600 -0.00034200 0.00000000 newGTO "SARC-DKH-TZVP" end
- ...
- *
复制代码 输出文件:
- ...
- ------------------------------
- INITIAL GUESS: MODEL POTENTIAL
- ------------------------------
- Loading Hartree-Fock densities ... done
- calling /work/chem/Software/ORCA_411/orca HF-1-5-PrB8_atom59.inp > HF-1-5-PrB8_atom59.out in order to generate an atomic fitting density for atom 0 (Pr with ECP) on-the-fly...
- atom 0 (Pr), assumed electronic state with S=4: 1s2 2s2 2p6 3s2 3p6 4s2 3d10 4p6 5s2 4d10 5p6 6s2 4f3 ... [file orca_scf/scfguess.cpp, line 4720, Process 0]:
- Error encountered when trying to calculate the atomic fitting density!
- ORCA finished by error termination in SCF
- Calling Command: mpirun -np 16 /work/chem/Software/ORCA_411/orca_scf_mpi HF-1-5-PrB8.gbw b HF-1-5-PrB8
- [file orca_tools/qcmsg.cpp, line 458]:
- .... aborting the run
复制代码 报错信息:
- [file orca_scf/scfguess.cpp, line 4720, Process 0]:
- Error encountered when trying to calculate the atomic fitting density!
- [r13n40:58358] *** Process received signal ***
- [r13n40:58358] Signal: Aborted (6)
- [r13n40:58358] Signal code: (-6)
- [r13n40:58358] [ 0] /lib64/libc.so.6(+0x36280)[0x2b7e0a9e2280]
- [r13n40:58358] [ 1] /lib64/libc.so.6(gsignal+0x37)[0x2b7e0a9e2207]
- [r13n40:58358] [ 2] /lib64/libc.so.6(abort+0x148)[0x2b7e0a9e38f8]
- [r13n40:58358] [ 3] /work/chem/Software/ORCA_411/orca_scf_mpi[0x7954d2]
- [r13n40:58358] [ 4] /work/chem/Software/ORCA_411/orca_scf_mpi[0x50f23c]
- [r13n40:58358] [ 5] /work/chem/Software/ORCA_411/orca_scf_mpi[0x462a60]
- [r13n40:58358] [ 6] /work/chem/Software/ORCA_411/orca_scf_mpi[0x46e65a]
- [r13n40:58358] [ 7] /work/chem/Software/ORCA_411/orca_scf_mpi[0x47570c]
- [r13n40:58358] [ 8] /lib64/libc.so.6(__libc_start_main+0xf5)[0x2b7e0a9ce3d5]
- [r13n40:58358] [ 9] /work/chem/Software/ORCA_411/orca_scf_mpi[0x461e11]
- [r13n40:58358] *** End of error message ***
- --------------------------------------------------------------------------
- Primary job terminated normally, but 1 process returned
- a non-zero exit code. Per user-direction, the job has been aborted.
- --------------------------------------------------------------------------
- --------------------------------------------------------------------------
- mpirun noticed that process rank 0 with PID 0 on node r13n40 exited on signal 6 (Aborted).
- --------------------------------------------------------------------------
- [file orca_tools/qcmsg.cpp, line 458]:
- .... aborting the run
复制代码 还请各位老师能不吝赐教!非常感谢!
|
|