![]() |
![]() |
#1178 |
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest
2×3×7×157 Posts |
![]()
I just added another, using my sole phone # to receive the 6-digit confirmation code. (Maybe there are regional differences?)
Last fiddled with by kriesel on 2021-09-27 at 22:24 |
![]() |
![]() |
![]() |
#1179 | |
If I May
"Chris Halsall"
Sep 2002
Barbados
2·52·211 Posts |
![]() Quote:
No one knows what is actually acceptable. Google's T&C is a "black box". It is worth running experiments, just to see (empirically) what can be done... Empirically, no one actually knows for sure. In multiple jurisdictions. That might be unsettling for regulators (assuming, of course, the regulators are actually on the side of the consumers; not always the case). |
|
![]() |
![]() |
![]() |
#1180 | |
Jan 2021
California
22×107 Posts |
![]() Quote:
|
|
![]() |
![]() |
![]() |
#1181 |
Romulan Interpreter
"name field"
Jun 2011
Thailand
9,973 Posts |
![]()
During my colab "frenzy" (described somewhere here, in Wayne's thread) I tried to use my phone numbers (yep, I have more phone numbers; I have two sim cards in my phone, and I work with ublox/sara modules at job, writing firmware for devices in which these toys are included, so the company provided two additional sim cards that I use for testing our firmware) for free colab accounts. I mean, the numbers were given for paid (Pro) account, but I tried to create free accounts in parallel for each number, maybe they could get some cores sometime and add on top of what paid accounts were crunching. The free accounts which had the same phone number as the Pro accounts NEVER got any resource. Nor GPU, neither CPU. I gave up after a while.
Edit: also, this part about getting two sessions running for the same account, and getting more GPU time with the trick, never worked for me. I could open how many sessions I wanted, but the performance will degrade, i.e. if one session made a hundred iterations per time unit, then two sessions will make each 45 or 48 iterations for the same time unit (numbers only for example of proportion, not real values). Last fiddled with by LaurV on 2021-10-21 at 09:47 |
![]() |
![]() |
![]() |
#1182 |
Oct 2021
112 Posts |
![]()
my assignment was struck at
20211106_125823 ( 0:02): Fetching payload... how to fix it ![]() |
![]() |
![]() |
![]() |
#1183 |
Jul 2004
Milan, Ita
199 Posts |
![]()
Mostly a memo-to-self: starting from today, Colab (free tier) refused to mount Drive belonging to a different username/ownership.
Solution (from a reddit here -> https://www.reddit.com/r/GoogleColab...or_credential/) was simply to modify in all interested scripts Code:
if not os.path.exists('/content/drive/My Drive'): drive.mount('/content/drive', force_remount=True) Code:
if not os.path.exists('/content/drive/My Drive'): drive._mount('/content/drive', force_remount=True) |
![]() |
![]() |
![]() |
#1184 |
"Shivam"
Dec 2021
India
32 Posts |
![]()
hey can you please tell what code to run in the Colab to get started with finding Mersenne prime numbers?
|
![]() |
![]() |
![]() |
#1185 | |
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest
147028 Posts |
![]() Quote:
|
|
![]() |
![]() |
![]() |
#1186 |
"University student"
May 2021
Beijing, China
32·29 Posts |
![]()
I tried to build gpuowl on my colab instance I just created today. I used the script of https://www.mersenneforum.org/showpo...30&postcount=7 .
However, there's an error: Code:
/content/drive/My Drive /content/drive/My Drive/gpuowl fatal: destination path 'gpuowl' already exists and is not an empty directory. /content/drive/My Drive/gpuowl/gpuowl Reading package lists... Done Building dependency tree Reading state information... Done libgmp-dev is already the newest version (2:6.1.2+dfsg-2). 0 upgraded, 0 newly installed, 0 to remove and 39 not upgraded. Reading package lists... Done Building dependency tree Reading state information... Done g++-8 is already the newest version (8.4.0-1ubuntu1~18.04). gcc-8 is already the newest version (8.4.0-1ubuntu1~18.04). 0 upgraded, 0 newly installed, 0 to remove and 39 not upgraded. update-alternatives: using /usr/bin/gcc-8 to provide /usr/bin/gcc (gcc) in auto mode update-alternatives: using /usr/bin/g++-8 to provide /usr/bin/g++ (g++) in auto mode There is only one alternative in link group gcc (providing /usr/bin/gcc): /usr/bin/gcc-8 Nothing to configure. There is only one alternative in link group g++ (providing /usr/bin/g++): /usr/bin/g++-8 Nothing to configure. g++ (Ubuntu 8.4.0-1ubuntu1~18.04) 8.4.0 Copyright (C) 2018 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. echo \"`git describe --tags --long --dirty --always`\" > version.new diff -q -N version.new version.inc >/dev/null || mv version.new version.inc echo Version: `cat version.inc` Version: "v7.2-91-g9c22195-dirty" g++ -MT Pm1Plan.o -MMD -MP -MF .d/Pm1Plan.Td -Wall -g -O3 -std=gnu++17 -c -o Pm1Plan.o Pm1Plan.cpp In file included from /usr/include/c++/8/cassert:44, from Pm1Plan.cpp:5: Pm1Plan.cpp: In function ‘constexpr u32 {anonymous}::firstMissingFactor(u32)’: Pm1Plan.cpp:65:3: error: call to non-‘constexpr’ function ‘void __assert_fail(const char*, const char*, unsigned int, const char*)’ assert(false); ^~~~~~ Makefile:33: recipe for target 'Pm1Plan.o' failed make: *** [Pm1Plan.o] Error 1 create config.txt, worktodo.txt before continuing How can I solve this problem? (PS: mprime is already crunching happily on my instance, though not as fast as my own computer) |
![]() |
![]() |
![]() |
#1187 |
"Teal Dulcet"
Jun 2018
10000102 Posts |
![]() |
![]() |
![]() |
![]() |
#1188 |
"GIMFS"
Sep 2002
Oeiras, Portugal
22·32·43 Posts |
![]()
Is it just me or Colab is really grumpy?
All the instances I start (CPU only, as it has been for months now) are terminated a few minutes later (sometimes they last less than a minute). I have been using Colab regularly (5 gmail addresses) without any issue but suddenly.... Could be just a hiccup, or is it not? |
![]() |
![]() |
![]() |
Thread Tools | |
![]() |
||||
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 |