On Sun, 2013-06-30 at 13:58 +0000, Guillermo Marco Puche wrote: > Hello, > > Is there any way to change a job on a R state to another host? > > I've some jobs running on one compute node and due to overload compute > node has gone down. However my job stills in R state.. even is > compute-node is down. > > I would like to change this job to any of my other hosts so it can > resume execution. > > Thanks. > _______________________________________________ > users mailing list > [email protected] > https://gridengine.org/mailman/listinfo/users > > I'm guessing you mean 'r' state rather than 'R'. It depends on whether the job/queue supports it if so then an administrator can execute qmod -rj <job id> to force the job back into the queue. Unless you have checkpointing or something similar set up it won't magically resume from where it left off though. It will start over again.
You could also check the reschedule_unknown parameter in the queue configuration to somewhat automate this in future. William
signature.asc
Description: This is a digitally signed message part
_______________________________________________ users mailing list [email protected] https://gridengine.org/mailman/listinfo/users
