Linux Toolkits Blog is a scratch-pad of tips and findings on Linux
Friday, January 27, 2012
Using qmove to move a batch job for Torque or OpenPBS
If you wish to remove a job from the queue in which it resides and instantiate the job in another queue, you should use the qmove commands. The commands is as simple as
# qmove queue_namejob_id
For example
# qmove pulasan_queue 1234
For more information, remember to look at qmove man pages
No comments:
Post a Comment