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 <<
z
Select Queue from the Field list.
z
Select the queue from the Queue list.
z
Click <<
z
Click Find.
z
Click Select All.
z
Click Resume.
Using the Clusterware Pro V5.1 CLI:
% bresume -u <username> -q <queuename> 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.20 Submit a MPI job in a queue
Using the Clusterware Pro V5.1 Web Interface:
From the Jobs tab:
z
Select Job->Submit.
z
Enter the number of processors required in the Max Processors field.
z
Complete job data.
z
Click Submit.
Using the Clusterware Pro V5.1 CLI:
% bsub -n <num_proc> command
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