LinuxCommandLibrary

mprime

TLDR

Start Prime95 (interactive)

$ mprime
copy
Run torture test
$ mprime -t
copy
Run specific test type
$ mprime -t -W[1]
copy
Run as daemon
$ mprime -d
copy
Set worker threads
$ mprime -t -w[4]
copy

SYNOPSIS

mprime [options]

DESCRIPTION

mprime (Prime95 for Linux) is the Great Internet Mersenne Prime Search (GIMPS) client. It searches for Mersenne primes and can also be used for CPU stress testing and benchmarking.
The torture test mode is popular for testing system stability, especially after overclocking.

PARAMETERS

-t

Torture test mode.
-d
Run as daemon.
-w n
Number of workers.
-W type
Torture test type.
-m
Menu mode.
-v
Print version.

TORTURE TEST TYPES

$ 1 - Small FFTs (tests L2 cache)
2 - In-place FFTs (tests RAM)
3 - Large FFTs (tests all)
4 - Blend (mixed test)
copy

CONFIGURATION

$ ~/.mlucas/
~/primenet.ini
~/local.txt
copy

CAVEATS

Extremely CPU intensive. Generates significant heat. Not suitable for laptops. May require GIMPS account for prime search.

HISTORY

Prime95/mprime was created by George Woltman in 1996 for the GIMPS project. It has discovered several record-breaking Mersenne primes.

SEE ALSO

Copied to clipboard