This package browser is in early development. Mind the rough edges.

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.

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:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/mlucas/badges/latest-version.svg)](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]]