aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/documentation.tex4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index b5a049e..7fce076 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -435,6 +435,10 @@ parameters. The most important ones are:
is kept and older checkpoints are removed in order to save disk space.
Setting {\tt IO::checkpoint\_keep} to a positive value will keep so many
evolution checkpoints around. A value of $-1$ will keep all (future) checkpoints.
+ \item {\tt IO::recover\_and\_remove}\\
+ determines whether the checkpoint file that the current simulation has
+ been successfully recovered from, should also be subject of removal,
+ according to the setting of {\tt IO::checkpoint\_keep}
\item {\tt IO::recover}\\
keyword parameter telling if/how to recover.\\
Choices are {\tt "no"}, {\tt "manual"}, {\tt "auto"}, and {\tt "autoprobe"}.