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
Letzte Überarbeitung Beide Seiten der Revision
commands [2022/01/12 16:27]
schwan
commands [2022/07/28 17:14]
schwan
Zeile 11: Zeile 11:
 | ''bjobs -q BatchXL'' | short listing of  your jobs running in a queue called "BatchXL | | ''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 5:00'' | set the job begin time to 5 am |
 +
  
 | ''bkill'' | kill (finish) one of your job with a jobid | | ''bkill'' | kill (finish) one of your job with a jobid |
Zeile 24: Zeile 29:
  
 | ''bhpart'' | priority status of all users | | ''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 29: 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.txt · Zuletzt geändert: 2022/07/28 17:15 von schwan