Join PrimeGrid
Returning Participants
Community
Leader Boards
Results
Other
drummers-lowrise
|
1)
Message boards :
Problems and Help :
geneferocl crashes on Fedora 31 with RTX 2070 and 440.59 drivers
(Message 137981)
Posted 1137 days ago by geeknik
Found the problem. There was a Mesa-libOpenCL installed on the system that was no longer necessary and the GFN app was trying to select a non-existent Mesa OpenCL device instead of the Nvidia OpenCL device. Thank you for the information about the "clinfo" tool, I was not aware it existed.
|
2)
Message boards :
Problems and Help :
geneferocl crashes on Fedora 31 with RTX 2070 and 440.59 drivers
(Message 137973)
Posted 1137 days ago by geeknik
|
3)
Message boards :
Problems and Help :
geneferocl crashes on Fedora 31 with RTX 2070 and 440.59 drivers
(Message 137914)
Posted 1140 days ago by geeknik
Unable to participate in the GFN project with my Fedora 31 box due to a crash.
Fri Feb 14 18:57:33 2020
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 440.59 Driver Version: 440.59 CUDA Version: 10.2 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 GeForce RTX 2070 Off | 00000000:01:00.0 On | N/A |
| 32% 47C P8 22W / 175W | 1518MiB / 7979MiB | 9% Default |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: GPU Memory |
| GPU PID Type Process name Usage |
|=============================================================================|
| 0 1323 G /usr/libexec/Xorg 516MiB |
| 0 1867 G xfwm4 3MiB |
| 0 28025 G /usr/bin/nvidia-settings 3MiB |
| 0 147796 G /home/geeknik/firefox/firefox-bin 2MiB |
| 0 244926 G ./linux64/aces 981MiB |
| 0 260036 G /home/geeknik/firefox/firefox-bin 2MiB |
| 0 260078 G /home/geeknik/firefox/firefox-bin 2MiB |
+-----------------------------------------------------------------------------+
Here is the stack trace when I try to run option 1 in ./geneferocl:
No options were specified, using interactive mode:
1. run Generalized Fermat Prime Search benchmarks
2. run specific benchmarks
3. run primality tests
4. run residue tests
5. compute approximate upper limits
6. test probable primality (fast)
7. test primality (slow)
8. compute Selfridge-Hurwitz residue (Fermat number)
1
==263493== Warning: noted but unhandled ioctl 0x30000001 with no size/direction hints.
==263493== This could cause spurious value errors to appear.
==263493== See README_MISSING_SYSCALL_OR_IOCTL for guidance on writing a proper wrapper.
==263493== Warning: noted but unhandled ioctl 0x27 with no size/direction hints.
==263493== This could cause spurious value errors to appear.
==263493== See README_MISSING_SYSCALL_OR_IOCTL for guidance on writing a proper wrapper.
==263493== Conditional jump or move depends on uninitialised value(s)
==263493== at 0xCB6BB16: ??? (in /usr/lib64/libnvidia-opencl.so.440.59)
==263493== by 0xCB7009D: ??? (in /usr/lib64/libnvidia-opencl.so.440.59)
==263493== by 0xCA11D67: ??? (in /usr/lib64/libnvidia-opencl.so.440.59)
==263493== by 0xCB7271C: ??? (in /usr/lib64/libnvidia-opencl.so.440.59)
==263493== by 0xCB72969: ??? (in /usr/lib64/libnvidia-opencl.so.440.59)
==263493== by 0xCA13ADF: ??? (in /usr/lib64/libnvidia-opencl.so.440.59)
==263493== by 0xC9D6A8C: ??? (in /usr/lib64/libnvidia-opencl.so.440.59)
==263493== by 0xC9D7281: ??? (in /usr/lib64/libnvidia-opencl.so.440.59)
==263493== by 0xC8B0D2C: ??? (in /usr/lib64/libnvidia-opencl.so.440.59)
==263493== by 0xC8B0C27: ??? (in /usr/lib64/libnvidia-opencl.so.440.59)
==263493== by 0x48A46A2: ??? (in /usr/local/cuda-10.1/targets/x86_64-linux/lib/libOpenCL.so.1.1)
==263493== by 0x48A68CB: ??? (in /usr/local/cuda-10.1/targets/x86_64-linux/lib/libOpenCL.so.1.1)
==263493==
==263493== Use of uninitialised value of size 8
==263493== at 0xCB6BB1A: ??? (in /usr/lib64/libnvidia-opencl.so.440.59)
==263493== by 0xCB7009D: ??? (in /usr/lib64/libnvidia-opencl.so.440.59)
==263493== by 0xCA11D67: ??? (in /usr/lib64/libnvidia-opencl.so.440.59)
==263493== by 0xCB7271C: ??? (in /usr/lib64/libnvidia-opencl.so.440.59)
==263493== by 0xCB72969: ??? (in /usr/lib64/libnvidia-opencl.so.440.59)
==263493== by 0xCA13ADF: ??? (in /usr/lib64/libnvidia-opencl.so.440.59)
==263493== by 0xC9D6A8C: ??? (in /usr/lib64/libnvidia-opencl.so.440.59)
==263493== by 0xC9D7281: ??? (in /usr/lib64/libnvidia-opencl.so.440.59)
==263493== by 0xC8B0D2C: ??? (in /usr/lib64/libnvidia-opencl.so.440.59)
==263493== by 0xC8B0C27: ??? (in /usr/lib64/libnvidia-opencl.so.440.59)
==263493== by 0x48A46A2: ??? (in /usr/local/cuda-10.1/targets/x86_64-linux/lib/libOpenCL.so.1.1)
==263493== by 0x48A68CB: ??? (in /usr/local/cuda-10.1/targets/x86_64-linux/lib/libOpenCL.so.1.1)
==263493==
==263493== Warning: noted but unhandled ioctl 0x25 with no size/direction hints.
==263493== This could cause spurious value errors to appear.
==263493== See README_MISSING_SYSCALL_OR_IOCTL for guidance on writing a proper wrapper.
==263493== Warning: noted but unhandled ioctl 0x17 with no size/direction hints.
==263493== This could cause spurious value errors to appear.
==263493== See README_MISSING_SYSCALL_OR_IOCTL for guidance on writing a proper wrapper.
==263493== Conditional jump or move depends on uninitialised value(s)
==263493== at 0x431E50: OCLUtils::GetDeviceCount(unsigned int, _cl_platform_id* const*, bool, unsigned int) (in /var/lib/boinc/projects/www.primegrid.com/geneferocl_linux64_3.3.3-2)
==263493== by 0x431FE0: OCLUtils::GetDeviceCount(unsigned int) (in /var/lib/boinc/projects/www.primegrid.com/geneferocl_linux64_3.3.3-2)
==263493== by 0x40525D: main (in /var/lib/boinc/projects/www.primegrid.com/geneferocl_linux64_3.3.3-2)
==263493==
==263493== Conditional jump or move depends on uninitialised value(s)
==263493== at 0x4322E2: OCLUtils::DisplayDevice(_IO_FILE*, unsigned long&, unsigned int, _cl_platform_id* const*, bool, unsigned int) (in /var/lib/boinc/projects/www.primegrid.com/geneferocl_linux64_3.3.3-2)
==263493== by 0x432687: OCLUtils::DisplayDevice(_IO_FILE*) (in /var/lib/boinc/projects/www.primegrid.com/geneferocl_linux64_3.3.3-2)
==263493== by 0x405362: main (in /var/lib/boinc/projects/www.primegrid.com/geneferocl_linux64_3.3.3-2)
==263493==
==263493== Conditional jump or move depends on uninitialised value(s)
==263493== at 0x48A4E83: clGetDeviceInfo (in /usr/local/cuda-10.1/targets/x86_64-linux/lib/libOpenCL.so.1.1)
==263493== by 0x4323DA: OCLUtils::DisplayDevice(_IO_FILE*, unsigned long&, unsigned int, _cl_platform_id* const*, bool, unsigned int) (in /var/lib/boinc/projects/www.primegrid.com/geneferocl_linux64_3.3.3-2)
==263493== by 0x432687: OCLUtils::DisplayDevice(_IO_FILE*) (in /var/lib/boinc/projects/www.primegrid.com/geneferocl_linux64_3.3.3-2)
==263493== by 0x405362: main (in /var/lib/boinc/projects/www.primegrid.com/geneferocl_linux64_3.3.3-2)
==263493==
==263493== Use of uninitialised value of size 8
==263493== at 0x48A4E85: clGetDeviceInfo (in /usr/local/cuda-10.1/targets/x86_64-linux/lib/libOpenCL.so.1.1)
==263493== by 0x4323DA: OCLUtils::DisplayDevice(_IO_FILE*, unsigned long&, unsigned int, _cl_platform_id* const*, bool, unsigned int) (in /var/lib/boinc/projects/www.primegrid.com/geneferocl_linux64_3.3.3-2)
==263493== by 0x432687: OCLUtils::DisplayDevice(_IO_FILE*) (in /var/lib/boinc/projects/www.primegrid.com/geneferocl_linux64_3.3.3-2)
==263493== by 0x405362: main (in /var/lib/boinc/projects/www.primegrid.com/geneferocl_linux64_3.3.3-2)
==263493==
==263493== Invalid read of size 8
==263493== at 0x48A4E88: clGetDeviceInfo (in /usr/local/cuda-10.1/targets/x86_64-linux/lib/libOpenCL.so.1.1)
==263493== by 0x4323DA: OCLUtils::DisplayDevice(_IO_FILE*, unsigned long&, unsigned int, _cl_platform_id* const*, bool, unsigned int) (in /var/lib/boinc/projects/www.primegrid.com/geneferocl_linux64_3.3.3-2)
==263493== by 0x432687: OCLUtils::DisplayDevice(_IO_FILE*) (in /var/lib/boinc/projects/www.primegrid.com/geneferocl_linux64_3.3.3-2)
==263493== by 0x405362: main (in /var/lib/boinc/projects/www.primegrid.com/geneferocl_linux64_3.3.3-2)
==263493== Address 0x726e2f73252f733d is not stack'd, malloc'd or (recently) free'd
==263493==
==263493==
==263493== Process terminating with default action of signal 11 (SIGSEGV): dumping core
==263493== Access not within mapped region at address 0x18
==263493== at 0x48A4E88: clGetDeviceInfo (in /usr/local/cuda-10.1/targets/x86_64-linux/lib/libOpenCL.so.1.1)
==263493== by 0x4323DA: OCLUtils::DisplayDevice(_IO_FILE*, unsigned long&, unsigned int, _cl_platform_id* const*, bool, unsigned int) (in /var/lib/boinc/projects/www.primegrid.com/geneferocl_linux64_3.3.3-2)
==263493== by 0x432687: OCLUtils::DisplayDevice(_IO_FILE*) (in /var/lib/boinc/projects/www.primegrid.com/geneferocl_linux64_3.3.3-2)
==263493== by 0x405362: main (in /var/lib/boinc/projects/www.primegrid.com/geneferocl_linux64_3.3.3-2)
==263493== If you believe this happened as a result of a stack
==263493== overflow in your program's main thread (unlikely but
==263493== possible), you can try to increase the size of the
==263493== main thread stack using the --main-stacksize= flag.
==263493== The main thread stack size used in this run was 8388608.
Segmentation fault (core dumped)
|
4)
Message boards :
Project Staging Area :
PRPNet Help
(Message 102116)
Posted 2299 days ago by geeknik
Thanks, I see where https://www.primegrid.com/forum_thread.php?id=1215 was updated to reflect the new URL.
|
5)
Message boards :
Project Staging Area :
PRPNet Help
(Message 102073)
Posted 2299 days ago by geeknik
How long will http://uwin.mine.nu/PRPNet/ be down? I have a new 24 core server I'd like to start hunting primes on. http://isup.me/uwin.mine.nu says its not just me. (:
|
6)
Message boards :
Project Staging Area :
PRS: No active candidates found on server
(Message 95216)
Posted 2503 days ago by geeknik
FYI.
[2016-05-22 15:02:56 EDT] PRS: Getting work from server prpnet.primegrid.com at port 12008
[2016-05-22 15:02:58 EDT] PRS: No active candidates found on server
|
7)
Message boards :
Problems and Help :
prpclient kills itself, unable to determine why
(Message 92852)
Posted 2581 days ago by geeknik
So I'm running the prpclient and it runs fine up until it tries to work on a Wieferich work unit and then it kills itself as seen here. I'd love to know how to fix this. Considering it's running on a headless machine in the corner with nobody connected to it (and no keyboard), it is impossible that someone did a ^C on it. Thanks.
Starting Lucas Lehmer Riesel prime test of 27*2^5905190-1
Using FMA3 FFT length 336K, Pass1=448, Pass2=768
27*2^5905190-1 is not prime. LLR Res64: B9F79627785AE713 Time : 15949.118 sec.
[2016-03-05 17:15:31 EST] 27: 27*2^5905190-1 is not prime. Residue B9F79627785AE713
[2016-03-05 17:15:31 EST] Total Time: 45:46:41 Total Work Units: 8 Special Results Found: 0
[2016-03-05 17:15:32 EST] 27: Returning work to server prpnet.primegrid.com at port 12006
[2016-03-05 17:15:32 EST] 27: INFO: Test for 27*2^5905190-1 was accepted
[2016-03-05 17:15:32 EST] 27: INFO: All 1 test results were accepted
[2016-03-05 17:15:33 EST] WIEFERICH: Getting work from server prpnet.primegrid.com at port 13000
[2016-03-05 17:15:34 EST] WIEFERICH: PRPNet server is version 5.4.0
Hi! Welcome to PrimeGrid's Wieferich Prime Search.
Killed
[2016-03-05 17:16:41 EST] : Could not open file [wwww.log] for reading. Assuming user stopped with ^C
[2016-03-05 17:16:41 EST] Total Time: 45:47:51 Total Work Units: 8 Special Results Found: 0
[2016-03-05 17:16:41 EST] Client shutdown complete
|
8)
Message boards :
News :
World Record GFN Prime!
(Message 56837)
Posted 3894 days ago by geeknik
Wow.. Almost 18 hours with a GPU....
|
9)
Message boards :
Project Staging Area :
Call for wwwwcl beta testers (OpenCL)
(Message 55428)
Posted 3942 days ago by geeknik
I just ran this on my Dell T3500 (quad core Xeon workstation) that has a ATI FirePro V4800 (FireGL) w/ 1GB RAM, and it seems to run fine. Makes the desktop a little laggy, but otherwise, no problem.
C:\prpnet>wwwwcl64.exe -p1334568e11 -P1334569e11 -TWieferich -t5 -b2000
wwwwcl v2.1.6, a GPU program to search for Wieferich and WallSunSun primes
Sieve started: 133456800000000000 <= p < 133456900000000000
p=133456883622408029, 7.008M p/sec, 0.73 CPU cores, 83.6% done. ETA 13 Jun 11:56
p=133456887250817293, 6.962M p/sec, 0.72 CPU cores, 87.3% done. ETA 13 Jun 11:57
p=133456890950375299, 6.951M p/sec, 0.69 CPU cores, 91.0% done. ETA 13 Jun 11:58
p=133456894594629941, 6.946M p/sec, 0.72 CPU cores, 94.6% done. ETA 13 Jun 11:59
p=133456898197565791, 6.953M p/sec, 0.71 CPU cores, 98.2% done. ETA 13 Jun 12:00
Sieve complete: 133456800000000001 <= p < 133456900000000000 2535955284 primes tested
Elapsed time: 384.01 sec. (6.08 init + 363.79 sieve) at 6853328 p/sec.
Processor time: 267.03 sec. (9.53 init + 257.50 sieve).
Seconds spent in CPU and GPU: 13.98 (cpu), 1550.50 (gpu)
Percent of time spent in CPU vs. GPU: 0.01 (cpu), 0.99 (gpu)
CPU/GPU utilization: 0.35 (cores), 39.29 (devices)
|
10)
Message boards :
Number crunching :
The Marie Sophie Germain Challenge 2012
(Message 52734)
Posted 4010 days ago by geeknik
My team was #58, I was #209. Not bad. I think I had 10 cores, 18 threads going on SGS 24/7 for the challenge. =) Time to switch everything back to PRPNet.
|
Next 10 posts
|