Skip to content

xayahrainie4793/prime-programs-cached-copy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

These are the cached copy version of these prime programs, including primality testing (https://en.wikipedia.org/wiki/Primality_test, https://www.rieselprime.de/ziki/Primality_test, https://mathworld.wolfram.com/PrimalityTest.html, https://t5k.org/prove/index.html) programs (https://www.rieselprime.de/ziki/Primality_testing_program, https://www.rieselprime.de/ziki/Category:Primality_testing_program), sieving (https://www.rieselprime.de/ziki/Sieving, https://www.rieselprime.de/ziki/Sieving_a_range_of_sequences, https://mathworld.wolfram.com/Sieve.html) programs (https://www.rieselprime.de/ziki/Sieving_program, https://www.rieselprime.de/ziki/Category:Sieving_program), integer factoring (https://en.wikipedia.org/wiki/Integer_factorization, https://www.rieselprime.de/ziki/Factorization, https://mathworld.wolfram.com/PrimeFactorization.html, https://mathworld.wolfram.com/PrimeFactorizationAlgorithms.html, http://www.numericana.com/answer/factoring.htm) programs (https://www.rieselprime.de/ziki/Factoring_program, https://www.rieselprime.de/ziki/Category:Factoring_program), and the Nash weight (https://www.rieselprime.de/ziki/Nash_weight) computing program: (some of these programs can also be downloaded in http://www.fermatsearch.org/download.php or https://www.mersenne.org/download/freeware.php)

  1. SRSieve (including srsieve, sr1sieve, sr2sieve, srbsieve, also "srbsieve-other-programs", which are the additional programs needed by srbsieve, also pfgw is also needed to run the program) (https://www.bc-team.org/app.php/dlext/?cat=3, http://web.archive.org/web/20160922072340/https://sites.google.com/site/geoffreywalterreynolds/programs/, https://www.mersenneforum.org/showpost.php?p=631129&postcount=1, https://t5k.org/bios/page.php?id=905, https://www.rieselprime.de/ziki/Srsieve):

Files "srsieve_1.1.4", "sr1sieve_1.4.6", "sr2sieve_2.0.0", "srbsieve_1.8.2"

Note: File "CRUS_pack" is a cached copy of the file http://www.rieselprime.de/dl/CRUS_pack.zip, which includes LLR, PFGW, srsieve, sr1sieve, sr2sieve, and the new base script http://www.noprimeleftbehind.net/crus/new-bases-5.1.txt, see post https://mersenneforum.org/showpost.php?p=120751&postcount=1

Also file "srbsieve and newpgen instructions.pdf", which is a cached copy of the srbsieve Guide file in https://www.bc-team.org/app.php/dlext/?cat=3

  1. PFGW (https://sourceforge.net/projects/openpfgw/, https://t5k.org/bios/page.php?id=175, https://www.rieselprime.de/ziki/PFGW):

File "pfgw_win_4.0.3" (for Windows)

  1. LLR (http://jpenne.free.fr/index2.html, https://t5k.org/bios/page.php?id=431, https://www.rieselprime.de/ziki/LLR):

File "llr403win64" (for Windows 64bit, GUI)

File "cllr403win64" (for Windows 64bit, CONSOLE APPLICATION)

File "llr403win32" (for Windows 32bit, GUI)

File "cllr403win32" (for Windows 32bit, CONSOLE APPLICATION)

File "llr403linux" (for Linux 32bit (dynamic link))

File "llr403linux64" (for Linux 64bit (dynamic link))

File "llr403slinux" (for Linux 32bit (static link))

File "llr403slinux64" (for Linux 64bit (static link))

File "llr403mac64" (for MacIntel / MAC OS X 64bit)

  1. Primo (http://www.ellipsa.eu/public/primo/primo.html, https://t5k.org/bios/page.php?id=46, https://www.rieselprime.de/ziki/Primo):

File "Primo309" (for Windows) (a cached copy of the file http://www.rieselprime.de/dl/Primo309.zip)

File "primo-433-lx64" (for Linux)

  1. NewPGen (https://t5k.org/programs/NewPGen/, https://t5k.org/bios/page.php?id=105, https://www.rieselprime.de/ziki/NewPGen):

File "newpgen" (for Windows)

File "newpgenlinux" (for Linux, dynamically linked)

File "snewpgenlinux" (for Linux, statically linked)

  1. Proth (https://t5k.org/programs/gallot/, https://t5k.org/bios/page.php?id=411, https://www.rieselprime.de/ziki/Proth.exe):

File "proth.exe"

  1. MTSieve (https://sourceforge.net/projects/mtsieve/, http://mersenneforum.org/rogue/mtsieve.html, https://download.mersenne.ca/mtsieve, https://t5k.org/bios/page.php?id=449, https://www.rieselprime.de/ziki/Mtsieve, https://github.com/xayahrainie4793/prime-programs-cached-copy/tree/main/mtsieve_2.4.8):

File "mtsieve_2.4.8" (for Windows)

  1. coveringsets (https://web.archive.org/web/20221230035324/https://sites.google.com/site/robertgerbicz/coveringsets):

Files "covering.c" and "covering.exe" (for small CK (say k < 232))

Files "bigcovering.c" and "bigcovering.exe" (for large CK (say k > 232))

File "sierpinski.txt" (list of the Sierpinski CK for bases b ≤ 1024 with corresponding covering sets)

File "riesel.txt" (list of the Riesel CK for bases b ≤ 1024 with corresponding covering sets)

  1. covset, and the dynamic compile (https://www.mersenneforum.org/showpost.php?p=638165&postcount=1)

  2. GeneFer (https://t5k.org/bios/page.php?id=2740)

  3. CHG (https://t5k.org/bios/page.php?id=797, https://mersenneforum.org/attachment.php?attachmentid=21133&d=1571237465)

  4. KP (https://mersenneforum.org/attachment.php?attachmentid=21134&d=1571237574)

  5. GMP-ECM (http://www.loria.fr/~zimmerma/records/ecmnet.html, https://web.archive.org/web/20210803045418/https://gforge.inria.fr/projects/ecm):

File "ecm704dev-svn2990-win64" (for Windows)

File "ecm704dev-svn2990-linux64" (for Linux)

  1. cm (https://www.multiprecision.org/cm/index.html, https://t5k.org/bios/page.php?id=5485)

  2. Prime95 (https://www.mersenne.org/download/software/v30/30.18/)

  3. Nash (https://www.mersenneforum.org/attachment.php?attachmentid=13663&d=1451910741, https://github.com/happy5214/nash)

  4. YAFU (http://bbuhrow.googlepages.com/home, https://sourceforge.net/projects/yafu/) (I have deleted the programs for YAFU, YTOOLS, YSIEVE, for the programs for YAFU, YTOOLS, YSIEVE see the page by bbuhrow: https://github.com/bbuhrow/yafu, https://github.com/bbuhrow/ytools, https://github.com/bbuhrow/ysieve, you can click https://github.com/bbuhrow/yafu/archive/refs/heads/master.zip and https://github.com/bbuhrow/ytools/archive/refs/heads/main.zip and https://github.com/bbuhrow/ysieve/archive/refs/heads/main.zip to download these programs by one click)

  5. MSieve (https://sourceforge.net/projects/msieve, https://download.mersenne.ca/msieve):

File "msieve153_win64" (for Windows)

  1. GGNFS (http://sourceforge.net/projects/ggnfs)

  2. CADO-NFS (https://web.archive.org/web/20210506173015/http://cado-nfs.gforge.inria.fr/index.html, https://www.rieselprime.de/ziki/CADO-NFS)

  3. BOINC (https://boinc.berkeley.edu/download.php)

Download links:

LLR: http://jpenne.free.fr/llr3/llrcuda388linux64.zip, http://jpenne.free.fr/llr3/llrcuda388slinux64.zip, http://jpenne.free.fr/llr3/llrcuda388src.zip, http://jpenne.free.fr/llr4/llr405win64.zip, http://jpenne.free.fr/llr4/cllr405win64.zip, http://jpenne.free.fr/llr4/cllrd405win64.zip, http://jpenne.free.fr/Development/llr405devwin32.zip, http://jpenne.free.fr/Development/cllr405devwin32.zip, http://jpenne.free.fr/Development/cllrd405devwin32.zip, http://jpenne.free.fr/Development/llr405devlinux.zip, http://jpenne.free.fr/Development/llr405devslinux.zip, http://jpenne.free.fr/llr4/llr405linux64.zip, http://jpenne.free.fr/llr4/llr405slinux64.zip, http://jpenne.free.fr/llr4/llr405mac64.zip, http://jpenne.free.fr/llr4/llr405src.zip

Primo: https://www.ellipsa.eu/public/primo/files/primo-433-lx64.7z

PFGW: https://sourceforge.net/projects/openpfgw/files/latest/download

SRSieve: https://www.bc-team.org/app.php/dlext/?view=detail&df_id=24, https://www.bc-team.org/app.php/dlext/?view=detail&df_id=38, https://www.bc-team.org/app.php/dlext/?view=detail&df_id=23, https://www.bc-team.org/app.php/dlext/?view=detail&df_id=25, https://www.bc-team.org/app.php/dlext/?view=detail&df_id=43

MTSieve: https://sourceforge.net/projects/mtsieve/files/latest/download

NewPGen: https://t5k.org/programs/NewPGen/newpgen.zip, https://t5k.org/programs/NewPGen/newpgenlinux.zip, https://t5k.org/programs/NewPGen/snewpgenlinux.zip

Proth: https://t5k.org/programs/gallot/proth.exe, https://t5k.org/programs/gallot/proth.zip

CM: https://www.multiprecision.org/downloads/cm-0.4.2.tar.gz

GMP-ECM: https://members.loria.fr/PZimmermann/records/ecm/ecm-7.0.4.tar.gz

Prime95: https://www.mersenne.org/download/software/v30/30.18/p95v3018b2.win64.zip, https://www.mersenne.org/download/software/v30/30.18/p95v3018b2.source.zip, https://www.mersenne.org/download/software/v30/30.18/p95v3018b2.MacOSX.tar.gz, https://www.mersenne.org/download/software/v30/30.18/p95v3018b2.linux64.tar.gz

YAFU: https://sourceforge.net/projects/yafu/files/latest/download

MSieve: https://sourceforge.net/projects/msieve/files/latest/download

GMP: https://gmplib.org/download/gmp/gmp-6.3.0.tar.xz

BOINC: https://boinc.berkeley.edu/dl/boinc_7.24.1_windows_x86_64_vbox.exe, https://boinc.berkeley.edu/dl/boinc_7.24.1_windows_x86_64.exe

Pari/GP: https://pari.math.u-bordeaux.fr/pub/pari/unix/pari-2.15.4.tar.gz, https://pari.math.u-bordeaux.fr/pub/pari/unstable/pari-2.16.0.alpha.tar.gz, https://pari.math.u-bordeaux.fr/pub/pari/windows/Pari32-2-15-4.exe, https://pari.math.u-bordeaux.fr/pub/pari/windows/Pari64-2-15-4.exe, https://pari.math.u-bordeaux.fr/pub/pari/unstable/Pari32-2-16-0.exe, https://pari.math.u-bordeaux.fr/pub/pari/unstable/Pari64-2-16-0.exe, https://pari.math.u-bordeaux.fr/pub/pari/mac/PariGP-2.15.4.dmg, https://pari.math.u-bordeaux.fr/pub/pari/mac/PariGP-arm-2.15.4.dmg, https://pari.math.u-bordeaux.fr/pub/pari/mac/PariGP-arm-2.15.4-pthread.dmg, https://pari.math.u-bordeaux.fr/pub/pari/unstable/PariGP-2.16.0.dmg, https://pari.math.u-bordeaux.fr/pub/pari/unstable/PariGP-full-2.16.0.dmg, https://pari.math.u-bordeaux.fr/pub/pari/unstable/PariGP-arm-2.16.0-pthread.dmg, https://pari.math.u-bordeaux.fr/pub/pari/mac/PariGP-full-2.15.4.dmg, https://pari.math.u-bordeaux.fr/pub/pari/mac/PariGP-arm-full-2.15.4.dmg, https://pari.math.u-bordeaux.fr/pub/pari/mac/PariGP-arm-full-2.15.4-pthread.dmg, https://pari.math.u-bordeaux.fr/pub/pari/unstable/PariGP-full-2.16.0.dmg, https://pari.math.u-bordeaux.fr/pub/pari/unstable/PariGP-arm-full-2.16.0.dmg, https://pari.math.u-bordeaux.fr/pub/pari/unstable/PariGP-arm-full-2.16.0-pthread.dmg, https://pari.math.u-bordeaux.fr/pub/pari/paridroid/PariDroid-2.15.3.2.3.apk

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published