forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11062 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
a9d3ef9990
commit
02a59d28df
|
@ -1139,14 +1139,14 @@ sub-directory (-pscreen replica_files/screen). If this option is not
|
||||||
used the screen file for partition N is screen.N or whatever is
|
used the screen file for partition N is screen.N or whatever is
|
||||||
specified by the -screen command-line option.
|
specified by the -screen command-line option.
|
||||||
</P>
|
</P>
|
||||||
<PRE>-restart restartfile datafile
|
<PRE>-restart restartfile datafile options
|
||||||
</PRE>
|
</PRE>
|
||||||
<P>Convert the restart file into a data file and immediately exit. This
|
<P>Convert the restart file into a data file and immediately exit. This
|
||||||
is the same operation as if the following 2-line input script were
|
is the same operation as if the following 2-line input script were
|
||||||
run:
|
run:
|
||||||
</P>
|
</P>
|
||||||
<PRE>read_restart restartfile
|
<PRE>read_restart restartfile
|
||||||
write_data datafile
|
write_data datafile options
|
||||||
</PRE>
|
</PRE>
|
||||||
<P>Note that the specified restartfile and datafile can have wild-card
|
<P>Note that the specified restartfile and datafile can have wild-card
|
||||||
characters ("*",%") as described by the
|
characters ("*",%") as described by the
|
||||||
|
@ -1154,6 +1154,11 @@ characters ("*",%") as described by the
|
||||||
commands. But a filename such as file.* will need to be enclosed in
|
commands. But a filename such as file.* will need to be enclosed in
|
||||||
quotes to avoid shell expansion of the "*" character.
|
quotes to avoid shell expansion of the "*" character.
|
||||||
</P>
|
</P>
|
||||||
|
<P>Also note that following datafile, the same optional keywords can be
|
||||||
|
listed as used by the <A HREF = "write_data.html">write_data</A> command. Currently
|
||||||
|
this is just <I>ii</I> or <I>ij</I>, which affects the format in which pair
|
||||||
|
coefficients are written out to the data file.
|
||||||
|
</P>
|
||||||
<PRE>-reorder nth N
|
<PRE>-reorder nth N
|
||||||
-reorder custom filename
|
-reorder custom filename
|
||||||
</PRE>
|
</PRE>
|
||||||
|
|
|
@ -1130,14 +1130,14 @@ sub-directory (-pscreen replica_files/screen). If this option is not
|
||||||
used the screen file for partition N is screen.N or whatever is
|
used the screen file for partition N is screen.N or whatever is
|
||||||
specified by the -screen command-line option.
|
specified by the -screen command-line option.
|
||||||
|
|
||||||
-restart restartfile datafile :pre
|
-restart restartfile datafile options :pre
|
||||||
|
|
||||||
Convert the restart file into a data file and immediately exit. This
|
Convert the restart file into a data file and immediately exit. This
|
||||||
is the same operation as if the following 2-line input script were
|
is the same operation as if the following 2-line input script were
|
||||||
run:
|
run:
|
||||||
|
|
||||||
read_restart restartfile
|
read_restart restartfile
|
||||||
write_data datafile :pre
|
write_data datafile options :pre
|
||||||
|
|
||||||
Note that the specified restartfile and datafile can have wild-card
|
Note that the specified restartfile and datafile can have wild-card
|
||||||
characters ("*",%") as described by the
|
characters ("*",%") as described by the
|
||||||
|
@ -1145,6 +1145,11 @@ characters ("*",%") as described by the
|
||||||
commands. But a filename such as file.* will need to be enclosed in
|
commands. But a filename such as file.* will need to be enclosed in
|
||||||
quotes to avoid shell expansion of the "*" character.
|
quotes to avoid shell expansion of the "*" character.
|
||||||
|
|
||||||
|
Also note that following datafile, the same optional keywords can be
|
||||||
|
listed as used by the "write_data"_write_data.html command. Currently
|
||||||
|
this is just {ii} or {ij}, which affects the format in which pair
|
||||||
|
coefficients are written out to the data file.
|
||||||
|
|
||||||
-reorder nth N
|
-reorder nth N
|
||||||
-reorder custom filename :pre
|
-reorder custom filename :pre
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue