aboutsummaryrefslogtreecommitdiff
path: root/src/misc
diff options
context:
space:
mode:
authorJ08nY2025-03-23 17:55:39 +0100
committerJ08nY2025-03-23 17:55:39 +0100
commit4c0c20b2bd4bcd12b5e9f47899cae59d3987b817 (patch)
treeca46e63c24be7a3c7c072ecb43bd62f7f09560da /src/misc
parent27b73c680e4a54dd57845145a9d3d9e389354659 (diff)
downloadecgen-4c0c20b2bd4bcd12b5e9f47899cae59d3987b817.tar.gz
ecgen-4c0c20b2bd4bcd12b5e9f47899cae59d3987b817.tar.zst
ecgen-4c0c20b2bd4bcd12b5e9f47899cae59d3987b817.zip
Configure threads to limit PARI as well.
Diffstat (limited to 'src/misc')
-rw-r--r--src/misc/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc/config.h b/src/misc/config.h
index 3272190..26e0610 100644
--- a/src/misc/config.h
+++ b/src/misc/config.h
@@ -129,7 +129,7 @@ typedef struct {
char *datadir;
/** @brief How much memory to allocate for the PARI stack. */
unsigned long memory;
- /** @brief How many threads to use, only useful for invalid generation(atm).
+ /** @brief How many threads to use (or limit PARI to use).
*/
unsigned long threads;
/** @brief How much memory to allocate for the PARI stack, per thread. */