Older version of Lammps

Dear Lammps users,

Can anyone provide me the link of older version (2012) of either Lammps software or
Lammps manual.

I am able to run my Lammps script in my laptop with no error. But when i am running this
script in my cluster machine then i am getting the error “Use of region with undefined lattice”.
My laptop version (serial) of Lammps is Dec 2013 while my cluster version (parallel) is Dec 2012.

I have gone through the Thread of undefined lattice and people refer to read region manual.

So i need the older manual to change in my script.

snippet of my script is here where i am getting the error.

units lj
atom_style bond
read_data data.dat

group inactive type 1
group active type 2

region mySphere sphere 0.0 0.0 0.0 21.16

So, what to change in my script according to older manual.

Thanks.

Ankit Agrawal
IMSc India

Dear Lammps users,

Can anyone provide me the link of older version (2012) of either Lammps software or
Lammps manual.

I am able to run my Lammps script in my laptop with no error. But when i am running this
script in my cluster machine then i am getting the error “Use of region with undefined lattice”.

The current manual will do as well. Just pay attention to the units flag.

Even better would be to install a new version of LAMMPS on the cluster.

Axel’s suggestions are better, but if you
must have an older version, the “download” page
on the web site has a link to where you can see many
older versions of LAMMPS and download what you wish.

Steve