Benutzer-Werkzeuge

Webseiten-Werkzeuge


commands

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
commands [2021/12/13 10:45]
schwan
commands [2022/07/28 17:15] (aktuell)
schwan
Zeile 6: Zeile 6:
 | ''bjobs'' | Display the short status of your Jobs | | ''bjobs'' | Display the short status of your Jobs |
 | ''bjobs -w'' | Display the short status of your Jobs - with "wide" fields | | ''bjobs -w'' | Display the short status of your Jobs - with "wide" fields |
-| ''bjobs -l'' | Displays all (=long) parameters of all of your Job |+| ''bjobs -l'' | Displays all (=long) parameters of all (!) of your Job |
 | ''bjobs -l jobid'' | Information about a job with the specified jobid| | ''bjobs -l jobid'' | Information about a job with the specified jobid|
-| ''bjobs -u all'' | Lists every job of all users in a short list |+| ''bjobs -u all'' | Lists every job of all (!) users in a short list 
 +| ''bjobs -q BatchXL'' | short listing of  your jobs running in a queue called "BatchXL |
 | ''man bjobs'' | More Information about the command | | ''man bjobs'' | More Information about the command |
 +
 +| ''bsub'' | job start command |
 +| ''bsub -b'' | Dispatches the job for execution on or after the specified date and time |
 +| ''bsub -b 20:00'' | set the job begin time to 8 pm |
 +
 +
 +| ''bkill'' | kill (finish) one of your job with a jobid |
  
 | ''bqueues'' | displays queue overview about all queues | | ''bqueues'' | displays queue overview about all queues |
Zeile 17: Zeile 25:
 | ''bhosts'' | Status of all compute node | | ''bhosts'' | Status of all compute node |
 | ''bhosts -l'' | detailed status of all compute nodes | | ''bhosts -l'' | detailed status of all compute nodes |
 +| ''bhosts -gpu'' | detailed status of all nodes containing a gpu |
 | ''man bhosts'' | More Information about the command | | ''man bhosts'' | More Information about the command |
 +
 +| ''bhpart'' | priority status of all users |
 +
 +| ''bacct'' | Displays accounting statistics about finished jobs  |
 +| ''bacct -e '' | Displays accounting statistics about finished jobs with EXIT state |
 +| ''bacct -e -C 2022/01/14,2022/01/16'' | Displays accounting statistics in a certain time period with EXIT state |
 +| ''bacct -d -C 2022/01/14,2022/01/16'' | Displays accounting statistics in a certain time period with DONE state |
  
 | ''lsinfo'' | Provides information about the LSF configuration (Maschinetype, -/description -/model) and about the available resources.| | ''lsinfo'' | Provides information about the LSF configuration (Maschinetype, -/description -/model) and about the available resources.|
Zeile 23: Zeile 39:
 | ''lsload -gpuload'' | displays information about the gpu load on all gpu nodes | | ''lsload -gpuload'' | displays information about the gpu load on all gpu nodes |
 | ''lsload -gpuload hostname'' | displays information about the gpu load on a certain host | | ''lsload -gpuload hostname'' | displays information about the gpu load on a certain host |
 +| ''lsload -gpuload -w hostname'' | displays "wide" information about the gpu load on a certain host |
  
commands.1639388726.txt.gz · Zuletzt geändert: 2021/12/13 10:45 von schwan