mersenneforum.org  

Go Back   mersenneforum.org > Great Internet Mersenne Prime Search > PrimeNet > GPU to 72

Reply
Thread Tools
Old 2019-12-01, 23:16   #4456
kracker
 
kracker's Avatar
 
"Mr. Meeseeks"
Jan 2012
California, USA

23·271 Posts
Default

Quote:
Originally Posted by storm5510 View Post

This machine has a GPU in it, and I saw a lot of references to Nvidia during the OS install. I looked around here today and I saw no mention of any program which could use the GPU in a Linux environment. I found that rather amazing. Perhaps I did not look where I should have. Is there no such animal?
What GPU? Every gpu compute program used for GIMPS is available for linux as well, although you may need to compile some of them.
kracker is offline   Reply With Quote
Old 2019-12-02, 13:28   #4457
storm5510
Random Account
 
storm5510's Avatar
 
Aug 2009

36448 Posts
Default

Quote:
Originally Posted by kracker View Post
What GPU? Every gpu compute program used for GIMPS is available for linux as well, although you may need to compile some of them.
Nvidia GTX 750Ti. Not the sharpest knife in the drawer, but it is consistent.
storm5510 is offline   Reply With Quote
Old 2019-12-03, 05:02   #4458
kracker
 
kracker's Avatar
 
"Mr. Meeseeks"
Jan 2012
California, USA

23·271 Posts
Default

Quote:
Originally Posted by storm5510 View Post
Nvidia GTX 750Ti. Not the sharpest knife in the drawer, but it is consistent.
After installing the drivers, I would try this, or if that doesn't work the many binaries floating around in the colab thread that might work... if nothing else, you'll have to compile from source(which I doubt).
kracker is offline   Reply With Quote
Old 2019-12-03, 14:15   #4459
storm5510
Random Account
 
storm5510's Avatar
 
Aug 2009

36448 Posts
Default

Quote:
Originally Posted by kracker View Post
After installing the drivers, I would try this, or if that doesn't work the many binaries floating around in the colab thread that might work... if nothing else, you'll have to compile from source(which I doubt).
I found the archive above. I have it all unpacked into a folder. I try to run it, like this:

Code:
./mfaktc.exe
I get this error message:
Code:
./mfaktc.exe error while loading shared libraries libcudart.so.6.5: cannot open shared object file: No such file or directory.
This file is present in a folder called "lib" below the parent just as it is in the archive.
storm5510 is offline   Reply With Quote
Old 2019-12-03, 15:35   #4460
kracker
 
kracker's Avatar
 
"Mr. Meeseeks"
Jan 2012
California, USA

23×271 Posts
Default

Quote:
Originally Posted by storm5510 View Post
I found the archive above. I have it all unpacked into a folder. I try to run it, like this:

Code:
./mfaktc.exe
I get this error message:
Code:
./mfaktc.exe error while loading shared libraries libcudart.so.6.5: cannot open shared object file: No such file or directory.
This file is present in a folder called "lib" below the parent just as it is in the archive.
I would try moving the libraries from lib to the same folder mfaktc.exe is.
kracker is offline   Reply With Quote
Old 2019-12-03, 15:56   #4461
chalsall
If I May
 
chalsall's Avatar
 
"Chris Halsall"
Sep 2002
Barbados

9,767 Posts
Default

Quote:
Originally Posted by kracker View Post
I would try moving the libraries from lib to the same folder mfaktc.exe is.
If that doesn't work, try the executable I posted way back in September.

This is the same exec I include in the GPU72 TF Colab bootstrap payload.
chalsall is offline   Reply With Quote
Old 2019-12-03, 16:48   #4462
storm5510
Random Account
 
storm5510's Avatar
 
Aug 2009

7A416 Posts
Default

Quote:
Originally Posted by kracker View Post
I would try moving the libraries from lib to the same folder mfaktc.exe is.

I tried this earlier. I get icons with a red x and a lock symbol on them. It's trying to create a link instead of moving the file. It says in the properties, "Link (broken)(inode/symlink)."

Quote:
Originally Posted by chatsall
If that doesn't work, try the executable I posted way back in September.

This is the same exec I include in the GPU72 TF Colab bootstrap payload.
I get the same message, but different library name. libcudart.so.10.0. I believe this refers to CUDA 10. A few months back, on the Windows drive, the 10 version stopped working. I had to revert it back to 80 to get it to run again.
storm5510 is offline   Reply With Quote
Old 2019-12-03, 17:09   #4463
kracker
 
kracker's Avatar
 
"Mr. Meeseeks"
Jan 2012
California, USA

23×271 Posts
Default

Quote:
Originally Posted by storm5510 View Post
I tried this earlier. I get icons with a red x and a lock symbol on them. It's trying to create a link instead of moving the file. It says in the properties, "Link (broken)(inode/symlink)."



I get the same message, but different library name. libcudart.so.10.0. I believe this refers to CUDA 10. A few months back, on the Windows drive, the 10 version stopped working. I had to revert it back to 80 to get it to run again.
Copy just the 6.5.14 file(if you can) and rename it to libcudart.so.6.5
Likely not ideal, but might be the easiest way assuming it eorks.
kracker is offline   Reply With Quote
Old 2019-12-03, 17:44   #4464
storm5510
Random Account
 
storm5510's Avatar
 
Aug 2009

22·3·163 Posts
Default

Quote:
Originally Posted by kracker View Post
Copy just the 6.5.14 file(if you can) and rename it to libcudart.so.6.5
Likely not ideal, but might be the easiest way assuming it eorks.
I have the proper 6.5 file. Copying only creates a broken link, like before. I wonder if this has anything to do with permissions? It seems strange that it is locked in this one place.
storm5510 is offline   Reply With Quote
Old 2019-12-03, 17:55   #4465
chalsall
If I May
 
chalsall's Avatar
 
"Chris Halsall"
Sep 2002
Barbados

100110001001112 Posts
Default

Quote:
Originally Posted by storm5510 View Post
I get the same message, but different library name. libcudart.so.10.0. I believe this refers to CUDA 10. A few months back, on the Windows drive, the 10 version stopped working. I had to revert it back to 80 to get it to run again.
Ah... OK... Try running "apt-get -y install cuda-cudart-10-0" before running mfaktc.

Colab made a change to their VM a while back, which broke my payload. Naturally this happened just when the power fell out from under me, and I wasn't able to implement a fix (provided by (I believe) kracker) for several days.

I should recompile mfaktc to the new "native" environment. Still running only two screens; after "firing" my previous "kit" supplier, I just now have in hand a new motherboard which should support more than two monitors.
chalsall is offline   Reply With Quote
Old 2019-12-03, 18:09   #4466
kracker
 
kracker's Avatar
 
"Mr. Meeseeks"
Jan 2012
California, USA

23×271 Posts
Default

Quote:
Originally Posted by storm5510 View Post
I have the proper 6.5 file. Copying only creates a broken link, like before. I wonder if this has anything to do with permissions? It seems strange that it is locked in this one place.
I would try copying the file from bash and not the file manager gui and see what it says.

EDIT: Just try this and see if it works...
Attached Files
File Type: zip mfaktc-0.21.zip (1.34 MB, 69 views)

Last fiddled with by kracker on 2019-12-03 at 18:18
kracker is offline   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Status Primeinator Operation Billion Digits 5 2011-12-06 02:35
62 bit status 1997rj7 Lone Mersenne Hunters 27 2008-09-29 13:52
OBD Status Uncwilly Operation Billion Digits 22 2005-10-25 14:05
1-2M LLR status paulunderwood 3*2^n-1 Search 2 2005-03-13 17:03
Status of 26.0M - 26.5M 1997rj7 Lone Mersenne Hunters 25 2004-06-18 16:46

All times are UTC. The time now is 08:23.


Mon Aug 2 08:23:06 UTC 2021 up 10 days, 2:52, 0 users, load averages: 2.08, 2.03, 1.81

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.