README.Debian 1.3 KB

123456789101112131415161718192021222324252627282930
  1. mlucas for Debian
  2. -----------------
  3. [FIXME: This README is potentially outdated]
  4. The subsection Great Internet Mersenne Prime Search in section NOTES
  5. in the man page needs to be completed.
  6. The man page for 'primenet' needs to be written.
  7. The argument parser is buggy. The relative position of arguments is relevant to
  8. mlucas, the order of arguments in SYNOPSIS in mlucas(1) should be followed to
  9. avoid confusing the parser. Only 100, 1000 and 10000 are supported for -iters
  10. flag. However, the parser will not reject unsupported arguments. Using
  11. unsupported arguments for -iters flag may trigger strange behaviour.
  12. On system with limited resources, the self-test for medium exponents
  13. 'mlucas -s m' may fail with 'pthread_create:: Cannot allocate memory'. See
  14. <https://bugs.debian.org/860662> for details. The current fix is to run
  15. self-test on each exponent one by one instead. However, this is unsatisfactory
  16. since it does not prevent the user from running the self-test for medium
  17. exponents and getting an error.
  18. See BUGS section in mlucas(1) for details.
  19. -- Alex Vong <alexvong1995-AT-protonmail-DOT-com@NOSPAM.invalid> Mon, 20 Dec 2021 23:07:38 +0000
  20. -- Alex Vong <alexvong1995@gmail.com> Sat, 26 Jan 2019 17:13:06 +0800
  21. -- Alex Vong <alexvong1995@gmail.com> Mon, 24 Apr 2017 16:16:28 +0800
  22. -- Alex Vong <alexvong1995@gmail.com> Thu, 27 Aug 2015 22:04:58 +0800