aboutsummaryrefslogtreecommitdiff
path: root/doc/nissy.1
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano.tronto@gmail.com>2021-11-20 16:08:43 +0100
committerSebastiano Tronto <sebastiano.tronto@gmail.com>2021-11-20 16:08:43 +0100
commita8c4da5b955eab2eed9ebb03ee4b1212ec6fe042 (patch)
tree3fe233ce2883545ec42d2c3cf5661fba3818fb9d /doc/nissy.1
parent0df4f6f98101bb3be192ce892aa1452f2c6de1a4 (diff)
downloadnissy-a8c4da5b955eab2eed9ebb03ee4b1212ec6fe042.tar.gz
nissy-a8c4da5b955eab2eed9ebb03ee4b1212ec6fe042.zip
Multithreading seems to be working now, it was easier than expected!
Diffstat (limited to 'doc/nissy.1')
-rw-r--r--doc/nissy.18
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
94Plain style: do not print the number of moves. 94Plain style: do not print the number of moves.
95. 95.
96.It Fl t Ar n
97Use
98.Ar n
99CPU threads. By default nissy uses only 1 thread. Using more than one
100thread will improve performance, but the optimal number depends on your
101machine and operating system. Generally, using one less than the number
102of threads of your CPU works quite well.
103.
96.It Fl v 104.It Fl v
97Verbose mode: print some information during the search and print each solution 105Verbose mode: print some information during the search and print each solution
98as it is found instead of only printing them all together at the end. 106as it is found instead of only printing them all together at the end.

Generated with cgit - Back to sebastiano.tronto.net