From 5da50d64c920a80454f0b3d7bf59615fb515e074 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Tue, 15 Sep 2020 12:32:43 -0400 Subject: [PATCH] reformulate --- src/library.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/library.cpp b/src/library.cpp index 5207a5cc1e..6ebda8e616 100644 --- a/src/library.cpp +++ b/src/library.cpp @@ -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. 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``. -The second number is the current memory allocation of the process as -returned by the memory allocator in the C-library. The third number -is the maximum amount of RAM (not swap) used by the process so far. -If any of the two latter parameters is not supported by the operating -system, the number value is 0. +The second number is the current memory allocation of the current process +as returned by a memory allocation reporting in the system library. The +third number is the maximum amount of RAM (not swap) used by the process +so far. If any of the two latter parameters is not supported by the operating +system it will be set to zero. .. versionadded:: 15Sep2020