|
|
各位老师好
ORCA输入文件
inp
%maxcore 1000
%pal nprocs 4 end
* xyz 0 2
H 0.0000000 0.0000000 0.0000000
*
方法文件
%compound "CBS_rohf.cmp"
variable FinalEnergy;
New_Step
!CCSD(T)-F12/RI cc-pVTZ-F12 cc-pVTZ-F12-CABS cc-pVQZ/C tightSCF noautostart nopop rijdx
%mdci UseQROs true end
Step_End
read FinalEnergy = MDCI_Total_Energy[1];
End
报错
Error (ORCA_MDCI): Number of processes (4) in parallel calculation exceeds number of pairs (0)
ORCA finished by error termination in MDCI
Calling Command: mpirun -np 4 /home/test/orca/orca_mdci_mpi reac2_orca_Compound_1.mdciinp.tmp reac2_orca_Compound_1
[file orca_tools/qcmsg.cpp, line 465]:
.... aborting the run
[file orca_tools/qcmsg.cpp, line 465]:
.... aborting the run
恳请各位老师指教,调试一天了,没什么效果,相同的计算方法和脚本提交H2以及其他的分子都没有问题。按照其他帖子,改变内存和核心数,并没有作用。
服务器64核心,350GB
|
|