[Mauiusers] kill all active/running jobs
Sabuj Pattanayek
sabujp at gmail.com
Fri Feb 19 12:36:06 MST 2010
On Fri, Feb 19, 2010 at 1:35 PM, Sabuj Pattanayek <sabujp at gmail.com> 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"
More information about the mauiusers
mailing list