[ Skip to the content ]

Institute of Formal and Applied Linguistics Wiki


[ Back to the navigation ]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
user:zeman:joshua [2009/06/01 22:37]
zeman Problém s kompatibilitou 64bitových strojů možná vyřešen.
user:zeman:joshua [2009/06/01 23:00]
zeman Spouštění na clusteru.
Line 68: Line 68:
   * Vrátil jsem se do $JOSHUA_HOME a pustil ant clean, pak ant compile, nakonec ant test a hlavně ten ./example/decode_example_srilm.sh.   * Vrátil jsem se do $JOSHUA_HOME a pustil ant clean, pak ant compile, nakonec ant test a hlavně ten ./example/decode_example_srilm.sh.
  
 +==== Cluster ====
 +
 +Ke spuštění Joshuy na clusteru se hodí např. Ondrova obálka (nebo i ta moje vlastní, ale tu bych neměl nutit např. Gauravovi, když jako jeden z mála pořád pracuju s tcsh).
 +
 +<code>kinit
 +ssh lrc-two
 +cd $JOSHUA_HOME
 +~bojar/tools/shell/qsubmit ./example/decode_example_srilm.sh
 +qstat -u '*'</code>

[ Back to the navigation ] [ Back to the content ]