|
|
在orca中对十几个原子的有机小分子进行结构优化,输入文件如下:
!opt def2-TZVPP def2/J def2-QZVPP/C Normalprint Printbasis PrintMOs slowconv KDIIS
!moread
%moinp "a.gbw"
%maxcore 400000
%pal nprocs 2 end
%scf
DirectResetFreq=25
Thresh 1e-12
TCut 1e-14
MaxIter=2000
end
%casscf
nel 10
norb 10
mult 3
nroots 10
cistep accci
switchstep nr
weights[0] = 0,0,0,0,1,0,0,0,0,0
end
* xyz 0 1
在用此输入文件优化T1态时可以正常结束,但是优化到T5态时error文件报错如下:
/opt/ohpc/admin/lmod/lmod/init/bash: line 71: conda: command not found
[file orca_casscf/orca_casscf.cpp, line 8170, Process 1]: ERROR (ORCA_CASSCF): Convergence Failure. Retry with modified convergence settings!
[file orca_casscf/orca_casscf.cpp, line 8170, Process 0]: ERROR (ORCA_CASSCF): Convergence Failure. Retry with modified convergence settings!
--------------------------------------------------------------------------
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: [[8400,1],1]
Exit code: 115
--------------------------------------------------------------------------
[file orca_tools/qcmsg.cpp, line 465]:
.... aborting the run
/var/lib/slurmd/job4879290/slurm_script: line 33: unexpected EOF while looking for matching ``'
/var/lib/slurmd/job4879290/slurm_script: line 36: syntax error: unexpected end of file
机子内存也有1T,其他任务都可以正常运行结束所以mpi应该是没有问题的。那请问问题是出在无法收敛吗?
out文件结尾:
|
-
out.png
(37.23 KB, 下载次数 Times of downloads: 8)
|