Hi, > Am 04.09.2017 um 16:34 schrieb [email protected]: > > Hello, > > if we want to delete the given (temporary) SGE (OGE) queue but we do not > want to kill > some last jobs which are still running under this queue, which is the > safe/recommended way here ?
The best is to disable the queue first to drain it (using `qmod -d <qname>`). Then to remove once it’s empty. — Reuti > Is it safe (regarding to that still running jobs) simply to delete record of > this queue from the > SGE configuration file ? Or is rather recommended first to block/close this > queue to prevent > running some new jobs here, then wait till the actually running jobs finsh > and then delete the config > record/definition of this queue ? > > Thanks in advance for the answer, > > Best wishes, > > Marek > > > > > _______________________________________________ > users mailing list > [email protected] > https://gridengine.org/mailman/listinfo/users _______________________________________________ users mailing list [email protected] https://gridengine.org/mailman/listinfo/users
