Help with An Error

Dear Steve and Axel,

During using LAMMPS with 20 cores and 5 threads, I got an error message that I have attached to this email. Apparently, this is not a LAMMPS related problem, but I have no idea how to resolve this issue. Any guide or help is greatly appreciated.

Bests,

Reza.

output.txt (3.02 KB)

Dear Steve and Axel,

During using LAMMPS with 20 cores and 5 threads, I got an error message that I have attached to this email. Apparently, this is not a LAMMPS related problem, but I have no idea how to resolve this issue. Any guide or help is greatly

it could very well be a LAMMPS issue. this is an indication of memory corruption, that can have multiple causes.

to identify the cause you should:
a) upgrade your LAMMPS installation to the latest version (5 June 2019)
b) compile a LAMMPS executable with debug info included (add the -g flag to the compiler and linker flags)
c) reduce your system size to be as small as possible and still reproduces the issue
d) run with valgrind’s memcheck tool to see what kind of memory errors are happening.

axel.