From 4a88a686d5e08404080ed6954b70c0db252aa220 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sat, 14 Dec 2024 11:59:22 +0100 Subject: Allow choosing number of threads when calling solve() --- configure.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'configure.sh') diff --git a/configure.sh b/configure.sh index aac6444..ec0343a 100755 --- a/configure.sh +++ b/configure.sh @@ -14,7 +14,9 @@ # The string "architecture" must be one of "AVX2", "NEON" or "PORTABLE". # # THREADS=n -# Choose how many threads to use for multi-threaded oerations. +# The maximum number of threads to use for multi-threaded operations. +# This is also used as default value in case an operation allows +# specifying how many threads to use. # By default, 8 threads will be used (TODO: in the future this will be # determined base on the system). # The number n must be between 1 and 128. -- cgit v1.3