ClusterPack Tutorial

2.1.12 Kill all jobs submitted by the user
Using the Clusterware Pro V5.1 Web Interface:
From the Jobs tab:
z
Select Tools->Find.
z
Select User from the Field list.
z
Type the user name in the Value field.
z
Click Find.
z
Click Select All.
z
Click Kill.
Using the Clusterware Pro V5.1 CLI:
% bkill -u <username> 0
References:
z
3.7.8 How do I access the Clusterware Pro V5.1 Web Interface?
z
3.7.9 How do I access the Clusterware Pro V5.1 Command Line Interface?
Back to Top
2.1.13 Kill all jobs submitted by the user in a queue
Using the Clusterware Pro V5.1 Web Interface:
From the Jobs tab:
z
Select Tools->Find.
z
Select the Advanced tab.
z
Select User from the Field list in the Define Criteria section.
z
Type the user name in the Value field.
z
Click << to add to the list.
z
Select Queue from the Field list.
z
Select the queue from the Queues list.
z
Click Add to List.
z
Click Find.
z
Click Select All.
z
Click Kill.
Using the Clusterware Pro V5.1 CLI:
%
bkill -q <queue name> -u <username> 0