Edited wiki page through web user interface.
This commit is contained in:
parent
2ae223f711
commit
04344aedb0
@ -27,6 +27,8 @@ Features of PPSS are:
|
|||||||
|
|
||||||
= Usage =
|
= Usage =
|
||||||
|
|
||||||
|
A quick look on the help instructions of PPSS show that just three command-line options are required to execute your command in parallel on a collection of items.
|
||||||
|
|
||||||
{{{
|
{{{
|
||||||
Parallel Processing Shell Script
|
Parallel Processing Shell Script
|
||||||
Version: 1.0
|
Version: 1.0
|
||||||
@ -46,7 +48,7 @@ Options are:
|
|||||||
- p [ no of parallel processes ] Optional: specifies number of simultaneous processes manually.
|
- p [ no of parallel processes ] Optional: specifies number of simultaneous processes manually.
|
||||||
- j ( enable hyperthreading ) Optiona: Enable or disable hyperthreading. Enabled by default.
|
- j ( enable hyperthreading ) Optiona: Enable or disable hyperthreading. Enabled by default.
|
||||||
|
|
||||||
Example: encoding some wav files to mp3 using lame:
|
Example: encoding some wav files to mp3 using lame with support for hyper-threading:
|
||||||
|
|
||||||
ppss.sh -c 'lame' -d /path/to/wavfiles -l logfile -j
|
ppss.sh -c 'lame' -d /path/to/wavfiles -l logfile -j
|
||||||
}}}
|
}}}
|
Loading…
Reference in New Issue
Block a user