mirror of https://github.com/lammps/lammps.git
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6739 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
7e35b98e66
commit
18c14e3a5c
|
@ -841,6 +841,7 @@ letter abbreviation can be used:
|
|||
<UL><LI>-c or -cuda
|
||||
<LI>-e or -echo
|
||||
<LI>-i or -in
|
||||
<LI>-h or -help
|
||||
<LI>-l or -log
|
||||
<LI>-p or -partition
|
||||
<LI>-pl or -plog
|
||||
|
@ -885,6 +886,14 @@ LAMMPS reads its input script from stdin - e.g. lmp_linux < in.run.
|
|||
This is a required switch when running LAMMPS in multi-partition mode,
|
||||
since multiple processors cannot all read from stdin.
|
||||
</P>
|
||||
<PRE>-help
|
||||
</PRE>
|
||||
<P>Print a list of options compiled into this executable for each LAMMPS
|
||||
style (atom_style, fix, compute, pair_style, bond_style, etc). This
|
||||
can help you know if the command you want to use was included via the
|
||||
appropriate package. LAMMPS will print the info and immediately exit
|
||||
if this switch is used.
|
||||
</P>
|
||||
<PRE>-log file
|
||||
</PRE>
|
||||
<P>Specify a log file for LAMMPS to write status information to. In
|
||||
|
|
|
@ -831,6 +831,7 @@ letter abbreviation can be used:
|
|||
-c or -cuda
|
||||
-e or -echo
|
||||
-i or -in
|
||||
-h or -help
|
||||
-l or -log
|
||||
-p or -partition
|
||||
-pl or -plog
|
||||
|
@ -875,6 +876,14 @@ LAMMPS reads its input script from stdin - e.g. lmp_linux < in.run.
|
|||
This is a required switch when running LAMMPS in multi-partition mode,
|
||||
since multiple processors cannot all read from stdin.
|
||||
|
||||
-help :pre
|
||||
|
||||
Print a list of options compiled into this executable for each LAMMPS
|
||||
style (atom_style, fix, compute, pair_style, bond_style, etc). This
|
||||
can help you know if the command you want to use was included via the
|
||||
appropriate package. LAMMPS will print the info and immediately exit
|
||||
if this switch is used.
|
||||
|
||||
-log file :pre
|
||||
|
||||
Specify a log file for LAMMPS to write status information to. In
|
||||
|
|
Loading…
Reference in New Issue