![]() |
|
|
#661 | |
|
Random Account
Aug 2009
36538 Posts |
Below is a commented section of a Colab script. I do not remember who posted the script, or where, but I kept a copy as an example
Quote:
|
|
|
|
|
|
|
#662 | |
|
"Dylan"
Mar 2017
22×5×29 Posts |
Quote:
|
|
|
|
|
|
|
#663 | |
|
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest
124758 Posts |
Quote:
Code:
# (see http://v5.mersenne.org/v5design/v5webAPI_0.97.html, 7.3 GIMPS Work Preferences) # see also https://www.mersenneforum.org/showpost.php?p=505770&postcount=1 or prime95/mprime source code Updated https://www.mersenneforum.org/showpo...10&postcount=3 regarding worktype 8. Please update any copies you may have. Thanks for flagging it. |
|
|
|
|
|
|
#664 | |
|
Random Account
Aug 2009
36538 Posts |
Quote:
|
|
|
|
|
|
|
#665 |
|
"Tony Gott"
Aug 2002
Yell, Shetland, UK
22·83 Posts |
There seems to be something afoot again:
Code:
Beginning GPU Trial Factoring Environment Bootstrapping... Please see https://www.gpu72.com/ for additional details. 20191209_055024: GPU72 TF V0.33 Bootstrap starting... 20191209_055024: Working as "............."... 20191209_055024: Installing needed packages (1/4) 20191209_055026: Installing needed packages (2/4) 20191209_055028: Installing needed packages (3/4) 20191209_055029: Installing needed packages (4/4) 20191209_055030: Fetching initial work... 20191209_055031: Running GPU type Tesla P100-PCIE-16GB 20191209_055031: running a simple selftest... 20191209_055035: Selftest statistics 20191209_055035: number of tests 107 20191209_055035: successfull tests 107 20191209_055035: selftest PASSED! 20191209_055035: Bootstrap finished. Exiting. |
|
|
|
|
|
#666 |
|
If I May
"Chris Halsall"
Sep 2002
Barbados
2×67×73 Posts |
|
|
|
|
|
|
#667 |
|
"Tony Gott"
Aug 2002
Yell, Shetland, UK
22×83 Posts |
Thanks :)
|
|
|
|
|
|
#668 | |
|
6809 > 6502
"""""""""""""""""""
Aug 2003
101×103 Posts
2×7×19×37 Posts |
Quote:
During the downtime 95467157 completed, but does not show that it did. Then 95468381 completed and disappeared from my assignments page once it completed. Edit: Also, I am working on 95463631 and it is not showing up on my assignments page. Last fiddled with by Uncwilly on 2019-12-09 at 07:15 |
|
|
|
|
|
|
#669 | |
|
6809 > 6502
"""""""""""""""""""
Aug 2003
101×103 Posts
2·7·19·37 Posts |
Quote:
95467157 got re-run from the last check-point. That is now completed (again) and shows up as submitted. 95468381 does not show up in my assignments, but shows up in my Colab Results page, even an hour after it is submitted. 95465297 shows as being 100% done in the assignments page, but it does not show up in the colab results page. Last fiddled with by Uncwilly on 2019-12-09 at 15:02 |
|
|
|
|
|
|
#670 |
|
Oct 2019
5·19 Posts |
Compiled new version of gpuowl for Google colab.
ipynb: 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/gpuowl-master/'
!cp 'gpuowl.exe' /usr/local/bin/
!chmod 755 '/usr/local/bin/gpuowl.exe'
!/usr/local/bin/gpuowl.exe -use ORIG_X2,MERGED_MIDDLE
Last fiddled with by Fan Ming on 2019-12-09 at 15:11 |
|
|
|
|
|
#671 |
|
If I May
"Chris Halsall"
Sep 2002
Barbados
2×67×73 Posts |
OK. Thanks, for the detailed report; I'll be able to clean this up tonight. If anyone else sees anything like this, please PM me with the assignments in question.
Sorry for the issue; I discovered the hard way that the web-based "VPN" "back-end" console into my new "cloud" dedicated servers doesn't work under either Firefox nor Chrome under Linux. Not amused... |
|
|
|
![]() |
| 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 |