Forum: And now for something completely different
2022-05-21, 06:11
|
Replies: 108
Views: 4,761
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,163
|
Forum: And now for something completely different
2022-05-20, 15:00
|
Replies: 108
Views: 4,761
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,163
|
Forum: And now for something completely different
2022-05-19, 17:57
|
Replies: 108
Views: 4,761
|
Forum: And now for something completely different
2022-05-19, 10:13
|
Replies: 108
Views: 4,761
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: 108
Views: 4,761
|
Forum: And now for something completely different
2022-05-18, 17:07
|
Replies: 108
Views: 4,761
|
Forum: And now for something completely different
2022-05-18, 15:33
|
Replies: 108
Views: 4,761
|
Forum: And now for something completely different
2022-05-18, 00:49
|
Replies: 108
Views: 4,761
FastECPP + GWNUM
The attached code can be compiled with GWNUM (after that has compiled from P95 source) in the P95 directory
Then make the change to lib/nt.c of CM (FastECCP code):
int cm_nt_is_prime (mpz_t a)...
|
Forum: And now for something completely different
2022-05-16, 11:09
|
Replies: 108
Views: 4,761
|
Forum: And now for something completely different
2022-05-13, 18:29
|
Replies: 108
Views: 4,761
|
Forum: And now for something completely different
2022-05-13, 12:55
|
Replies: 108
Views: 4,761
One might have to type...
One might have to type 'print(fibonacci(37217)/4466041)' to avoid trucation by Pari/GP. I certainly get truncation with echo fibonacci(37217)/4466041 | gp -q but maybe it works with the -n switch on...
|
Forum: And now for something completely different
2022-05-11, 19:43
|
Replies: 108
Views: 4,761
I noticed that some numbers stall the program,...
I noticed that some numbers stall the program, like (10^79-1)/9. Primo does a BPSW sanity test before ECPP.
@Serge: The 50001 digit ECPP proof is still not in the UTM database. You had better ask...
|
Forum: Programming
2022-05-11, 00:37
|
Replies: 12
Views: 504
|
Forum: And now for something completely different
2022-05-10, 15:57
|
Replies: 108
Views: 4,761
questions about mpirun ecpp-mpi
Regarding mpi, can ecpp-mpi be run on non-uniform processors on a network. Can clients drop out without affecting the server? Likewise, can clients be added at runtime?
As far as I can tell, the...
|
Forum: And now for something completely different
2022-05-10, 12:42
|
Replies: 4
Views: 98
|
Forum: Programming
2022-05-10, 11:17
|
Replies: 12
Views: 504
|
Forum: And now for something completely different
2022-05-09, 18:20
|
Replies: 108
Views: 4,761
|
Forum: And now for something completely different
2022-05-09, 16:48
|
Replies: 108
Views: 4,761
|
Forum: And now for something completely different
2022-05-09, 00:27
|
Replies: 108
Views: 4,761
|
Forum: And now for something completely different
2022-05-08, 22:33
|
Replies: 108
Views: 4,761
Even I managed to get mpirun ecpp-mpi -g -n...
Even I managed to get mpirun ecpp-mpi -g -n '(10^1031-1)/9' -c -f cert-1031 working, after downloading, compiling and installing mpfrcx-0.6.3; and configuring ecpp-mpi with the right flag to...
|
Forum: And now for something completely different
2022-05-08, 15:13
|
Replies: 108
Views: 4,761
|
Forum: And now for something completely different
2022-05-08, 03:52
|
Replies: 108
Views: 4,761
|
Forum: Flea Market
2022-05-07, 22:13
|
Replies: 5
Views: 5,257
|