[lammps-users] lammps suggestions for batch computing

Great work on LAMMPS. However, in my case, I have a few suggestions to the
commands in order to facilitate restarting a simulation since I have to deal
with a job submission system.

S1: add 'start' 'end' to variable style loop, since I may not want to start
with 1 and my end might be fixed. This is to facilitate restart scenarios.
S2: allow for appending to fixes that write to a file (or for that matter
any cmd that can write to a file, if applicable)
S3: throw error for variable id loop 0

Now, there are workarounds but that's what they are: workarounds.