mersenneforum.org  

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

Reply
Thread Tools
Old 2019-12-07, 15:14   #661
storm5510
Random Account
 
storm5510's Avatar
 
Aug 2009

36538 Posts
Default

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:
# 5 ECM factoring, smallish Mersennes
# 6 factoring Fermat ECM
# 7 factoring Cunningham ECM
# 8-99 reserved
# 100 LL first time test
# 101 LL Double check
# 102 LL test world-record
Prime95 says work preference 8 as actually, "ECM on Mersenne cofactors." I tried this with Mprime. It accepted it also. The working part of the script does not preclude it. The comments give the appearance that it is not available.

storm5510 is offline   Reply With Quote
Old 2019-12-07, 16:37   #662
Dylan14
 
Dylan14's Avatar
 
"Dylan"
Mar 2017

22×5×29 Posts
Default

Quote:
Originally Posted by storm5510 View Post
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
That comes from kriesel’s Google Colab reference thread (https://www.mersenneforum.org/showpo...10&postcount=3. Good spotting.
Dylan14 is offline   Reply With Quote
Old 2019-12-07, 20:29   #663
kriesel
 
kriesel's Avatar
 
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest

124758 Posts
Default

Quote:
Originally Posted by Dylan14 View Post
That comes from kriesel’s Google Colab reference thread (https://www.mersenneforum.org/showpo...10&postcount=3. Good spotting.
which also contains the sources I obtained the work types from:
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
Looks like I just plain missed #8 before.

Updated https://www.mersenneforum.org/showpo...10&postcount=3 regarding worktype 8. Please update any copies you may have. Thanks for flagging it.
kriesel is offline   Reply With Quote
Old 2019-12-07, 23:17   #664
storm5510
Random Account
 
storm5510's Avatar
 
Aug 2009

36538 Posts
Default

Quote:
Originally Posted by kriesel View Post
which also contains the sources I obtained the work types from:
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
Looks like I just plain missed #8 before.

Updated https://www.mersenneforum.org/showpo...10&postcount=3 regarding worktype 8. Please update any copies you may have. Thanks for flagging it.
The only reason I noticed it was that I used this on my laptop a while back. I was poking around in prime.txt and saw WorkPreference=8 there...
storm5510 is offline   Reply With Quote
Old 2019-12-09, 05:52   #665
bayanne
 
bayanne's Avatar
 
"Tony Gott"
Aug 2002
Yell, Shetland, UK

22·83 Posts
Default

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.
bayanne is online now   Reply With Quote
Old 2019-12-09, 06:21   #666
chalsall
If I May
 
chalsall's Avatar
 
"Chris Halsall"
Sep 2002
Barbados

2×67×73 Posts
Default

Quote:
Originally Posted by bayanne View Post
There seems to be something afoot again:
Sorry. Stupid SysAdmin Error. Please re-run the Notebook; things are back to nominal.
chalsall is offline   Reply With Quote
Old 2019-12-09, 06:41   #667
bayanne
 
bayanne's Avatar
 
"Tony Gott"
Aug 2002
Yell, Shetland, UK

22×83 Posts
Default

Thanks :)
bayanne is online now   Reply With Quote
Old 2019-12-09, 07:12   #668
Uncwilly
6809 > 6502
 
Uncwilly's Avatar
 
"""""""""""""""""""
Aug 2003
101×103 Posts

2×7×19×37 Posts
Default

Quote:
Originally Posted by chalsall View Post
Sorry. Stupid SysAdmin Error. Please re-run the Notebook; things are back to nominal.
I have a couple of exponents that have suffered loss.
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
Uncwilly is offline   Reply With Quote
Old 2019-12-09, 15:01   #669
Uncwilly
6809 > 6502
 
Uncwilly's Avatar
 
"""""""""""""""""""
Aug 2003
101×103 Posts

2·7·19·37 Posts
Default

Quote:
Originally Posted by Uncwilly View Post
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.
Update:
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
Uncwilly is offline   Reply With Quote
Old 2019-12-09, 15:09   #670
Fan Ming
 
Oct 2019

5·19 Posts
Default

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
replace the "gpuowl-master/" with is the actual directory the binary located in Google Drive.
Attached Files
File Type: zip gpuowl.zip (256.7 KB, 75 views)

Last fiddled with by Fan Ming on 2019-12-09 at 15:11
Fan Ming is offline   Reply With Quote
Old 2019-12-09, 15:32   #671
chalsall
If I May
 
chalsall's Avatar
 
"Chris Halsall"
Sep 2002
Barbados

2×67×73 Posts
Default

Quote:
Originally Posted by Uncwilly View Post
Update:
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...
chalsall 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:47 UTC 2021 up 14 days, 14 mins, 1 user, load averages: 3.20, 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.