From 41cfb91d7dbf89116ba342ed03ec59b4b56ab721 Mon Sep 17 00:00:00 2001 From: Podhorszki Norbert Date: Mon, 20 Jan 2020 15:55:31 -0500 Subject: [PATCH] Reformat README and mention about the timeout option --- examples/USER/adios/rerun/README | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/examples/USER/adios/rerun/README b/examples/USER/adios/rerun/README index 4447982b0d..d7ddcf0d85 100644 --- a/examples/USER/adios/rerun/README +++ b/examples/USER/adios/rerun/README @@ -40,7 +40,12 @@ $ bpls -l lj_dump.bp -d atoms -n 8 --format "%g" | less -S Concurrent rerun use case ========================= -The ADIOS BP4 engine allows for reading from the dump file (completed steps) while the writer is still running (and dumping new steps). In two terminals one can run the in.first and in.rerun examples concurrently. The second simulation will blocking wait for the steps from the first. +The ADIOS BP4 engine allows for reading from the dump file (completed steps) +while the writer is still running (and dumping new steps). In two terminals, +one can run the in.first and in.rerun examples concurrently. The second +simulation will blocking wait for the steps from the first up to the timeout +specified in the rerun command. $ mpirun -n 2 lmp -in in.first $ mpirun -n 4 lmp -in in.rerun +