![]() |
|
|
#573 |
|
"Tony Gott"
Aug 2002
Yell, Shetland, UK
22×83 Posts |
Great, thanks for that :)
|
|
|
|
|
|
#574 | |
|
Romulan Interpreter
Jun 2011
Thailand
100101100010112 Posts |
Quote:
Did you try two instances on K80? (if that is a dual-gpu card, the two chips may not communicate so fast with each-other, and "in the cloud" may be different from "locally"). Last fiddled with by LaurV on 2019-11-19 at 08:32 |
|
|
|
|
|
|
#575 |
|
Einyen
Dec 2003
Denmark
35·13 Posts |
CUDALucas also needs cufft installed:
!apt-get install -y cuda-cudart-10-0 !apt-get install -y cuda-cufft-dev-10-0 |
|
|
|
|
|
#576 | |
|
"Mr. Meeseeks"
Jan 2012
California, USA
23·271 Posts |
Quote:
|
|
|
|
|
|
|
#577 |
|
"Tony Gott"
Aug 2002
Yell, Shetland, UK
22×83 Posts |
I am finding now that exponents that have been trial factored are not being cleared from the 'worktodo' file, and are being repeat tested. I really am not sure what I can do to stop this. Anyone else finding anything similar happening?
|
|
|
|
|
|
#578 | |
|
"Tony Gott"
Aug 2002
Yell, Shetland, UK
22·83 Posts |
Quote:
How can I clear them out pleae? |
|
|
|
|
|
|
#579 |
|
If I May
"Chris Halsall"
Sep 2002
Barbados
100110000000112 Posts |
|
|
|
|
|
|
#580 |
|
Jul 2004
Milan, Ita
2668 Posts |
|
|
|
|
|
|
#581 | |
|
"Mr. Meeseeks"
Jan 2012
California, USA
23×271 Posts |
Quote:
Last fiddled with by kracker on 2019-11-19 at 16:06 |
|
|
|
|
|
|
#582 | |
|
Einyen
Dec 2003
Denmark
35·13 Posts |
I did get some error messages that file or folder was locked when trying to install cudart and cufft in the main script, but you do not have to run the installations separately, adding 2 delays worked for me:
(reverse ssh code) . !sleep 30 !apt-get install -y cuda-cudart-10-0 !sleep 5 !apt-get install -y cuda-cufft-dev-10-0 . (starting mprime+cudalucas) Quote:
Code:
*** buffer overflow detected ***: ./CUDALucas terminated /bin/bash: line 1: 2509 Aborted (core dumped) ./CUDALucas >> outputcudalucas.txt |
|
|
|
|
|
|
#583 |
|
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest
31·173 Posts |
If you don't specify a path for the output text file, where does it go? I've had scripts fail unless I explicitly use ./whatever
|
|
|
|
![]() |
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 |