interrupting lyapunov mentioned in README
This commit is contained in:
parent
06e5b0e0da
commit
d1992eca70
17
README.md
17
README.md
@ -164,14 +164,15 @@ should be a `;` sperated list of `key=value` pairs. The possible keys are
|
||||
|
||||
# Interrupting and resuming the computation
|
||||
|
||||
The `enstrophy` computation can be interrupted by sending Nstrophy the `SIGINT`
|
||||
signal (e.g. by pressing `Ctrl-C`.) When Nstrophy receives the `SIGINT` signal,
|
||||
it finishes its current step and writes the value of uk, either to `savefile`
|
||||
if such a file was specified on the command line (using the `-s` flag), or to
|
||||
`stderr`. In addition, when a `savefile` is specified it writes the command
|
||||
that needs to be used to resume the computation (which essentially just sets
|
||||
the appropriate `starting_time` and `init:file:<savefile>` parameters. The data
|
||||
written to the `savefile` is binary.
|
||||
The `enstrophy` and `lyapunov` computations can be interrupted by sending
|
||||
Nstrophy the `SIGINT` signal (e.g. by pressing `Ctrl-C`.) When Nstrophy
|
||||
receives the `SIGINT` signal, it finishes its current step and writes the value
|
||||
of uk, either to `savefile` if such a file was specified on the command line
|
||||
(using the `-s` flag), or to `stderr`. In addition, when a `savefile` is
|
||||
specified it writes the command that needs to be used to resume the computation
|
||||
(which essentially just sets the appropriate `starting_time` and
|
||||
`init:file:<savefile>` parameters). The data written to the `savefile` is
|
||||
binary.
|
||||
|
||||
|
||||
# License
|
||||
|
Loading…
x
Reference in New Issue
Block a user