Created
November 15, 2016 09:53
-
-
Save tomfanning/8b3398713cfe62957ee896526038bfe4 to your computer and use it in GitHub Desktop.
mprime / prime95 for linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| mkdir mprime | |
| pushd mprime | |
| wget http://www.mersenne.org/ftp_root/gimps/p95v2810.linux64.tar.gz | |
| tar zxfv p95v2810.linux64.tar.gz | |
| popd | |
| ./mprime/mprime -m |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment