summaryrefslogtreecommitdiff
path: root/dpmert/README.shared-mem
blob: 7728efc0cc541697a2d5d5326d934889c55dd02f (plain)
1
2
3
4
5
6
7
8
9
If you want to run dist-vest.pl on a very large shared memory machine, do the
following:

  ./dist-vest.pl --use-make I --decode-nodes J --weights weights.init --source-file=dev.src --ref-files=dev.ref.* cdec.ini

This will use I jobs for doing the line search and J jobs to run the decoder. Typically, since the
decoder must load grammars, language models, etc., J should be smaller than I, but this will depend
on the system you are running on and the complexity of the models used for decoding.