Skip to content
Cody Kankel edited this page Sep 12, 2016 · 9 revisions

##uge_check##

  • uge_check.py allows a user, while on the CRC's front end(or your own if you cloned it) and view information otherwise not easily obtained/ugly.

  • Some examples are:

./uge_check.py -l (displays information on the general_access Long Queue)

general_access                                                                  
--------------------------------------------------------------------------------
Total Cores:                            2832                                    
Used Cores:                             2792                                    
Free Cores:                             40                                      
Disabled Cores:                         312                                     

Total Nodes:                            262                                     
Used Nodes:                             260                                     
Disabled Nodes:                         26                                      
Empty Nodes:                            2

./uge_check.py -d (displays information on the Debug Queue)

debug                                                                           
--------------------------------------------------------------------------------
Total Cores:                            224                                     
Used Cores:                             16                                      
Free Cores:                             208                                     
Disabled Cores:                         16                                      

Total Nodes:                            30                                      
Used Nodes:                             4                                       
Disabled Nodes:                         2                                       
Empty Nodes:                            26  

./uge_check.py -u johndoe33 (displays information on John Doe)

Clone this wiki locally