User Tools

Site Tools


tutorial:torque

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
tutorial:torque [2023/12/07 09:25]
mjm519 [Useful Commands]
tutorial:torque [2023/12/07 09:49]
mjm519 [Queues]
Line 124: Line 124:
  
 You can see limits using this command ''qstat -f -Q'' You can see limits using this command ''qstat -f -Q''
-^ Queue ^ Wall Time ^ +^ Queue      ^ Wall Time  ^ Total Max Queued Jobs      
-| batch  | 01:00:00  +| batch      | 01:00:00   | 2000                       
-| short  | 02:00:00  +| short      | 02:00:00   | 1000                       
-| medium | 04:00:00  +| medium     | 04:00:00   | 500                        
-| long  | 72:00:00  +| long       | 72:00:00   | 100                        
-| very long  | 240:00:00 |+| very long  | 240:00:00  100                        | 
 +| AMPL                  | 200                        | 
 +| MOSEK      |            | 50                         | 
 + 
 + 
 +**Note the max queued jobs can be altered, but was set to prevent flooding the queuing system and choking the scheduler so no jobs will run**
  
 ===== Examples ===== ===== Examples =====
Line 351: Line 356:
 1. [[https://docs.adaptivecomputing.com/maui/commands/showq.php|showq]] - Displays information about active, eligible, blocked, and/or recently completed jobs. 1. [[https://docs.adaptivecomputing.com/maui/commands/showq.php|showq]] - Displays information about active, eligible, blocked, and/or recently completed jobs.
  
-2. [[https://docs.adaptivecomputing.com/maui/commands/showstart.php|Showstart]] - Displays the estimated start time of a job based a number of analysis types.+2. [[https://docs.adaptivecomputing.com/maui/commands/showstart.php|showstart]] - Displays the estimated start time of a job based a number of analysis types. 
 + 
 +3. [[https://docs.adaptivecomputing.com/maui/commands/checkjob.php|checkjob]] - Allows end users to view the status of their own jobs. 
 + 
 +====Useful External Resources==== 
 +[[https://www.icer.msu.edu/sites/default/files/files/understand_job_scheduler_v2.pdf|MSU -Understand job scheduler and resource manager]] - Describes the batch queuing system and has some useful diagrams explaining the interrelationship between the scheduler and the server. 
 + 
 +[[https://wvuhpc.github.io/2019-Intro-HPC/07-jobs/index.html|WVU - Job Submission (Torque and Moab)]] - Lists frequently used commands for Torque and Moab. Also includes information on Prologue and Epilogue scripts. 
 + 
 +[[http://docs.adaptivecomputing.com/mwm/7-1-3/help.htm#pbsintegration.html|Moab-TORQUE/PBS Integration Guide]] - Guide for Administrators and integrators on the deployment and integration of PBS Torque and Moab into a computer system 
 + 
 +[[https://silas.net.br/tech/hpc/torque.html|Torque Notes]] - Information about the processes involved in using torque and debugging information. 
  
-3. [[https://docs.adaptivecomputing.com/maui/commands/checkjob.php|Checkjob]] - Allows end users to view the status of their own jobs. 
tutorial/torque.txt · Last modified: 2024/02/28 13:12 by mjm519