|
|
那位老师帮忙看一下,不胜感激。安装完lammps,运行其自带例子in.shear,出错,结果:
LAMMPS (3 Mar 2020)
Lattice spacing in x,y,z = 3.52 3.52 3.52
Created orthogonal box = (0 0 0) to (56.32 35.2 9.95606)
3 by 1 by 1 MPI processor grid
Lattice spacing in x,y,z = 3.52 4.97803 4.97803
Created 1912 atoms
create_atoms CPU = 0.000338134 secs
ERROR: Unrecognized pair style 'eam' is part of the MANYBODY package which is not enabled in this LAMMPS binary. (../force.cpp:285)
Last command: pair_style eam
--------------------------------------------------------------------------
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: [[36343,1],0]
Exit code: 1
已经使用make ps看过,MANYBODY已经安装。上网查过,都是Unknown pair style 'eam' 报的错,而我是Unrecognized pair style 'eam' 。
|
|