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
|
||||
specified by the -screen command-line option.
|
||||
</P>
|
||||
<PRE>-restart restartfile datafile
|
||||
<PRE>-restart restartfile datafile options
|
||||
</PRE>
|
||||
<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
|
||||
run:
|
||||
</P>
|
||||
<PRE>read_restart restartfile
|
||||
write_data datafile
|
||||
write_data datafile options
|
||||
</PRE>
|
||||
<P>Note that the specified restartfile and datafile can have wild-card
|
||||
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
|
||||
quotes to avoid shell expansion of the "*" character.
|
||||
</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
|
||||
-reorder custom filename
|
||||
</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
|
||||
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
|
||||
is the same operation as if the following 2-line input script were
|
||||
run:
|
||||
|
||||
read_restart restartfile
|
||||
write_data datafile :pre
|
||||
write_data datafile options :pre
|
||||
|
||||
Note that the specified restartfile and datafile can have wild-card
|
||||
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
|
||||
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 custom filename :pre
|
||||
|
||||
|
|
Loading…
Reference in New Issue