[lammps-users] typo in LAMMPS documentation

Hello Steve,

I think I've found a typo in the document website,
http://lammps.sandia.gov/doc/thermo_style.html
In that website, one of custom arguments "etotal" needs to be replaced
with "eng".
When I tried with "etotal", LAMMPS gave the following error message:
ERROR: Invalid keyword in thermo_style command

Thanks,
Keonwook

This was changed by the 10Nov06 patch. The WWW site doc
pages always reflect the most current version of LAMMPS.

Steve

Dear all:

  I got a error message about memory allocation failure. But the size it
required for was negative. Does anyone know what was the reason for this
error?

"ERROR on proc 0: Failed to allocate -711767164 bytes for array neigh:binhead"

Thanks

jiwu

This is b/c an integer value got huge and overflowed. Something
is wrong in your simulation, e.g. the box size became way too big.

Steve