[lammps-users] Stopping programs

Hello everyone,

Is there anyway i can pause a particular lammps program during it’s runnning time and again continue it later??

Thanks
Ajit

no - but how about you break your run into 2 input scripts. The
first does a final write_restart. And the 2nd does a read_restart at
the beginning. Then you can put the 2 LAMMPS runs in a script
that you run from a shell, and in between you could do anything you
want, e.g. pause and prompt the user.

Steve