Forum: And now for something completely different
2022-05-16, 17:12
|
Replies: 169
Views: 10,404
Put the file gwnum.a in the same folder that...
Put the file gwnum.a in the same folder that libgmp.a is in (not sure if gwnum.ld is needed, since I've never used it for anything).
I've renamed my gwnum.a file to libgwnum.a
Then, you can compile...
|
Forum: And now for something completely different
2022-05-14, 13:58
|
Replies: 169
Views: 10,404
|
Forum: And now for something completely different
2022-05-03, 01:05
|
Replies: 151
Views: 37,327
After sieving to 1e15, we are now down to 8158...
After sieving to 1e15, we are now down to 8158 candidate Sm(n), with 1e6 < n < 2e6.
I have attached the remaining candidates file and a factors file containing all known factors f, with 1e9 < f <...
|
Forum: No Prime Left Behind
2022-04-21, 12:24
|
Replies: 24
Views: 809
|
Forum: No Prime Left Behind
2022-04-18, 01:55
|
Replies: 616
Views: 136,373
|
Forum: GMP-ECM
2022-04-01, 20:42
|
Replies: 24
Views: 2,169
|
Forum: GMP-ECM
2022-04-01, 16:19
|
Replies: 24
Views: 2,169
|
Forum: GMP-ECM
2022-04-01, 04:15
|
Replies: 24
Views: 2,169
|
Forum: GMP-ECM
2022-03-31, 23:21
|
Replies: 24
Views: 2,169
When you download the source straight from the...
When you download the source straight from the repository (https://gitlab.inria.fr/zimmerma/ecm), you need to run autoreconf -i first, and then you will have a configure file.
Only the Release...
|
Forum: And now for something completely different
2022-03-26, 15:54
|
Replies: 151
Views: 37,327
I have finished sieving from 2e14-6e14.
I am...
I have finished sieving from 2e14-6e14.
I am currently sieving from 6e14-8e14 (each range of 2e14 is taking about 20 days). Here is that current progress:
p=663470593157233, 3.506M p/sec, 19...
|
Forum: Factoring
2022-03-07, 21:12
|
Replies: 143
Views: 15,840
|
Forum: Programming
2022-02-26, 19:20
|
Replies: 15
Views: 1,380
The CUDA Wikipedia page...
The CUDA Wikipedia page (https://en.wikipedia.org/wiki/CUDA) has a really good breakdown of which CUDA SDK's support which Compute Capabilities and Cards.
In the GPU's supported section they map...
|
Forum: And now for something completely different
2022-02-10, 18:44
|
Replies: 151
Views: 37,327
|
Forum: And now for something completely different
2022-01-30, 00:15
|
Replies: 151
Views: 37,327
|
Forum: Software
2022-01-20, 01:09
|
Replies: 227
Views: 32,690
Ah, sorry. Good catch! Yes, there are two you...
Ah, sorry. Good catch! Yes, there are two you can use:
#define __MINGW32__ 1
#define __MINGW64__ 1
I'd recommend using the mingw64 target. If someone needs the mingw32 target, we can check...
|
Forum: And now for something completely different
2022-01-19, 20:17
|
Replies: 151
Views: 37,327
|
Forum: Software
2022-01-19, 20:11
|
Replies: 227
Views: 32,690
Hello Prime95, I just ran into a small issue...
Hello Prime95, I just ran into a small issue when compiling 30.7b9 with MingW64 in MSYS. I just needed to make two small changes to the makemw64 file to correct these issues and get the gwnum.a...
|
Forum: And now for something completely different
2022-01-19, 04:32
|
Replies: 151
Views: 37,327
|
Forum: GMP-ECM
2022-01-17, 20:17
|
Replies: 15
Views: 2,796
Great! Glad to hear it's working for you.
...
Great! Glad to hear it's working for you.
No extra changes needed, the change I made will treat both x86_64-*-mingw32 and x86_64-*-mingw64 as Win64.
I'll mention to Paul about the old svn...
|
Forum: GMP-ECM
2022-01-17, 15:28
|
Replies: 15
Views: 2,796
Ok, I finally tracked it down to gmp-ecm's...
Ok, I finally tracked it down to gmp-ecm's configure script not recognizing your environment as WIN64 due to your mingw64 in your --build=x86_64-pc-mingw64. I have updated the code to recognize...
|
Forum: GMP-ECM
2022-01-17, 04:13
|
Replies: 15
Views: 2,796
|
Forum: GMP-ECM
2022-01-17, 02:18
|
Replies: 15
Views: 2,796
|
Forum: GMP-ECM
2022-01-16, 21:13
|
Replies: 15
Views: 2,796
Unfortunately, I was unable to reproduce this...
Unfortunately, I was unable to reproduce this issue. Are you on Windows? Where did you get your executable? I am on Windows and just tested an old binary I had from svn 3022 with GMP 6.1.1, and...
|
Forum: GMP-ECM
2022-01-16, 13:38
|
Replies: 15
Views: 2,796
|
Forum: And now for something completely different
2022-01-14, 20:58
|
Replies: 151
Views: 37,327
|