On Fri, Feb 19, 2010 at 01:36:06PM -0600, Sabuj Pattanayek alleged: > On Fri, Feb 19, 2010 at 1:35 PM, Sabuj Pattanayek <[email protected]> wrote: > >> qselect | xargs qdel -m "BOFH does not need usernames" > > > > That's the command I was looking for: > > > > qselect -q someQueue -s R xargs qdel -m "All jobs on this queue must stop > > now" > > forgot the pipe: > > qselect -q someQueue -s R | xargs qdel -m "All jobs on this queue must stop > now"
Instead of deleting jobs, consider using qrerun after stopping the queue. -- Garrick Staples, GNU/Linux HPCC SysAdmin University of Southern California Life is Good!
pgpf5B8Zjmuun.pgp
Description: PGP signature
_______________________________________________ mauiusers mailing list [email protected] http://www.supercluster.org/mailman/listinfo/mauiusers
