From 7545a27c85277a53d8bf05dccbd0746f025fceb0 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Fri, 9 Feb 2007 23:41:53 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@290 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- doc/Section_errors.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Section_errors.html b/doc/Section_errors.html index 0f73e09ff8..a27f2b6065 100644 --- a/doc/Section_errors.html +++ b/doc/Section_errors.html @@ -73,7 +73,7 @@ of the following cases: allocated. Most reasonable MD runs are compute limited, not memory limited, so this shouldn't be a bottleneck on most platforms. Almost all large memory allocations in the code are done via C-style malloc's -prwhich will generate an error message if you run out of memory. +which will generate an error message if you run out of memory. Smaller chunks of memory are allocated via C++ "new" statements. If you are unlucky you could run out of memory just when one of these small requests is made, in which case the code will crash or hang (in