![]() |
![]() |
#12 |
Apr 2020
22·3·79 Posts |
![]()
The msieve-lacuda-nfsathome branch of https://github.com/gchilders/msieve_nfsathome.git.
As frmky said a few posts back, there is no precompiled Windows version. You should follow the instructions he gave in the post above. |
![]() |
![]() |
![]() |
#13 |
Random Account
Aug 2009
Not U. + S.A.
1010010000002 Posts |
![]()
I did a web search and found one on Sourceforge called msieve152_gpu.zip.
It seems to start then gives the message below. Code:
Cannot load library 'b40c/sort_engine_sm20.dll', error 126 Error: failed to load GPU sorting engine No more Linux references please! |
![]() |
![]() |
![]() |
#14 |
Jul 2003
So Cal
262110 Posts |
![]() |
![]() |
![]() |
![]() |
#15 | |
Random Account
Aug 2009
Not U. + S.A.
A4016 Posts |
![]() Quote:
Code:
sudo apt install nvidia-driver-510. (specific for GTX 1080). sudo apt-get install build-essential sudo apt-get install nvidia-cuda-toolkit Edit: It tells me there is no longer support for 21.10. Last fiddled with by storm5510 on 2022-08-02 at 15:41 |
|
![]() |
![]() |
![]() |
#16 | |
Random Account
Aug 2009
Not U. + S.A.
26×41 Posts |
![]() Quote:
Error limit reached. 100 errors detected in the compilation of "sort_engine.cu". Compilation terminated. make[1]: *** [Makefile:106: sort_engine.so] Error 1 make[1]: Leaving directory '/home/storm5510/msieve_nfsathome/cub' make: *** [Makefile:360: cub/built] Error 2 storm5510@1620XE:~/msieve_nfsathome$ I tried... |
|
![]() |
![]() |
![]() |
#17 |
Random Account
Aug 2009
Not U. + S.A.
26·41 Posts |
![]()
I would sincerely like to apologize to anyone here I offended. I was totally out of line with some of my comments.
![]() |
![]() |
![]() |
![]() |
#18 |
6809 > 6502
"""""""""""""""""""
Aug 2003
101×103 Posts
2×3×52×73 Posts |
![]()
We all can have a bad day now and then.
|
![]() |
![]() |
![]() |
#19 |
"Ed Hall"
Dec 2009
Adirondack Mtns
541610 Posts |
![]()
I'll attempt to remember and cover some of the roadblocks I experienced and had to overcome in order to get my GPUs working. Perhaps something will illuminate a shortfall:
- Although the system insisted on installing CUDA 11, I had to install CUDA 10.2. If you can't find it in the repositories, you may need to use a .run file. We should be able to find that in one of the prior threads. - The NVidia driver has to be installed and the machine rebooted after installation. At this point, nvidia-smi should run and show the card and driver info among other things. It will probably show CUDA 11 even though you have 10.2 installed. - You need the msieve branch mentioned earlier. - This is VERY important: You need to add some CUDA 10.2 directories to two PATH environment variables: - - Use nautilus (files) to look at the /usr/local directory. Get there by choosing Other Locations and then Computer, followed by usr and finally local. In that directory look for cuda-10.2 to make sure it's there. - - If cuda-10.2 is found type the following exactly (or copy/paste): Code:
export PATH=$PATH:/usr/local/cuda/bin:/usr/local/cuda/targets/x86_64-linux/include - - Again, if cuda-10.2 is found type the following exactly (or copy/paste): Code:
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/cuda-10.2/lib64 - - Note that these PATH additions will disappear after any restart and would have to be added again before running make again. - Move into the nfsathome_msieve directory and use the make all CUDA=75 VBITS=256 command from earlier. I'll step back for a time and see if any of this helps and await others' additions/corrections. |
![]() |
![]() |
![]() |
#20 | |
Random Account
Aug 2009
Not U. + S.A.
262410 Posts |
![]()
I have too many. I need to address that seriously and not bring it here.
Quote:
I am familiar with nvidia-smi, and use it on my Win10 system. In this case, CUDA 11.6 is what it shows. I don't know if this voids a lot of what you wrote above or not. I went to "usr/local" as you suggest. No CUDA folder to be seen. A different direction for a moment. Below is what the complier reported this morning: Code:
/usr/bin/ld: cannot find -lz collect2: error: ld returned 1 exit status make: *** [makefile:316: all] error 1 I have a list of notes here about installing various things. One is the nvidia-cuda-toolkit. I am thinking maybe I forgot to run that one based on what I found while browsing around. I remember sitting and watching the actual driver install. It reported it didn't need "build-essential." Toolkit is the next item on my list. I did libgmp-dev. and the clone in frmky's list above. I think I will just sit here and cool my heels and think for a while. |
|
![]() |
![]() |
![]() |
#21 |
Jul 2003
So Cal
2,621 Posts |
![]() Code:
sudo apt install zlib1g zlib1g-dev With CUDA 11.6, you might need to use the update_cub branch instead of msieve-lacuda-nfsathome branch. After the git clone, go into the msieve_nfsathome directory and Code:
git checkout update_cub This branch is still a work-in-progress and it will be renamed at some point. nVidia made a number of changes to cub in CUDA 11.6, and this branch is modified to support those changes. |
![]() |
![]() |
![]() |
#22 |
Random Account
Aug 2009
Not U. + S.A.
26·41 Posts |
![]()
Thank you for the reply. Most kind.
Below is what I get back from zliblg: Code:
Unable to locate package zliblg Unable to locate package zliblg-dev Code:
Branch 'update_cub' set up to track remote branch 'update_cub' from 'origin' Switched to new branch 'update_cub' Update: I found the difficulty. I did a web search and found my spelling was incorrect. It is zlib1g. It appeared to me as an alphabetic 'l' above. So now, I have an msieve binary. Now I need to test drive it. Last fiddled with by storm5510 on 2022-08-05 at 14:16 |
![]() |
![]() |
![]() |
Thread Tools | |
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Perpetual benchmark thread... | Xyzzy | Hardware | 888 | 2023-03-18 09:25 |
Non-ECM posts pulled from ECM question thread. | chalsall | Forum Feedback | 43 | 2019-03-26 16:10 |
LLR benchmark thread | Oddball | Riesel Prime Search | 5 | 2010-08-02 00:11 |
sr5sieve Benchmark thread | axn | Sierpinski/Riesel Base 5 | 25 | 2010-05-28 23:57 |
You have x posts in this thread, last date | masser | Forum Feedback | 3 | 2008-06-06 19:34 |