mlucas
Great Internet Mersenne Prime Search (GIMPS) distributed computing client
Mlucas performs Lucas-Lehmer primality testing of Mersenne numbers in search of a world-record prime. You may use it to test any suitable number as you wish, but it is preferable that you do so in a coordinated fashion, as part of the Great Internet Mersenne Prime Search (GIMPS). Mlucas also includes a simple Python script for assignment management via the GIMPS project's Primenet server.
- Versions: 18
- Website: https://www.mersenne.org
- Licenses: GPL 2+
- Package source: gnu/packages/maths.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of mlucas
as follows:
guix install mlucas
Or install a particular version:
guix install mlucas@18
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of mlucas about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/mlucas'><img src='https://packages.guix.gnu.org/packages/mlucas/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/mlucas)
Example Org:
[[https://packages.guix.gnu.org/packages/mlucas][https://packages.guix.gnu.org/packages/mlucas/badges/latest-version.svg]]