[lammps-users] adjusting dump frequency

hello all,
I am relatively new to lammps. Currently when i run a simulation i get the results dumped continuously. I want the results to be dumped only after some particular time period like some 2 mins or so. I want to know what changes should be made to input script file in order to achieve this.
Amarnath

LAMMPS has no logic to monitor real time and do something
periodically, e.g. every 2 min.

But you can simply do a 2 minute run, see how many timesteps
go by, then set the dump freq to that in your next run. Once
you have made a few runs you will develop some intuition
as to how often to dump stuff out.

Steve