![]() |
|
|
#628 | |
|
Random Account
Aug 2009
13×151 Posts |
Quote:
I will check out your link above. I'll guess and say there is a way to change the work-type? I like to rotate once in a while.
|
|
|
|
|
|
|
#629 | |
|
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest
5,437 Posts |
Quote:
It's no more additional effort than just running sessions for a gpu, once it's set up. I started a PRP in 87M on Oct 13 and it reached 45M iterations yesterday, including delays from when I could not get a backend at all. Another was started Oct 18 and is at iteration 52M, projected to finish in 2 weeks (M86939693).
Last fiddled with by kriesel on 2019-11-27 at 17:58 |
|
|
|
|
|
|
#630 | ||
|
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest
153D16 Posts |
Quote:
Quote:
Correction, Windows since 1990. Got a license with an 80386 system. https://en.wikipedia.org/wiki/Windows_3.0 WFWG after that, NT in Oct 1992 prerelease. VMS in 1981. Fortran on punch cards from 1968 as a teen. |
||
|
|
|
|
|
#631 | |
|
Random Account
Aug 2009
13·151 Posts |
Quote:
I learned COBOL in trade-school. That was on an IBM System 30, I believe. The size of a refrigerator and super noisy. I think we will get crowned if we go on with this. ![]()
|
|
|
|
|
|
|
#632 |
|
Random Account
Aug 2009
13·151 Posts |
Reference Post #625
I have copied the second script out and made the needed changes. This is the one with the extra echo statements. I added my user name, and so on. I was able to understand enough of the code to know what to look for. It seems that, somewhere near the top, there should be a reference to my Google Drive user name and password. I do not see this anywhere. Then again, I have to be logged in to create a new notebook, so this would not be needed. At the very bottom, a reference to mfaktc is made. I am not sure what this is about? I don't believe I have missed anything. I will give this a try when I get brave enough.
|
|
|
|
|
|
#633 |
|
1976 Toyota Corona years forever!
"Wayne"
Nov 2006
Saskatchewan, Canada
125716 Posts |
When I went to start Kaggle this evening the GPU was off.
When I restarted it I got a warning: "Custom packages are not supported for GPU instances" But it still turned on the GPU and it if running mfaktc again. For how much longer????? |
|
|
|
|
|
#634 |
|
Aug 2010
Republic of Belarus
2·89 Posts |
Strange thing on P100.
My script: Code:
import os.path
from google.colab import drive
if not os.path.exists('/content/drive/My Drive'):
drive.mount('/content/drive')
%cd '/content/drive/My Drive/cudalucas/'
!cp 'CUDALucas' /usr/local/bin/
!chmod 755 '/usr/local/bin/CUDALucas'
!cd '.' && LD_LIBRARY_PATH="lib:${LD_LIBRARY_PATH}" /usr/local/bin/CUDALucas
Code:
/content/drive/My Drive/cudalucas CUDALucas v2.06 64-bit build, compiled Oct 2 2019 @ 18:44:42 binary compiled for CUDA 10.0 CUDA runtime version 10.0 CUDA driver version 10.10 ---------------- DEVICE 0 ---------------- Device Name Tesla P100-PCIE-16GB ECC Support? Enabled Compatibility 6.0 clockRate (MHz) 1328 memClockRate (MHz) 715 totalGlobalMem 17071734784 totalConstMem 65536 l2CacheSize 4194304 sharedMemPerBlock 49152 regsPerBlock 65536 warpSize 32 memPitch 2147483647 maxThreadsPerBlock 1024 maxThreadsPerMP 2048 multiProcessorCount 56 maxThreadsDim[3] 1024,1024,64 maxGridSize[3] 2147483647,65535,65535 textureAlignment 512 deviceOverlap 1 pciDeviceID 4 pciBusID 0 You may experience a small delay on 1st startup to due to Just-in-Time Compilation *** buffer overflow detected ***: /usr/local/bin/CUDALucas terminated |
|
|
|
|
|
#635 |
|
Einyen
Dec 2003
Denmark
C5616 Posts |
Yep, I posted about this issue before in this thread. I compiled CUDALucas on the P100 but it still did not work. It can run -cufftbench but not a real exponent.
I added gpuowl to my Google Drive and in my script after CUDALucas, so if I get a P100 then CUDALucas fails and script moves on and run gpuowl PRP test instead on another exponent. |
|
|
|
|
|
#636 | |
|
Aug 2010
Republic of Belarus
2·89 Posts |
Quote:
Last fiddled with by Lorenzo on 2019-11-30 at 19:17 |
|
|
|
|
|
|
#637 |
|
Einyen
Dec 2003
Denmark
2×1,579 Posts |
Anyone can explain how to compile gpuOwL on Colab?
|
|
|
|
|
|
#638 |
|
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest
5,437 Posts |
How to compile, and how to run, in one post.
https://www.mersenneforum.org/showpo...30&postcount=7 Since it uses git clone, and google drive, it gets the latest commit, and saves the compile results for efficiency. There's a whole reference thread on colab in https://mersenneforum.org/showthread.php?t=24607 Last fiddled with by kriesel on 2019-12-03 at 01:14 |
|
|
|
![]() |
| 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 |