Segmentation fault

Hi guys,

I got this error after submitting my job:

LAMMPS (1 Jun 2012)
Reading data file …
orthogonal box = (-1000 -1000 -1000) to (1000 1000 1000)
3 by 3 by 4 MPI processor grid
18492 atoms
180 atoms in group bottom
180 atoms in group top
18132 atoms in group bulk
b
[r1i2n8:mpi_rank_0][error_sighandler] Caught error: Segmentation fault (signal 11)
mpiexec_raw: Warning: task 0 died with signal 11 (Segmentation fault).
mpiexec_raw: Warning: tasks 1-35 died with signal 15 (Terminated).

Any idea what the cause is?

Daniel

……………………………………………………………………………………………………………

Daniel Mulvihill

Government of Ireland Research Fellow,

Department of Mechanical, Aeronautica

Thanks Guys,

I have to use an older version of lammps since we are using a custom pair_airebo.cpp

In the error related to my lammps build?

Daniel

It may be even related to your custom pair_airebo.

Try building your lammps executable for debugging and then backtrace an error in gdb to find where the problem occurs. Start with one MPI thread.

Oleg.

18.10.2013, 16:02, "Daniel.Mulvihill" <[email protected]...>: