[lammps-users] irregular.h

Hello,

I apologize if this is the wrong forum, but I just downloaded the new version and had some trouble compiling it. It is complaining about not being able to find the file irregular.h, apparantly a new file, which is required by displace_atoms.cpp, among others.

Am I missing something obvious, or is the file indeed missing?

Many thanks,
Greg

Hello,

hello greg,

I apologize if this is the wrong forum, but I just downloaded the new
version and had some trouble compiling it. It is complaining about not
being able to find the file irregular.h, apparantly a new file, which is
required by displace_atoms.cpp, among others.

did you download the very latest tar file?
this error seems to have been introduced by
the very latest patch file. it has not migrated (yet)
into the svn and git repositories. so you could
download the version before the latest patch from

http://git.icms.temple.edu/git/?p=lammps-ro.git;a=snapshot;h=83c1c61d5b1a488e6d7ee7d17985dcc68b6bffd8;sf=tgz

or you can download the latest patch, follow the instructions for
patching the sources but add the flag -R to reverse the patch.

Am I missing something obvious, or is the file indeed missing?

it seems to be missing, but only seems to be needed
by the new parallel restart enhancements.

cheers,
    axel.

sorry about that - 2 new irregular src files got left
out of the patch - try the 18 Sept 10 version - either
via patch or the new tarball - the incomplete 17 Sept 10
one is now gone.

Steve