| 查看: 2221 | 回复: 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 |
» 猜你喜欢
什么时候能放榜呀?
已经有3人回复
一个有机合成实验室都需要哪些设备?
已经有8人回复
UV压敏胶开发
已经有5人回复
面上提前没消息,有中的吗
已经有16人回复
面上再次挂了,太难了,躺也躺不了,倦也卷不过,小学校之殇!
已经有25人回复
2026年国自然面上资助率
已经有22人回复
基础研究怎么拉横向,学校到款任务越来越多,难以完成 拉横向,都有哪些途径啊
已经有12人回复
这种情况还有戏吗
已经有12人回复
微信指数没变化,科研之友没阅读
已经有19人回复
准备明年的基金了
已经有7人回复
Nater1ver
木虫 (正式写手)
- 应助: 1 (幼儿园)
- 金币: 3481.2
- 红花: 14
- 帖子: 768
- 在线: 47.9小时
- 虫号: 1526557
- 注册: 2011-12-06
- 专业: 遥感机理与方法
2楼2019-10-12 19:09:38
3楼2019-10-14 10:41:52










回复此楼