Invalid pair style

PaulWinkler's picture
Submitted by PaulWinkler on Mon, 02/24/2014 - 13:42

Hi everybody,

I have still problems with LIGGGHTS 3.0 on SuseLE. In between I compiled latest LAMMPS on the machine for comparison. On a local Linux Mint x64 there are no problems. Compiling on SuseLE runs smooth, some errors (see detached log file), but compiling finish and the programs runs too. The example VORONOI originally taken from LAMMPS which uses no pair_style runs fine. But when it comes to pair_style (e.g. chute_wear) there comes a message Invalid pair style. The same example runs locally fine. What is could be the reason? I tried different compilers, make files and parameters, compiler runs, program not.
I detached a file with the error out from compiler run, can anybody take a look please?

Regards.
Paul

AttachmentSize
Plain text icon alogerr3.txt101.02 KB
PaulWinkler's picture

PaulWinkler | Mon, 02/24/2014 - 14:00

addendum:

The errormassage is: Invalid pair style (force.cpp:181)
At line 181 of force.cpp that happens:


Force::~Force()
{
delete [] pair_style;
delete [] bond_style;
delete [] angle_style;
delete [] dihedral_style;
delete [] improper_style;
delete [] kspace_style;
if (pair) delete pair;
if (bond) delete bond;
if (angle) delete angle;
if (dihedral) delete dihedral;
if (improper) delete improper;
if (kspace) delete kspace;
delete pair_map;
}

This is quite confusing, shouldn't it fail to create first?

Regards,
Paul

pfalkingham | Mon, 03/10/2014 - 16:29

I think I've been having similar issues. One a couple of computers- no problems, but on one particular computer, I get the same error - invalid pair style. I found that going back to 3.0.0 beta worked for that machine, though obviously it means I'm running the beta rather than the latest version.

ckloss's picture

ckloss | Fri, 04/04/2014 - 11:01

This seems to be releated to the build system. Please try again with 3.0.1 (to be released next week) and let us know if the error persists!

Christoph