← Back to team overview

yade-dev team mailing list archive

Re: batch pausing/stopping

 

> Quick question on yade-multi. How do I stop/pause/restart the batch? I
> see there is link in documentation to
> http://en.wikipedia.org/wiki/Process_identifier, but I would
> appreciate if you could help/advice me a bit more.

$ kill 1234

where 1234 is the PID (process identifier)

For pausing and resuming, you might try

kill -STOP 1234

and

kill -CONT 1234

though I never tested that
(http://tombuntu.com/index.php/2007/11/23/how-to-pause-a-linux-process/)

If you pause the simulation, though, it will not free allocated cores
and the scheduler will not run the next one in queue.

HTH, v.




References