![]() |
|
|
#34 |
|
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest
2×7×383 Posts |
|
|
|
|
|
|
#35 |
|
Random Account
Aug 2009
32×7×31 Posts |
|
|
|
|
|
|
#36 |
|
Romulan Interpreter
Jun 2011
Thailand
258A16 Posts |
Yes. Checkpoints are compatible, assuming you run a mfaktc newer than 1.18 or so, when they were changed, and assuming you do not interchange "special" versions (like less classes). You can freely move assignments and checkpoint files between computers, colab included. However keep in mind that moving the checkpoint alone means nothing, unless you have the assignment in worktodo too. This is how mfaktX works, it gets the work from the worktodo file and then it checks for checkpoint. The checkpoint only stores the last class that was done for an exponent, and it will not do again the classes already done. Each class is sieved and powmoded separate. I used this method to split huge assignments (like M666666667 to 86 bits or so) between more computers/cards, by creating "fake" checkpoints so each computer/card does different classes.
Last fiddled with by LaurV on 2019-11-12 at 03:18 |
|
|
|
|
|
#37 | |
|
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest
2·7·383 Posts |
Quote:
|
|
|
|
|
|
|
#38 |
|
Jan 2019
Tallahassee, FL
2·3·41 Posts |
Hmm got the following error while running colab on TF.
Code:
Failed to execute cell. Could not send execute message to runtime: TypeError: Cannot read property 'getKernelInfo' of null
Cannot read property 'getKernelInfo' of null
TypeError: Cannot read property 'getKernelInfo' of null
at d (https://colab.research.google.com/v2/external/external_polymer_binary.js?vrz=colab-20191111-080000-RC00_279737042:3474:140)
at w8 (https://colab.research.google.com/v2/external/external_polymer_binary.js?vrz=colab-20191111-080000-RC00_279737042:3474:275)
at za.program_ (https://colab.research.google.com/v2/external/external_polymer_binary.js?vrz=colab-20191111-080000-RC00_279737042:3467:302)
at Ba (https://colab.research.google.com/v2/external/external_polymer_binary.js?vrz=colab-20191111-080000-RC00_279737042:12:336)
at za.next_ (https://colab.research.google.com/v2/external/external_polymer_binary.js?vrz=colab-20191111-080000-RC00_279737042:10:453)
at Da.next (https://colab.research.google.com/v2/external/external_polymer_binary.js?vrz=colab-20191111-080000-RC00_279737042:13:206)
at b (https://colab.research.google.com/v2/external/external_polymer_binary.js?vrz=colab-20191111-080000-RC00_279737042:22:43)
|
|
|
|
|
|
#39 |
|
If I May
"Chris Halsall"
Sep 2002
Barbados
230028 Posts |
Hmmm... That is a *deep* error. Never seen it before myself.
Taking a stab in the dark, this looks like the "supervisor" hosting the VM is undergoing maintaince, or having a hardware issue. Edit: Actually, maybe not really that deep an error. Did you try reconnecting? Last fiddled with by chalsall on 2019-11-13 at 16:39 |
|
|
|
|
|
#40 | |
|
Jan 2019
Tallahassee, FL
2·3·41 Posts |
Quote:
I had to send them a bunch of friendly emails explaining that I was using it to parallel computing data for a research project.
Last fiddled with by dcheuk on 2019-11-13 at 16:42 |
|
|
|
|
|
|
#41 | |
|
Jan 2019
Tallahassee, FL
2×3×41 Posts |
Quote:
I noticed the colab now halts my session every couple hours instead of full 12 hours now. I guess they're onto us hehehe Last fiddled with by dcheuk on 2019-11-13 at 16:44 |
|
|
|
|
|
|
#42 |
|
1976 Toyota Corona years forever!
"Wayne"
Nov 2006
Saskatchewan, Canada
22·7·167 Posts |
I tried several times including restarting the tunnels.
|
|
|
|
|
|
#43 |
|
If I May
"Chris Halsall"
Sep 2002
Barbados
230028 Posts |
There appears to have been a change in the underlying VM on Colab.
The mfaktc executable which has worked since the beginning of September is no longer working on Colab (but still is under Kaggle). Absolutely no changes to the bootstrap payload nor server code. I'm currently seriously handicapped wrt workstation capability. If anyone can build a mfaktc which works in the new environment, please post it here or email it to me. An exceptionally unhappy day today. Tomorrow (or, actually, now, today) us unlikely to be much more fun... |
|
|
|
|
|
#44 | |
|
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest
10100111100102 Posts |
Quote:
Code:
ERROR: get_next_assignment(): no valid assignment found in "worktodo.txt" Code:
./mfaktc.exe: error while loading shared libraries: libcudart.so.10.0: cannot open shared object file: No such file or directory https://www.mersenneforum.org/showth...911#post527911 Unfortunately, while https://download.mersenne.ca/ has NVIDIA dlls for Windows, it does not have the corresponding .so files for linux, perhaps because there are so many flavors. So off to NVIDIA for a download for x86_64 ubuntu: https://developer.nvidia.com/cuda-do...t_version=1804 Last fiddled with by kriesel on 2019-11-19 at 15:45 |
|
|
|
|