![]() |
![]() |
#3290 |
"James Heinrich"
May 2004
ex-Northern Ontario
22·19·43 Posts |
![]()
For that power budget you could run 48x A100's and get 322 THz-days/d of TF done. And heat your house for free
![]() (although at that point you probably don't have a house anymore because you sold it to buy the GPUs...) Last fiddled with by James Heinrich on 2020-07-29 at 16:10 |
![]() |
![]() |
![]() |
#3291 | |
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest
114538 Posts |
![]() Quote:
|
|
![]() |
![]() |
![]() |
#3292 |
"Carlos Pinho"
Oct 2011
Milton Keynes, UK
5·7·139 Posts |
![]()
Nothing is for free.
|
![]() |
![]() |
![]() |
#3293 |
If I May
"Chris Halsall"
Sep 2002
Barbados
36×13 Posts |
![]() |
![]() |
![]() |
![]() |
#3294 | |
"Eric"
Jan 2018
USA
22×53 Posts |
![]() Quote:
That is blisteringly fast! Wonder if there will be GPUOWL benchmark coming up for this beast. The 1.5+TB/s memory bandwidth and its near 10TFLOPs of FP64 capabilities will be very interesting. Last fiddled with by xx005fs on 2020-08-10 at 19:16 |
|
![]() |
![]() |
![]() |
#3295 |
Aug 2020
22×3×7 Posts |
![]()
I put together a computer with some old and new parts; i3-4130T, Linux Mint 20.1, and a GTX 1650 Super. I downloaded the compiled mfaktc for linux linked at post #3208 of this thread and discovered that I did not have CUDA on the computer so after searching the internet for a while I ran this.
sudo apt install nvidia-cuda-toolkit Now mfaktc.exe starts but does not find the mfaktc.ini or worktodo.txt files so it errors out with (can't open "worktodo.txt"). Both mfaktc.ini and worktodo.txt are in the same folder as mfaktc. I ran mfaktc.exe -st and after issuing a screen full of "WARNING: Cannot read................. from mfaktc.ini, using default value........" it proceeded to perform the selftest and passed all 26192 tests. It seems I have stumbled my way to within inches of success but cannot figure out why mfaktc.exe cannot find mfaktc.ini or worktodo.txt. Is anyone willing to give helpful suggestions? |
![]() |
![]() |
![]() |
#3296 | |
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest
7·701 Posts |
![]() Quote:
Have you tried running mprime on it yet? Any issues there? Good luck and have fun! |
|
![]() |
![]() |
![]() |
#3297 | |
Aug 2020
22·3·7 Posts |
![]() Quote:
When I downloaded mfaktc, I un-tared everything into the one folder/directory and created the worktodo in the same folder. I restarted the computer just now because that is a very windows thing to do and I figured it couldn't hurt anything. Mfakto is still not finding the ini or worktodo. I already downloaded mprime and ran multiple benchmarks to test the CPU before I installed the GPU. I ran the benchmark again just now and then put one of my assignments in a worktodo file and started it up. Mprime seems to work fine. I will keep noodling my mfaktc issue for a while and try a few more things but eventually if I cannot get it to work on Linux, I will load Windows and download one of the Windows versions. That is how I got mfakto working on my Ryzen APU. I tried for about 3 months to get it to compile on Linux before switching to Windows and finding success. I have dabbled in DOS, Windows, Mac, and Linux but am far from an expert in any of them. |
|
![]() |
![]() |
![]() |
#3298 | |
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest
7·701 Posts |
![]() Quote:
Maybe post ls-l output for your folder and any shell script or command line you use to launch mfakto. In the meantime you could get some work done by specifying factoring work on the command line. See the -tf option in https://www.mersenneforum.org/showpo...90&postcount=7 Last fiddled with by kriesel on 2020-08-23 at 14:24 |
|
![]() |
![]() |
![]() |
#3299 | |
Aug 2020
5416 Posts |
![]() Quote:
the original download un-tared to user/mfaktc/mfaktc-0.21, I renamed the folder mfaktc-21 to make it easier to type (the renaming was done after the previous post). I then made a duplicate of the complete folder to user/mfaktc/mfaktc021, deleted the mfaktc.exe file, went into the src sub-folder and typed make. It did not work so I investigated and discovered I needed: sudo apt-get install build-essential after installing build-essential, I then typed make and it created a new mfaktc.exe file in the user/mfaktc/mfaktc021 folder. Then running mfaktc/mfaktc021/mfaktc.exe -st, I got the exact same results as before. A screen full of: "WARNING: Cannot read................. from mfaktc.ini, using default value........" and it proceeded to perform the selftest and passed all 26192 tests. I stopped there out of frustration. Good comment on the case-sensitive and mistype. I did check that because when I was trying to get GPUOWL working on my Ryzen APU, I spent about 4 days looking at the screen wondering what was wrong before realizing I had typed worktodo.txt.txt (Windows issue...you do not need to add the extension when saving in Notepad). here is the output of ls -l from the folder mfaktc/mfaktc021 -rw-rw-rw- 1 user user 18845 Feb 17 2015 Changelog.txt -rw-rw-rw- 1 user user 35147 Feb 17 2015 COPYING -rwxrwxr-x 1 user user 2719952 Aug 22 20:40 mfaktc.exe drwxrwxr-x 2 user user 4096 Sep 4 2019 src -rw-rw-r- - 1 user user 55 Aug 22 20:55 worktodo.txt I am on a different computer so I typed the output in manually but double checked everything letter for letter against the output (only changing my user name to user). I will try using the -tf option because it sounds interesting and to see if I can get it produce some work. However, long term I think I am also going to get a fresh download of mfaktc from the repository, put it in a completely different folder and try to compile from that. |
|
![]() |
![]() |
![]() |
#3300 |
Aug 2020
10101002 Posts |
![]()
This is strange but I just figured out what was going on by accident. I ran mfaktc/mfaktc021/mfaktc.exe -h >>mfaktchelp.txt. When I went to mfaktc/mfaktc021, the text file was not there. I then ran a search for mfaktchelp.txt and it was in my user folder.
I copied mfaktc.ini and worktodo.txt to my user folder and then ran mfaktc/mfaktc021/mfaktc.exe. It works! I am now going to get a real assignments from GPU72, load it up and see what happens. baby steps. I also need to look back on how to use nvidia-smi to monitor the GPU. nvidia-smi output 93-100W, 77-78C, mfaktc averaging 1400 GHz-d/day, 35% done 22 minutes left for a result. Last fiddled with by DrobinsonPE on 2020-08-24 at 03:08 Reason: Updating with results |
![]() |
![]() |
![]() |
Thread Tools | |
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
mfakto: an OpenCL program for Mersenne prefactoring | Bdot | GPU Computing | 1668 | 2020-12-22 15:38 |
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 |