Hi, Am 30.03.2013 um 12:00 schrieb Joseph Farran:
> I am using GE 8.1.2. > > When using qalter, is there a way to add to a field and not over write it? > > So for example, I like to do: > > qalter 1234 -q newq > > And add queue "newq" to job 1234. Same thing for holding jobs: > > qalter 1234 -hold_jid 2222 NB: although this syntax seems to work, according to the man page it should have the job id(s) as the last argument after the options. > Our hold jobs have a long list of job holds, so it would be nice to simply > add to the list in stead of overwriting it any previous lists. > > Looking at the man page, I don't think this is possible but wanted to check > here. It's necessary to copy/paste the former request which you can get out of `qstat -j <job_id>`. This can be also put in a wrapper in case you need it more often from the entries: hard_queue_list: jid_predecessor_list (req): -- Reuti > Best, > Joseph > > _______________________________________________ > users mailing list > [email protected] > https://gridengine.org/mailman/listinfo/users _______________________________________________ users mailing list [email protected] https://gridengine.org/mailman/listinfo/users
