reformulate

This commit is contained in:
Axel Kohlmeyer
2020-09-15 12:32:43 -04:00
parent 2f3c916a57
commit 5da50d64c9

View File

@ -544,11 +544,11 @@ LAMMPS instance or process. The *meminfo* buffer will be filled with
is the tally (in MBytes) of all large memory allocations made by LAMMPS. is the tally (in MBytes) of all large memory allocations made by LAMMPS.
This is a lower boundary of how much memory is requested and does not This is a lower boundary of how much memory is requested and does not
account for memory allocated on the stack or allocations via ``new``. account for memory allocated on the stack or allocations via ``new``.
The second number is the current memory allocation of the process as The second number is the current memory allocation of the current process
returned by the memory allocator in the C-library. The third number as returned by a memory allocation reporting in the system library. The
is the maximum amount of RAM (not swap) used by the process so far. third number is the maximum amount of RAM (not swap) used by the process
If any of the two latter parameters is not supported by the operating so far. If any of the two latter parameters is not supported by the operating
system, the number value is 0. system it will be set to zero.
.. versionadded:: 15Sep2020 .. versionadded:: 15Sep2020