Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung |
commands [2022/06/07 22:20] – schwan | commands [2022/07/28 17:15] (aktuell) – schwan |
---|
| ''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 20:00'' | set the job begin time to 8 pm | |
| |
| |
| ''bkill'' | kill (finish) one of your job with a jobid | | | ''bkill'' | kill (finish) one of your job with a jobid | |
| ''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 | | | ''lsload -gpuload -w hostname'' | displays "wide" information about the gpu load on a certain host | |
| |