[lammps-users] about poems

Dear,

I have installed lammps with poems package. But when I debug the examples of in.rigid.poems and in.rigid.poems2, the error appears as following. What’s the matter? would some kindy persons like to give some advice. Thanks in advance.

error:
phys@…680…:~/zmd/lammpsj8> LAMMPS (22 Jan 2008)
Reading data file …
orthogonal box = (-12 -12 -12) to (12 12 12)
1 by 1 by 1 processor grid
81 atoms
9 atoms in group clump1
10 atoms in group clump2
10 atoms in group clump3
10 atoms in group clump4
9 atoms in group clump5
10 atoms in group clump6
10 atoms in group clump7
10 atoms in group clump8
10 atoms in group clump9
1 clusters, 4 bodies, 3 joints, 36 atoms
1 clusters, 5 bodies, 4 joints, 45 atoms
WARNING: More than one fix poems
WARNING: More than one fix poems
Setting up run …
MPI: On host sgi4700, Program /disk2/phys/zmd/lammpsj8/src/lmp_g++_poems, Rank 0, Process 27776 received signal SIGSEGV(11)

MPI: --------stack traceback-------
sh: idb: command not found

MPI: -----stack traceback ends-----
MPI: On host sgi4700, Program /disk2/phys/zmd/lammpsj8/src/lmp_g++_poems, Rank 0, Process 27776: Dumping core on signal SIGSEGV(11) into directory /disk2/phys/zmd/lammpsj8
MPI: MPI_COMM_WORLD rank 0 has terminated without calling MPI_Finalize()
MPI: aborting job
MPI: Received signal 11

It looks you are running examples/in.rigid.poems2 on a single proc.
When I do this, I don't get any errors, either MPI errors or when running
under a memory checker. Make sure you are running the
most current LAMMPS (fully patched). Also make sure
you can run other LAMMPS examples with your MPI, either
on 1 or more procs.

Is it failing immediately after setup, before any thermo info
is printed? Or is it failing at the very end of the run,
when MPI_Finalize() is called?

Steve