![]() |
|
|
#210 | |
|
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest
5,419 Posts |
Quote:
|
|
|
|
|
|
|
#211 | |
|
"Kieren"
Jul 2011
In My Own Galaxy!
2×3×1,693 Posts |
Quote:
|
|
|
|
|
|
|
#212 | |
|
Sep 2006
Brussels, Belgium
35×7 Posts |
Quote:
I would add, straggling even more of topic, that (almost ?) everybody would prefer to have no adds (uBlockOrigin or Adblock anyone ?) no lengthy interruption of television or radio programs, no huge billboards defiguring the public space... I could go on, but will stop here ;-) Jacob |
|
|
|
|
|
|
#213 |
|
Dec 2012
The Netherlands
22·7·61 Posts |
Not only that - in the long term, it will be used for many other things too, such as price discrimination.
|
|
|
|
|
|
#214 | |
|
"Bill Staffen"
Jan 2013
Pittsburgh, PA, USA
23×53 Posts |
Quote:
You can only have one notebook per session - the sessions are linked to notebooks because it saves the results of your session in the data portion of your notebook, and so you can't just run it 4 times for 4 sessions. I have 9 notebooks - 4 are gpu721-4, 4 are gpuOwl1-4, and 1 is ATH, the one that can download and compile a new gpuowl binary and supporting files from the git repository (based on ATH's posts). I have 1 account, and it is paid. I run 4 notebooks at a time, and I start them once per day leaving the 4 tabs open in my browser. The gpuowl ones:
And that's all, I run 4 at a time (one notebook per tab) and have to get on once a day to start them. I don't run any free accounts, and they complete PRPs in the 105M range in 17 hours and 35 minutes. So most days primenet.py uploads one result and proof (on each notebook) but some days some notebooks give 2. Last fiddled with by Aramis Wyler on 2020-10-03 at 16:06 |
|
|
|
|
|
|
#215 | |
|
"Kieren"
Jul 2011
In My Own Galaxy!
2×3×1,693 Posts |
Quote:
|
|
|
|
|
|
|
#216 | |
|
Aug 2020
2·3·19 Posts |
Quote:
Thanks for the post. This really saves me lots of hassle. Also that the 'Mount Drive' button is now represented by an icon (without the text). Last fiddled with by Ensigm on 2020-10-04 at 19:40 |
|
|
|
|
|
|
#217 |
|
"Bill Staffen"
Jan 2013
Pittsburgh, PA, USA
23·53 Posts |
Hey, that's nice! Got my notebook down to 6 lines and I don't have to deal with clicking through the other tab and doing the copy paste.
|
|
|
|
|
|
#218 |
|
Oct 2012
13 Posts |
Is there a way to set up a notebook to trial factor, but use google drive to set up a worktodo file if I want to manually TF some exponents?
|
|
|
|
|
|
#219 | |
|
If I May
"Chris Halsall"
Sep 2002
Barbados
976710 Posts |
Quote:
|
|
|
|
|
|
|
#220 |
|
"Bill Staffen"
Jan 2013
Pittsburgh, PA, USA
1A816 Posts |
That notebook is pre-google_drive_mount_button, so you'd probably want to ignore the first 6 lines of that and use the mount button instead.
And since you can execute scripts from the notebook, I find it convenient to put the upload/fetch script in a shared drive folder folder and call it from each notebook, giving each notebook it's own folder to run executables from and worktodo/results/config/uploads/etc. Here's my owl one: Code:
%cd '/content/drive/My Drive/owl1' !chmod 755 ../bin/* !cp ../bin/libstdc* /usr/lib/x86_64-linux-gnu/ !../bin/primenet.py -u staffen -p YeahRight --dirs ./ -w PRP -t 0 !cat worktodo.txt !../bin/gpuowl -user staffen -maxAlloc 15360 -cpu colab1 -log 2000000 Last fiddled with by Aramis Wyler on 2020-10-06 at 20:10 |
|
|
|