Fix my typos

This commit is contained in:
Paul R. C. Kent 2021-03-20 18:14:55 -04:00 committed by GitHub
parent 03b9e5c32a
commit bfea6dd7c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -48,8 +48,8 @@ QMCPACK generates multiple files documented in :ref:`output-overview`.
Stopping a running simulation
-----------------------------
As detailed in :ref:`input-overview`, QMCPACK will cleanly stop execution at the end of the current block if it finds a file name
``project_id.STOP``, where ``project_id`` is the name of the project given in the input XML. You can also the ``max_seconds``
As detailed in :ref:`input-overview`, QMCPACK will cleanly stop execution at the end of the current block if it finds a file named
``project_id.STOP``, where ``project_id`` is the name of the project given in the input XML. You can also set the ``max_seconds``
parameter to establish an overall time limit.
.. _parallelrunning: