Qfeed: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Die Seite wurde neu angelegt: „== About == : Beschickt die Queue auf der nesh mit einer Liste von Jobs, sodass immer genau ''N'' items in der Queue sind. Die einzelnen Jobs werden als einzelne ...“) |
(→Usage) |
||
(5 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
=== | beschickt die Queue auf der nesh mit einer Liste von Jobs, sodass immer genau ''N'' items in der Queue sind. Die einzelnen Jobs werden als einzelne Kommandozeilen aus der Datei `qfeed.txt` gelesen. | ||
=== Usage === | |||
Kommandozeile. Beispiel: | |||
nohup qfeed -n 3 qfeed.txt & | nohup qfeed -n 3 qfeed.txt & | ||
=== | '''Das nohup nicht vergessen.''' | ||
Inhalt der dazugehörigen qfeed.txt-Datei (Beispiel) | |||
koehli_sub -G 8 -S 10 -P 4 Methyl-Diaza_cis.com | |||
koehli_sub -G 8 -S 10 -P 4 Methyl-Diaza_trans.com | |||
koehli_sub -G 8 -S 10 -P 4 Ethyl-Diaza_cis.com | |||
koehli_sub -G 8 -S 10 -P 4 Ethyl-Diaza_trans.com | |||
koehli_sub -G 8 -S 10 -P 4 Propyl-Diaza_cis.com | |||
koehli_sub -G 8 -S 10 -P 4 Propyl-Diaza_trans.com | |||
koehli_sub -G 8 -S 10 -P 4 Butyl-Diaza_cis.com | |||
koehli_sub -G 8 -S 10 -P 4 Butyl-Diaza_trans.com | |||
=== Longhelp === | |||
qfeed: (C) Felix Koehler 2007 | qfeed: (C) Felix Koehler 2007 | ||
feeds the queue by calling the next line of the given commandfile | feeds the queue by calling the next line of the given commandfile |
Aktuelle Version vom 26. Februar 2009, 13:47 Uhr
beschickt die Queue auf der nesh mit einer Liste von Jobs, sodass immer genau N items in der Queue sind. Die einzelnen Jobs werden als einzelne Kommandozeilen aus der Datei `qfeed.txt` gelesen.
Usage
Kommandozeile. Beispiel:
nohup qfeed -n 3 qfeed.txt &
Das nohup nicht vergessen.
Inhalt der dazugehörigen qfeed.txt-Datei (Beispiel)
koehli_sub -G 8 -S 10 -P 4 Methyl-Diaza_cis.com koehli_sub -G 8 -S 10 -P 4 Methyl-Diaza_trans.com koehli_sub -G 8 -S 10 -P 4 Ethyl-Diaza_cis.com koehli_sub -G 8 -S 10 -P 4 Ethyl-Diaza_trans.com koehli_sub -G 8 -S 10 -P 4 Propyl-Diaza_cis.com koehli_sub -G 8 -S 10 -P 4 Propyl-Diaza_trans.com koehli_sub -G 8 -S 10 -P 4 Butyl-Diaza_cis.com koehli_sub -G 8 -S 10 -P 4 Butyl-Diaza_trans.com
Longhelp
qfeed: (C) Felix Koehler 2007 feeds the queue by calling the next line of the given commandfile whenever there's less than N items in the queue of the current user. Usage: tclsh qfeed {options} commandfile ..... Options: -h : print this help -n #: number of concurrent jobs Example nohup qfeed -n 3 qfeed.txt &