![]() |
|
|
#3224 |
|
Mar 2011
Germany
3×31 Posts |
Hi all,
just want to announce here in this thread that I finished the generalized repunits version of mfaktc, the long wished for generalization of my base 10 repunits mfaktc variant. It supports only positive bases (b>=2). I did not want to hijack this thread, so I created my own: https://www.mersenneforum.org/showthread.php?t=24901 Feel free to test it. |
|
|
|
|
|
#3225 |
|
Bemusing Prompter
"Danny"
Dec 2002
California
5×479 Posts |
Is there an official mfaktc repository somewhere?
I found a repository on GitHub, but it was last updated in 2015 and doesn't seem to be managed by Oliver. Last fiddled with by ixfd64 on 2019-11-11 at 21:09 |
|
|
|
|
|
#3226 | |
|
Random Account
Aug 2009
22×3×163 Posts |
Quote:
James Heinrich has a mersenne software download mirror on his site, https://www.mersenne.ca. It is at the very bottom on the right side. |
|
|
|
|
|
|
#3227 | |
|
"James Heinrich"
May 2004
ex-Northern Ontario
65358 Posts |
Quote:
But it's just a download mirror, it's not a repository in the sense that (I assume) ixfd64 meant. He was looking for something like Bdot's mfakto repository on Github, but for mfaktc. |
|
|
|
|
|
|
#3228 | |
|
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest
22·5·271 Posts |
Quote:
|
|
|
|
|
|
|
#3229 |
|
Random Account
Aug 2009
22×3×163 Posts |
For about 10 days, I have been trying to get the Linux version of mfaktc to run on my Ubuntu system. It tells me it cannot find a specific library, libcurart.so.6.5. This is a CUDA65 version. It was the only one I could find which had all its pieces. I have tried moving the library around, as well as placing it in the same folder as mfaktc. No success.
It seems sort of odd that a Linux executable would have a ".exe" extension. |
|
|
|
|
|
#3230 | |
|
Sep 2002
Database er0rr
2×32×11×19 Posts |
Quote:
Last fiddled with by paulunderwood on 2019-12-09 at 01:30 |
|
|
|
|
|
|
#3231 | |
|
Bemusing Prompter
"Danny"
Dec 2002
California
239510 Posts |
Quote:
Last fiddled with by ixfd64 on 2019-12-09 at 04:51 |
|
|
|
|
|
|
#3232 | |
|
Random Account
Aug 2009
22×3×163 Posts |
Quote:
Code:
libcurart10.1 - NVIDIA CUDA Runtime Library. |
|
|
|
|
|
|
#3233 |
|
Sep 2002
Database er0rr
2×32×11×19 Posts |
You can compile the source. This how...
Make sure "non-free" is ticked in aptitude. Then: Code:
sudo apt-get update sudo apt-get install build-essential m4 libcudart10.1 nvidia-cuda-dev nvidia-cuda-toolkit Code:
cd ~/Downloads/ gunzip mfaktc-0.21.tar.gz tar -xvf mfaktc-0.21.tar cd mfaktc-0.21/src make |
|
|
|
|
|
#3234 | |
|
Random Account
Aug 2009
22·3·163 Posts |
Quote:
"Make sure "non-free" in ticked in the aptitude..." I suppose this is something I will see along the line? If so, then this looks very simple. I didn't realize a compiler was incorporated into Linux, regardless of source. Mine is Ubuntu. |
|
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| mfakto: an OpenCL program for Mersenne prefactoring | Bdot | GPU Computing | 1676 | 2021-06-30 21:23 |
| The P-1 factoring CUDA program | firejuggler | GPU Computing | 753 | 2020-12-12 18:07 |
| gr-mfaktc: a CUDA program for generalized repunits prefactoring | MrRepunit | GPU Computing | 32 | 2020-11-11 19:56 |
| mfaktc 0.21 - CUDA runtime wrong | keisentraut | Software | 2 | 2020-08-18 07:03 |
| World's second-dumbest CUDA program | fivemack | Programming | 112 | 2015-02-12 22:51 |