| 查看: 2250 | 回复: 2 | ||
| 当前只显示满足指定条件的回帖,点击这里查看本话题的所有回帖 | ||
[求助]
运行lammps错误——ERROR: Illegal units command
|
||
|
大家好!如题,在运行lammps时,报错: LAMMPS (9 Dec 2014) WARNING: OMP_NUM_THREADS environment is not set. (../comm.cpp:89) using 1 OpenMP thread(s) per MPI task ERROR: Illegal units command (../input.cpp:1682) yhrun: error: cn10249: tasks 0-23: Exited with exit code 1 自己在网上查,但是不知道如何改???还请高手指教,谢谢! you get the illegal units command, because your text file is actually not proper 7-bit ASCII text. several characters that show up as blank characters are not (in fortran notation) char(32) but rather char(160). this confuses the input file parser. it has nothing to do with the choice of units. 下面是我的in文件 ############################################################# ## JOB DESCRIPTION ## ############################################################# # Minimization and Equilibration of structure # need to edit file names "data.222quartz" ############################################################# ## Initialization ## ############################################################# units real ;#lj or real or metal or si or cgs or electron or micro or nano boundary p p p atom_style full ;#before read_data ############################################################# ## Atom definition ## ############################################################# ##lattice construction & pair style read_data data.222quartz ## Potencial #pair_style lj ############################################################# ## Seting ## ############################################################# neighbor 2.0 bin ;#for lj unit neigh_modify delay 10 fix 1 all nvt temp 298.0 298.0 100.0 thermo 10 timestep 1 ;#fs ##Output options dump 222quartz all atom 10 dump.atom #dump 2 all image 10 image.*.jpg element element & # axes yes 0.8 0.02 view 60 -30 #dump_modify 2 pad 3 element Si C ############################################################# ## Run a simulation ## ############################################################# ##Energy minimization minimize 1.0e-4 1.0e-6 100 1000 ;#etol ftol maxiter maxeval min_style cg ;#cg or hftn or sd or quickmin or fire #min_modify ;#This command sets parameters that affect the energy minimization algorithms selected by the min_style command. ##Molecular dynamics simulation run 100 |
» 猜你喜欢
各位大神,目前国内有哪些比较好用的逆合成软件?
已经有14人回复
国社科系统bug了,是不是要放榜了?
已经有10人回复
现代”学阀”该如何界定
已经有9人回复
课题组招2027级博士 上海工程技术大学 激光智能制造方向
已经有4人回复
上海工程技术大学 激光智能制造课题组 2027级博士研究生招生
已经有3人回复
上海工程技术大学激光智能制造课题组|2027级博士研究生招生公告
已经有11人回复
申博发邮件
已经有11人回复
我的奶奶
已经有3人回复
3楼2019-10-14 10:41:52
Nater1ver
木虫 (正式写手)
- 应助: 1 (幼儿园)
- 金币: 3491.2
- 红花: 14
- 帖子: 770
- 在线: 48小时
- 虫号: 1526557
- 注册: 2011-12-06
- 专业: 遥感机理与方法
2楼2019-10-12 19:09:38










回复此楼