![]() |
|
|
#507 | |
|
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest
5,437 Posts |
Quote:
Last fiddled with by kriesel on 2019-11-05 at 15:40 |
|
|
|
|
|
|
#508 | |
|
"Eric"
Jan 2018
USA
22×53 Posts |
Quote:
|
|
|
|
|
|
|
#509 |
|
"Mr. Meeseeks"
Jan 2012
California, USA
216810 Posts |
Tried running CUDALucas on a P100 i got - got the message "*** buffer overflow detected ***: /content/drive/My Drive/cudalucas/c.exe terminated"
Is gpuowl really faster? I'm surprised, since I've always assumed Nvidia's opencl was pretty "meh". EDIT: Finished a P1 assignment in 32min - 92M, 5M FFT with P100. Last fiddled with by kracker on 2019-11-05 at 16:38 |
|
|
|
|
|
#510 |
|
Einyen
Dec 2003
Denmark
61268 Posts |
Except you cannot do LL DC with gpuowl.
I wish he would open up for LL again, just put a limit of 85M exponent on it? But maybe the LL code is long gone from gpuowl. Feel free to use the CUDALucas I compiled on Kaggle: cudalucas.tar.gz Here is one compiled on Google Colab: https://mersenneforum.org/showpost.p...&postcount=178 Last fiddled with by ATH on 2019-11-05 at 16:33 |
|
|
|
|
|
#511 | |
|
"Eric"
Jan 2018
USA
22×53 Posts |
Quote:
Now, headover to colab, and create a new file. run !nvidia-smi to check what GPU you have, then put in the following code block to mount your google drive. Code:
from google.colab import drive
drive.mount('/content/drive')
Here's the configurations I use to run gpuowl: Code:
!chmod 777 '/content/drive/My Drive/gpuowl'
!cd '/content/drive/My Drive/gpuowl' && LD_LIBRARY_PATH="lib:${LD_LIBRARY_PATH}" && chmod 777 gpuowl && chmod 777 worktodo.txt && ./gpuowl -use ORIG_X2 -block 400 -log 160000
Last fiddled with by xx005fs on 2019-11-05 at 16:50 |
|
|
|
|
|
|
#512 |
|
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest
5,437 Posts |
Yes you can, but it needs to be v0.6 or earlier. V0.6 has the Jacobi check, which even the latest version of CUDALucas does not. But this may only run for AMD, not NVIDIA. The 4M fft length is adequate for LL DC up to ~77M. https://www.mersenneforum.org/showpo...83&postcount=7
|
|
|
|
|
|
#513 |
|
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest
153D16 Posts |
In mprime 29.8 on Colab, in successive 12 hour runs, on the same exponent in progress (87092557 first PRP test), I see different ms/iter timings, presumably from running on different cpu models in different sessions. This of course makes the ETA fluctuate.
In order of first appearance, approx (eye-averaged) ms/iter: 33 (FMA3) 34 (FMA3) 24 (AVX512) 29 (FMA3) 31 (FMA3) 30 (FMA3) 55 (FMA3) 54 (FMA3) 51 (FMA3) 56 (FMA3) There is also fluctuation of up to 10%+ within a single session. The jump to 50+ ms/iter has the unfortunate effect of the ETA being more days away now than it was 3 weeks ago. |
|
|
|
|
|
#514 |
|
Jun 2003
117358 Posts |
If you see any 5x timings, then kill the session and reconnect. Hopefully you'll get a better one.
Also, for the FMA3 runs, you might get better timings by enabling Hyperthreaded LL. |
|
|
|
|
|
#515 |
|
Jan 2019
Tallahassee, FL
F316 Posts |
Just got assigned a P100
seems like a 2080 or even a 2070 can beat that ... am I missing something?Code:
Beginning GPU Trial Factoring Environment Bootstrapping... Please see https://www.gpu72.com/ for additional details. 20191107_031234: GPU72 TF V0.32 Bootstrap starting... 20191107_031234: Working as "ef52b79ffb10661e4ecc7da049088e55"... 20191107_031234: Installing needed packages (1/3) 20191107_031243: Installing needed packages (2/3) 20191107_031253: Installing needed packages (3/3) 20191107_031324: Fetching initial work... 20191107_031325: Running GPU type Tesla P100-PCIE-16GB 20191107_031325: running a simple selftest... 20191107_031336: Selftest statistics 20191107_031336: number of tests 107 20191107_031336: successfull tests 107 20191107_031336: selftest PASSED! 20191107_031336: Starting trial factoring M95411807 from 2^75 to 2^76 (80.20 GHz-days) 20191107_031336: Exponent TF Level % Done ETA GHzD/D Itr Time | Class #, Seq # | #FCs | SieveRate | SieveP | Uptime 20191107_031350: 95411807 75 to 76 0.1% 1h43m 1116.31 6.466s | 0/4620, 1/960 | 42.85G | 6627.4M/s | 82485 | 0:02 20191107_031454: 95411807 75 to 76 1.4% 1h41m 1121.51 6.436s | 60/4620, 13/960 | 42.85G | 6658.2M/s | 82485 | 0:03 |
|
|
|
|
|
#516 | |
|
Jun 2003
32×5×113 Posts |
Quote:
That's why the last 10 posts says to run LL instead of TF on these puppies.
|
|
|
|
|
|
|
#517 | ||
|
Jan 2019
Tallahassee, FL
24310 Posts |
Quote:
Quote:
|
||
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Alternatives to Google Colab | kriesel | Cloud Computing | 11 | 2020-01-14 18:45 |
| Notebook | enzocreti | enzocreti | 0 | 2019-02-15 08:20 |
| Computer Diet causes Machine Check Exception -- need heuristics help | Christenson | Hardware | 32 | 2011-12-25 08:17 |
| Computer diet - Need help | garo | Hardware | 41 | 2011-10-06 04:06 |
| Workunit diet ? | dsouza123 | NFSNET Discussion | 5 | 2004-02-27 00:42 |