[lammps-users] 2 subsequent runs with different dump commands

Dear all,

I want to have 2 subsequent runs in my input script. For the first one I want to dump every 1000 steps and for the latter every 50 steps. In other words, the second run needs to continue the first one but just with the different dump commands.

Regards,
Iman.

If you want the snapshots in the same dump file, then dump_modify
every should do the trick.

Steve

you could print out the output in two seperate files and than use cat command in linux to join them (if they are text files).