From a8c4da5b955eab2eed9ebb03ee4b1212ec6fe042 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sat, 20 Nov 2021 16:08:43 +0100 Subject: Multithreading seems to be working now, it was easier than expected! --- doc/nissy.1 | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc') 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. .It Fl p Plain style: do not print the number of moves. . +.It Fl t Ar n +Use +.Ar n +CPU threads. By default nissy uses only 1 thread. Using more than one +thread will improve performance, but the optimal number depends on your +machine and operating system. Generally, using one less than the number +of threads of your CPU works quite well. +. .It Fl v Verbose mode: print some information during the search and print each solution as it is found instead of only printing them all together at the end. -- cgit v1.3