Have you tried scontrol suspend <jobid>
? On Wednesday September 14 2011 2:58:48 PM you wrote: > Hello list > > I want to be able to suspend an MPI job with everything and it's time > count in slurm. I don't mind if that makes slurm think that the nodes > are free again, but it would help if I could control whether or not the > nodes will be used right after the job is suspended. > > Currently I can almost do it with > scancel -b -s TSTP [job_id] > > But even if the job stopped, to slurm itself it is still running, so the time > eventually runs out and the job is killed. > > So, Is there a way I can do that? > > Regards > > >
