Forum: Data
2022-05-25, 19:56
|
Replies: 580
Views: 120,196
|
Forum: And now for something completely different
2022-05-24, 22:27
|
Replies: 124
Views: 6,036
|
Forum: GMP-ECM
2022-05-24, 17:43
|
Replies: 521
Views: 146,576
|
Forum: And now for something completely different
2022-05-23, 23:12
|
Replies: 129
Views: 33,013
It looks as though Prof. Chris Caldwell has now...
It looks as though Prof. Chris Caldwell has now created an "E" prover code (https://primes.utm.edu/bios/page.php?id=5485), which should be selectable to create a code in order to submit CM (FastECPP)...
|
Forum: And now for something completely different
2022-05-23, 21:24
|
Replies: 129
Views: 33,013
|
Forum: And now for something completely different
2022-05-23, 21:21
|
Replies: 129
Views: 33,013
|
Forum: And now for something completely different
2022-05-23, 18:37
|
Replies: 124
Views: 6,036
|
Forum: And now for something completely different
2022-05-23, 12:57
|
Replies: 129
Views: 33,013
|
Forum: And now for something completely different
2022-05-23, 12:31
|
Replies: 129
Views: 33,013
|
Forum: Data
2022-05-23, 12:13
|
Replies: 580
Views: 120,196
|
Forum: And now for something completely different
2022-05-23, 11:58
|
Replies: 129
Views: 33,013
|
Forum: And now for something completely different
2022-05-23, 11:35
|
Replies: 124
Views: 6,036
You're welcome!
I don't know the...
You're welcome!
I don't know the probabilities of M-R compared to BPSW -- but Robert's point about superfluous trial division is valid.
I leave the configure option for Andreas to implement.
...
|
Forum: Soap Box
2022-05-23, 05:35
|
Replies: 34
Views: 676
|
Forum: And now for something completely different
2022-05-22, 23:31
|
Replies: 129
Views: 33,013
|
Forum: And now for something completely different
2022-05-22, 21:57
|
Replies: 124
Views: 6,036
|
Forum: And now for something completely different
2022-05-22, 19:44
|
Replies: 129
Views: 33,013
|
Forum: And now for something completely different
2022-05-22, 13:48
|
Replies: 124
Views: 6,036
I should revise this figure down a lot. On 64...
I should revise this figure down a lot. On 64 cores, it took 20 months for Primo to certify R49081. Call it 600 days. It would take Primo (86453/49081)^4 times as long i.e. 5776 days. Now FastECPP is...
|
Forum: sweety439
2022-05-21, 12:23
|
Replies: 35
Views: 1,846
@sweety439. This seems to be a regular question...
@sweety439. This seems to be a regular question from you: "when will someone prove...". You really need to get FastECPP running on your system, even if you are stuck with Windows; Simple download and...
|
Forum: And now for something completely different
2022-05-21, 06:11
|
Replies: 124
Views: 6,036
Have you tried recompiling the code in the...
Have you tried recompiling the code in the cm_nt_next_prime function within lib/nt.c with:
#ifdef WITH_MPI
// static unsigned long int P [664579];
// /* primes up to 10^7 */
static...
|
Forum: Puzzles
2022-05-20, 16:15
|
Replies: 27
Views: 12,380
|
Forum: And now for something completely different
2022-05-20, 15:00
|
Replies: 124
Views: 6,036
FastECPP + GWNUM Version 2
I have made a number of changes gw_prp.c (attached):
mpz strings are now base 16 for the system call to gw_prp
added bound check for A in the calculation on the discriminant D
used mpz...
|
Forum: Puzzles
2022-05-20, 02:14
|
Replies: 27
Views: 12,380
|
Forum: And now for something completely different
2022-05-19, 17:57
|
Replies: 124
Views: 6,036
|
Forum: And now for something completely different
2022-05-19, 10:13
|
Replies: 124
Views: 6,036
I can't impress enough the usefulness of this...
I can't impress enough the usefulness of this hack. The threshold of ~26000 bits is optimal. At 44497 bits it is 30% quicker. Considering most of the time is spent at larger bit levels the hack could...
|
Forum: And now for something completely different
2022-05-19, 00:22
|
Replies: 124
Views: 6,036
|