mersenneforum.org

mersenneforum.org (https://www.mersenneforum.org/index.php)
-   Cloud Computing (https://www.mersenneforum.org/forumdisplay.php?f=134)
-   -   Google Diet Colab Notebook (https://www.mersenneforum.org/showthread.php?t=24646)

storm5510 2019-12-07 15:14

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

:smile:

Dylan14 2019-12-07 16:37

[QUOTE=storm5510;532269]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]

That comes from kriesel’s Google Colab reference thread ([URL="https://www.mersenneforum.org/showpost.php?p=527910&postcount=3"]https://www.mersenneforum.org/showpost.php?p=527910&postcount=3[/URL]. Good spotting.

kriesel 2019-12-07 20:29

[QUOTE=Dylan14;532275]That comes from kriesel’s Google Colab reference thread ([URL]https://www.mersenneforum.org/showpost.php?p=527910&postcount=3[/URL]. Good spotting.[/QUOTE]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[/CODE]Looks like I just plain missed #8 before.

Updated [url]https://www.mersenneforum.org/showpost.php?p=527910&postcount=3[/url] regarding worktype 8. Please update any copies you may have. Thanks for flagging it.

storm5510 2019-12-07 23:17

[QUOTE=kriesel;532297]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[/CODE]Looks like I just plain missed #8 before.

Updated [URL]https://www.mersenneforum.org/showpost.php?p=527910&postcount=3[/URL] regarding worktype 8. Please update any copies you may have. Thanks for flagging it.[/QUOTE]

The only reason I noticed it was that I used this on my laptop a while back. I was poking around in [I]prime.txt[/I] and saw [I]WorkPreference=8[/I] there...

bayanne 2019-12-09 05:52

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.[/CODE]

chalsall 2019-12-09 06:21

[QUOTE=bayanne;532425]There seems to be something afoot again:[/QUOTE]

Sorry. Stupid SysAdmin Error. Please re-run the Notebook; things are back to nominal.

bayanne 2019-12-09 06:41

Thanks :)

Uncwilly 2019-12-09 07:12

[QUOTE=chalsall;532432]Sorry. Stupid SysAdmin Error. Please re-run the Notebook; things are back to nominal.[/QUOTE]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.

Uncwilly 2019-12-09 15:01

[QUOTE=Uncwilly;532434]During the downtime [COLOR="DarkOrange"]95467157[/COLOR] completed, but does not show that it did. Then [COLOR="Blue"]95468381[/COLOR] completed and disappeared from my assignments page once it completed.
Edit:
Also, I am working on [COLOR="green"]95463631[/COLOR] and it is not showing up on my assignments page.[/QUOTE]Update:
[COLOR="darkorange"]95467157[/COLOR] got re-run from the last check-point. That is now completed (again) and shows up as submitted.
[COLOR="blue"]95468381[/COLOR] does not show up in my assignments, but shows up in my Colab Results page, even an hour after it is submitted.
[COLOR="DarkOrchid"]95465297[/COLOR] shows as being 100% done in the assignments page, but it does not show up in the colab results page.

Fan Ming 2019-12-09 15:09

1 Attachment(s)
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[/CODE]
replace the "gpuowl-master/" with is the actual directory the binary located in Google Drive.

chalsall 2019-12-09 15:32

[QUOTE=Uncwilly;532447]Update:[/QUOTE]

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...


All times are UTC. The time now is 23:04.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.