![]() |
|
|
#672 |
|
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest
5,437 Posts |
|
|
|
|
|
|
#673 | |
|
If I May
"Chris Halsall"
Sep 2002
Barbados
2×67×73 Posts |
Quote:
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... |
|
|
|
|
|
|
#674 |
|
Oct 2019
5×19 Posts |
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 |
|
|
|
|
|
#675 |
|
"Mr. Meeseeks"
Jan 2012
California, USA
23·271 Posts |
"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 |
|
|
|
|
|
#676 |
|
"Tony Gott"
Aug 2002
Yell, Shetland, UK
22×83 Posts |
Sessions on Colab seem to have reduced from 12 hours to 10 hours now
|
|
|
|
|
|
#677 |
|
Random Account
Aug 2009
13×151 Posts |
|
|
|
|
|
|
#678 |
|
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest
5,437 Posts |
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 |
|
|
|
|
|
#679 |
|
Random Account
Aug 2009
13×151 Posts |
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.
|
|
|
|
|
|
#680 | |
|
If I May
"Chris Halsall"
Sep 2002
Barbados
230668 Posts |
Quote:
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)... |
|
|
|
|
|
|
#681 |
|
1976 Toyota Corona years forever!
"Wayne"
Nov 2006
Saskatchewan, Canada
3·5·313 Posts |
Today colab restricted me to 1 session. I had been running 2 the last couple months.
|
|
|
|
|
|
#682 | |
|
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest
5,437 Posts |
Quote:
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. |
|
|
|
|
![]() |
| 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 |