Commit 4558c28b authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5522 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent e6e2ac9a
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -174,7 +174,12 @@ command:
run will print the full timing summary, but these operations will be
skipped for intermediate runs.
</P>
<P><B>Restrictions:</B> none
<P><B>Restrictions:</B>
</P>
<P>The number of specified timesteps N must fit in a signed 32-bit
integer, so you are limited to slightly more than 2 billion steps
(2^31) in a single run.  However, you can perform successive runs to
run a simulation for any number of steps (ok, up to 2^63 steps).
</P>
<P><B>Related commands:</B>
</P>
+6 −1
Original line number Diff line number Diff line
@@ -167,7 +167,12 @@ If the {pre} and {post} options are set to "no" when used with the
run will print the full timing summary, but these operations will be
skipped for intermediate runs.

[Restrictions:] none
[Restrictions:]

The number of specified timesteps N must fit in a signed 32-bit
integer, so you are limited to slightly more than 2 billion steps
(2^31) in a single run.  However, you can perform successive runs to
run a simulation for any number of steps (ok, up to 2^63 steps).

[Related commands:]