From: David Cohen-Tanugi (dctanugi_at_mit.edu)
Date: Tue Jan 15 2013 - 10:30:55 CST

Dear VMD List,

When I include the following commands in my input script in order to obtain
different runs with a variable equilibration time, LAMMPS interprets the
run command as "run 0" in all cases.

variable seed equal 5
variable equiliblength equal \${seed}*(50000)
run v_equiliblength

What's going on?