Forum: Factoring
2022-08-18, 23:21
|
Replies: 57
Views: 1,797
|
Forum: CADO-NFS
2022-08-18, 14:03
|
Replies: 73
Views: 5,835
Strategy 2 is pretty much essential when using...
Strategy 2 is pretty much essential when using even values of A. The performance benefit is over 10% if I remember correctly. As already discussed in this thread, it also tends to be a few percent...
|
Forum: NFS@Home
2022-08-17, 13:27
|
Replies: 145
Views: 18,062
|
Forum: NFS@Home
2022-08-17, 00:38
|
Replies: 145
Views: 18,062
|
Forum: Factoring
2022-08-16, 19:31
|
Replies: 57
Views: 1,797
Alternatively you can add niceness=19 to the...
Alternatively you can add niceness=19 to the command line to run tasks at low priority - though for some reason this only applies to processes run by clients rather than the server, so filtering,...
|
Forum: Factoring
2022-08-15, 14:29
|
Replies: 57
Views: 1,797
|
Forum: Factoring
2022-08-15, 00:05
|
Replies: 57
Views: 1,797
Thanks. I also tried with an April revision -...
Thanks. I also tried with an April revision - from later in the same day, in fact - and it ran fine. However, it doesn't produce the same matrix, as there have been some revisions to the merge code...
|
Forum: Factoring
2022-08-14, 23:50
|
Replies: 57
Views: 1,797
In the course of investigating the bug, I found...
In the course of investigating the bug, I found that resuming CADO - i.e. just running it again with the same command line - actually completes the factorization successfully after the crash. But of...
|
Forum: CADO-NFS
2022-08-14, 23:46
|
Replies: 3
Views: 78
|
Forum: Factoring
2022-08-14, 23:35
|
Replies: 57
Views: 1,797
|
Forum: CADO-NFS
2022-08-14, 22:42
|
Replies: 3
Views: 78
|
Forum: Forum Feedback
2022-08-14, 21:14
|
Replies: 39
Views: 1,095
Yes, I'm well aware of these earlier examples -...
Yes, I'm well aware of these earlier examples - though of course the Analytical Engine was never built. I should have said "electronic computers" or something to that effect, but that's not really...
|
Forum: Forum Feedback
2022-08-14, 18:47
|
Replies: 39
Views: 1,095
|
Forum: Factoring
2022-08-14, 18:44
|
Replies: 57
Views: 1,797
@storm5510, while we wait for the bug to be...
@storm5510, while we wait for the bug to be fixed, I suggest downloading an older revision of CADO and using that instead:
git clone https://gitlab.inria.fr/cado-nfs/cado-nfs.git
cd cado-nfs
git...
|
Forum: Factoring
2022-08-14, 18:31
|
Replies: 57
Views: 1,797
|
Forum: Factoring
2022-08-14, 17:39
|
Replies: 57
Views: 1,797
|
Forum: Forum Feedback
2022-08-14, 17:33
|
Replies: 39
Views: 1,095
Marcel was sued by Microsoft...
Marcel was sued by Microsoft (https://mersenneforum.org/showpost.php?p=580924&postcount=4), as you would have known if you'd done a little bit of forum searching. Do you think he's suddenly going to...
|
Forum: Factoring
2022-08-13, 22:50
|
Replies: 57
Views: 1,797
|
Forum: Factoring
2022-08-13, 17:03
|
Replies: 57
Views: 1,797
Workdir sets the directory where CADO will put...
Workdir sets the directory where CADO will put all the files related to its current job. You should make a new one for each job and give it a helpful name, e.g. if you were factoring the 139-digit...
|
Forum: Aliquot Sequences
2022-08-13, 14:34
|
Replies: 164
Views: 54,122
|
Forum: Factoring
2022-08-13, 13:19
|
Replies: 57
Views: 1,797
|
Forum: Dobri
2022-08-13, 11:10
|
Replies: 65
Views: 5,410
|
Forum: NFS@Home
2022-08-09, 17:24
|
Replies: 103
Views: 6,190
This does make sense for numbers where the...
This does make sense for numbers where the algebraic and rational norms are very similar in size. The special-q essentially gives you a large prime for free on the side that you're sieving on, so...
|
Forum: Dobri
2022-08-08, 11:42
|
Replies: 65
Views: 5,410
This is equivalent to saying that if 8p+1 is...
This is equivalent to saying that if 8p+1 is prime and of the form (2a-1)^2+64(2b-1)^2, then 2 is an 8th power mod 8p+1.
You've rediscovered an old result on when 2 is an 8th power modulo a prime....
|
Forum: NFS@Home
2022-08-08, 11:19
|
Replies: 103
Views: 6,190
2^lpb is the cutoff for the size of the largest...
2^lpb is the cutoff for the size of the largest primes/ideals that can appear in relations. Increasing lpb means that you find more relations, because you're allowing larger primes. But you also need...
|