![]() |
|
|
#12 |
|
Jun 2010
Pennsylvania
94710 Posts |
Hi Oliver,
MFAKTC 0.21 failed with the following output: Code:
binary compiled for CUDA 6.50 CUDA runtime version -23603.-4 CUDA driver version 7.50 And here is the output of the two commands that you requested: For ldd ./mfaktc.exe -- Code:
linux-vdso.so.1 => (0x00007ffe0e3e8000) libcudart.so.6.5 => not found libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f3748e13000) libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f3748b03000) libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f37488ed000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f3748523000) /lib64/ld-linux-x86-64.so.2 (0x00007f3749147000) Code:
linux-vdso.so.1 => (0x00007ffcb3bb7000) libcudart.so.6.5 => ./lib/libcudart.so.6.5 (0x00007f62c271f000) libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f62c23ed000) libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f62c20dd000) libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f62c1ec7000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f62c1afd000) libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f62c18f8000) libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f62c16da000) librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f62c14d2000) /lib64/ld-linux-x86-64.so.2 (0x00007f62c2971000 Rodrigo |
|
|
|
|
|
#13 |
|
Jun 2010
Pennsylvania
947 Posts |
Doctor, what's the diagnosis?
![]() Rodrigo |
|
|
|
|
|
#14 |
|
"/X\(‘-‘)/X\"
Jan 2013
https://pedan.tech/
24×199 Posts |
What's the output of `lsmod | grep nv` ?
Also try running mfaktc.exe as root at least once after every boot. I have to do that. |
|
|
|
|
|
#15 |
|
"Oliver"
Mar 2005
Germany
5×223 Posts |
Rodrigo: as suggested: try to run as root if possible.
Rodrigo/Mark: did you try to run e.g. 'nvidia-smi' as root. Check /dev/nvidia* before and after. Might need to configure udev or whatever to create device nodes and/or set access rights. Oliver Last fiddled with by TheJudger on 2016-06-14 at 17:20 |
|
|
|
|
|
#16 |
|
"/X\(‘-‘)/X\"
Jan 2013
https://pedan.tech/
24·199 Posts |
I do have to create the device nodes if the nvidia module is not loaded at boot. I have one machine where I use the Intel graphics so the desktop stays snappy. I have a script that makes them.
On the other machines I believe it's some kind of permission issue. Running any cuda app as root fixes it. I haven tracked down the exact change being made. |
|
|
|
|
|
#17 | |
|
Jun 2010
Pennsylvania
947 Posts |
Quote:
Code:
nvidia 8646656 71 drm 344064 3 nvidia Thank you very much! ![]() Rodrigo UPDATE: The self-test passed, but now I can't get MFAKTC.EXE to run again and I can't remember how I did it the first time. Rebooting didn't help.
Last fiddled with by Rodrigo on 2016-06-15 at 03:21 Reason: update |
|
|
|
|
|
|
#18 |
|
Jun 2010
Pennsylvania
947 Posts |
UPDATE 2: I figured out what I was doing wrong. The self-test ran fine again, and now MFAKTC.EXE is running an actual TF assignment.
Very cool. This is a major step for me toward making the switch over to full-time Linux and away from Microsoft's Windows 10 snooping and forced bundled updates. Rodrigo |
|
|
|
|
|
#19 | |
|
Sep 2017
USA
BE16 Posts |
I'm resurrecting this old thread because it helped me overcome the same issue the original poster was having, and I'd like to follow up with a question of my own. (Warning: noob here)
Currently, I'm seeing the following error when I attempt to run mfaktc on a GPU on a Linux cluster: Quote:
However, I don't know how to do either of these. Is it possible that I only need to find "libc.so.6" somewhere and then add a library path to it? Or can I somehow recompile mfaktc using my system's version of glibc? I'm calling mfaktc from a bash file, if that information helps. And thank you very much in advance for any help!!! |
|
|
|
|
|
|
#20 | |
|
Sep 2002
Database er0rr
5·937 Posts |
Quote:
https://www.mersenneforum.org/showpo...postcount=3233 https://www.mersenneforum.org/showpo...postcount=3237 Note I meant "synaptic" rather than "aptitude". |
|
|
|
|
|
|
#21 |
|
Sep 2017
USA
2·5·19 Posts |
|
|
|
|
|
|
#22 |
|
Sep 2002
Database er0rr
5·937 Posts |
This looks like Centos to me. You can follow the instructions in the links I just gave replacing the "apt" stuff with the appropriate "yum" commands.
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| mfaktc, linux & laptop temperatures | ric | GPU Computing | 8 | 2017-08-31 20:01 |
| mfaktc on Linux and misfit on Windows | bgbeuning | GPU Computing | 3 | 2016-01-25 05:20 |
| mfaktc on a Mac | bayanne | GPU Computing | 0 | 2013-10-18 09:59 |
| mfaktc (0.20) | fairsky | Software | 9 | 2013-09-24 12:58 |
| mfaktc | tichy | GPU Computing | 4 | 2010-12-03 21:51 |