diff --git a/doc/Section_start.html b/doc/Section_start.html index 887b950630..517f937fd9 100644 --- a/doc/Section_start.html +++ b/doc/Section_start.html @@ -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.
--restart restartfile datafile +-restart restartfile datafile optionsConvert 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 +write_data datafile optionsNote 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.
+Also note that following datafile, the same optional keywords can be +listed as used by the write_data 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 filenamediff --git a/doc/Section_start.txt b/doc/Section_start.txt index f3e1bc778d..a85142c561 100644 --- a/doc/Section_start.txt +++ b/doc/Section_start.txt @@ -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