diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-11-20 16:08:43 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-11-20 16:08:43 +0100 |
| commit | a8c4da5b955eab2eed9ebb03ee4b1212ec6fe042 (patch) | |
| tree | 3fe233ce2883545ec42d2c3cf5661fba3818fb9d /doc | |
| parent | 0df4f6f98101bb3be192ce892aa1452f2c6de1a4 (diff) | |
| download | nissy-a8c4da5b955eab2eed9ebb03ee4b1212ec6fe042.tar.gz nissy-a8c4da5b955eab2eed9ebb03ee4b1212ec6fe042.zip | |
Multithreading seems to be working now, it was easier than expected!
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/nissy.1 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/nissy.1 b/doc/nissy.1 index ebabb0e..5bfa930 100644 --- a/doc/nissy.1 +++ b/doc/nissy.1 | |||
| @@ -93,6 +93,14 @@ Only find solutions that require the minimum number of moves. | |||
| 93 | .It Fl p | 93 | .It Fl p |
| 94 | Plain style: do not print the number of moves. | 94 | Plain style: do not print the number of moves. |
| 95 | . | 95 | . |
| 96 | .It Fl t Ar n | ||
| 97 | Use | ||
| 98 | .Ar n | ||
| 99 | CPU threads. By default nissy uses only 1 thread. Using more than one | ||
| 100 | thread will improve performance, but the optimal number depends on your | ||
| 101 | machine and operating system. Generally, using one less than the number | ||
| 102 | of threads of your CPU works quite well. | ||
| 103 | . | ||
| 96 | .It Fl v | 104 | .It Fl v |
| 97 | Verbose mode: print some information during the search and print each solution | 105 | Verbose mode: print some information during the search and print each solution |
| 98 | as it is found instead of only printing them all together at the end. | 106 | as it is found instead of only printing them all together at the end. |
