mersenneforum.org  

Go Back   mersenneforum.org > Great Internet Mersenne Prime Search > Hardware > Cloud Computing

Reply
Thread Tools
Old 2019-12-09, 22:48   #672
kriesel
 
kriesel's Avatar
 
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest

5,437 Posts
Default

Quote:
Originally Posted by Fan Ming View Post
Compiled new version of gpuowl for Google colab.
which commit is that?
kriesel is offline   Reply With Quote
Old 2019-12-10, 00:03   #673
chalsall
If I May
 
chalsall's Avatar
 
"Chris Halsall"
Sep 2002
Barbados

2×67×73 Posts
Default

Quote:
Originally Posted by chalsall View Post
OK. Thanks, for the detailed report; I'll be able to clean this up tonight.
OK. As best as I can tell, you and Storm enjoyed a bit of quality "race condition" time during the outage and shortly following.

As far as I can see, you shouldn't have any "hanging assignments" (a bit like "hanging chad," but different).

As always, weirdness is where the interesting stuff is...
chalsall is offline   Reply With Quote
Old 2019-12-10, 03:19   #674
Fan Ming
 
Oct 2019

5×19 Posts
Default

Quote:
Originally Posted by kriesel View Post
which commit is that?
The last commit on Dec 9 (I forgot to say that I use GMT+8...).
https://github.com/preda/gpuowl/comm...93efdfe99a9ad1

Last fiddled with by Fan Ming on 2019-12-10 at 03:21
Fan Ming is offline   Reply With Quote
Old 2019-12-10, 05:12   #675
kracker
 
kracker's Avatar
 
"Mr. Meeseeks"
Jan 2012
California, USA

23·271 Posts
Default

"Fixed" the annoying always-dirty tag in the version for gpuowl... also simplified it. (based on a script from kriesel) Git will clone the repository to gpuowl-master in google drive - which obviously can be changed.

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/'
!apt-get update
!apt-get install gcc-8 g++-8 libgmp-dev
!update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-8 10
!update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-8 10
!git clone https://github.com/preda/gpuowl.git gpuowl-master
%cd gpuowl-master
!git config core.fileMode false
!make

Last fiddled with by kracker on 2019-12-10 at 05:14
kracker is offline   Reply With Quote
Old 2019-12-10, 05:57   #676
bayanne
 
bayanne's Avatar
 
"Tony Gott"
Aug 2002
Yell, Shetland, UK

22×83 Posts
Default

Sessions on Colab seem to have reduced from 12 hours to 10 hours now
bayanne is online now   Reply With Quote
Old 2019-12-10, 17:53   #677
storm5510
Random Account
 
storm5510's Avatar
 
Aug 2009

13×151 Posts
Default

Quote:
Originally Posted by bayanne View Post
Sessions on Colab seem to have reduced from 12 hours to 10 hours now
I had one run 14 hours yesterday. I do not run it every day though. This may make a difference, in my case.
storm5510 is offline   Reply With Quote
Old 2019-12-10, 19:16   #678
kriesel
 
kriesel's Avatar
 
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest

5,437 Posts
Default

Quote:
Originally Posted by bayanne View Post
Sessions on Colab seem to have reduced from 12 hours to 10 hours now
I saw that yesterday, and the 10 was exact, not the few minutes extra that 12 commonly got. Overnight got booted after 7 hours, and can't get a session now.

Last fiddled with by kriesel on 2019-12-10 at 19:29
kriesel is offline   Reply With Quote
Old 2019-12-11, 00:49   #679
storm5510
Random Account
 
storm5510's Avatar
 
Aug 2009

13×151 Posts
Default

When I first started this, I got a P100 most of the time. Those days are gone, I believe. Other than a single instance with a P4, it has been K80 for quite a while now.
storm5510 is offline   Reply With Quote
Old 2019-12-11, 01:12   #680
chalsall
If I May
 
chalsall's Avatar
 
"Chris Halsall"
Sep 2002
Barbados

230668 Posts
Default

Quote:
Originally Posted by storm5510 View Post
When I first started this, I got a P100 most of the time. Those days are gone, I believe. Other than a single instance with a P4, it has been K80 for quite a while now.
Interesting.

I've been getting P4s (although at ~50% capacity) and P100s as often as I get K80s for the last few days.

I doubt we'll ever figure out the algorithms Google is using here. We're probably noise in their signals (appreciate the compute, though)...
chalsall is offline   Reply With Quote
Old 2019-12-11, 05:56   #681
petrw1
1976 Toyota Corona years forever!
 
petrw1's Avatar
 
"Wayne"
Nov 2006
Saskatchewan, Canada

3·5·313 Posts
Default

Today colab restricted me to 1 session. I had been running 2 the last couple months.
petrw1 is online now   Reply With Quote
Old 2019-12-11, 06:49   #682
kriesel
 
kriesel's Avatar
 
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest

5,437 Posts
Default

Quote:
Originally Posted by chalsall View Post
Interesting.

I've been getting P4s (although at ~50% capacity) and P100s as often as I get K80s for the last few days.

I doubt we'll ever figure out the algorithms Google is using here. We're probably noise in their signals (appreciate the compute, though)...
And I've been having a hard time getting a K80 on the sessions I'm using to benchmark gpuowl P-1 run time scaling and limit. When I started, K80 was all I was getting; now it's the exception.
It would be great for that if Google made it possible to specify what gpu model was required or preferred, instead of just none, gpu, or tpu.
kriesel is offline   Reply With Quote
Reply

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

All times are UTC. The time now is 05:45.


Fri Aug 6 05:45:51 UTC 2021 up 14 days, 14 mins, 1 user, load averages: 3.18, 3.02, 2.90

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.