![]() |
|
|
#551 |
|
Jun 2011
131 Posts |
Hmm... when I created new file it worked. The difference is the owner (this is under cygwin BTW). But if I put my own key in id_rsa I could still connect to my machine (even if the owner remains Administrators). Looks like the remote server settings could influence that...
Code:
~/.ssh# ls -l total 21 -rwx------ 1 apsen root 1706 Aug 25 07:41 bzr_rsa ... -rwx------+ 2 Administrators root 1679 Aug 25 07:49 id_rsa ... ~/.ssh# cmp id_rsa bzr_rsa ~/.ssh# md5sum bzr_rsa 58e8aa27f6f8b2aad21e5ec3d36e8ecb *bzr_rsa ~/.ssh# ssh -i id_rsa bzruser@utila.eocys.com bzruser@utila.eocys.com's password: ~/.ssh# ssh -i bzr_rsa bzruser@utila.eocys.com PTY allocation request failed on channel 0 Code:
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent Code:
debug1: sending SSH2_MSG_KEX_ECDH_INIT Last fiddled with by apsen on 2011-08-25 at 12:29 |
|
|
|
|
|
#552 |
|
Mar 2007
179 Posts |
I just set up another machine with a GPU in it. I'm trying to run a double check and am getting the following message:
device number >= device_count ... exiting What is going on here and what can I do about it? Thanks, in advance, for your help. -- Rich |
|
|
|
|
|
#553 | |
|
Jun 2011
131 Posts |
Quote:
|
|
|
|
|
|
|
#554 |
|
"Ethan O'Connor"
Oct 2002
GIMPS since Jan 1996
22×23 Posts |
No -- bzruser can only execute bzr commands, and cannot get a pty or a shell. Sorry that I don't have more time to look at this right now but I will later this evening :)
|
|
|
|
|
|
#555 |
|
Jul 2009
Tokyo
2×5×61 Posts |
|
|
|
|
|
|
#556 |
|
Mar 2007
179 Posts |
I see the problem. The CUDA drivers were at version 3.2. This permitted mfaktc to run but not CUDALucas. I updated to version 4.0 and now both programs run successfully. Thanks for your help.
|
|
|
|
|
|
#557 | |
|
Dec 2009
Peine, Germany
331 Posts |
Quote:
|
|
|
|
|
|
|
#558 |
|
Dec 2009
Peine, Germany
331 Posts |
Would it be possible to insert an artificial wait loop where formerly our extraneous cudamemcopy was? My PC has become very laggy since that... I'm thinking of a command line param like "throttle" or "sleep time", maybe in microseconds "-sleep 100" --> sleep for 0.1ms after every iteration.
I'm running mfaktc concurrently and CUDALucas now seems to be very "egoistic". I'd like to enforce some free GPU cycles, especially also for video playback... |
|
|
|
|
|
#559 |
|
Jun 2011
13110 Posts |
|
|
|
|
|
|
#560 |
|
Dec 2010
Monticello
5×359 Posts |
I'm having some trouble getting CudaLucas re-started. The machine it's on crashes reliably, about every week, whether for students that use it, Windows issues, or for minor power glitches that its less heavily loaded brethren can ignore.
Last week, I restarted it, and things went fine...or so it seemed, but soon after I left the building, the whole machine crashed. (It was running one instance of mfaktc, one of P95, and one of cudaLucas on its 4 cores, Win64, and GTX480). I base this assertion on the minimal progress (mfaktc's last class was still in the 3500 range on a billion digit number to 2^84). This week, when I get there, I run the command line in batch mode as before, and don't get a window. The t25xxxxxx and c25xxxxxx files start with one of them at 0 bytes, the other at 16M or so. Check with task manager, the process isn't there. Run the batch file again, the window lasts 2 or three seconds on the taskbar, not long enough for me to see what it says, and it disappears. 1) How would I decide if cudaLucas had finished its exponent? 2) How would I tell the Windows7 command processor to hold the window open after the process exited? (Or do I need to simply run withoiut creating a window and see what I get?) 3) What's in the t25xxxxxx and c25xxxxxx files? Can I extract the residue to report to Primenet from there? As a suggestion to the developers, when a test finishes, write a line to "results.txt" like mfaktc does...with everything that needs to be reported to primenet and a few words to help the silly humans like me that look at it. If you don't do it, I will eventually contribute it, but you may not want to wait for me. |
|
|
|
|
|
#561 | |
|
Jun 2011
131 Posts |
Quote:
I see from reading program's help that it should be possible to specify the file(s) to duplicate output to. But I haven't had any luck with it and didn't find enough incentive yet to find enough time to look into it. I just usually pipe the output through (I have cygwin) Code:
tee -a logfile I'm not sure what exactly in the t/c files but those are just backups of current state and if you'll look at the code it should be possible to figure out how to extract intermediate residue from them. |
|
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Don't DC/LL them with CudaLucas | LaurV | Data | 131 | 2017-05-02 18:41 |
| CUDALucas / cuFFT Performance on CUDA 7 / 7.5 / 8 | Brain | GPU Computing | 13 | 2016-02-19 15:53 |
| CUDALucas: which binary to use? | Karl M Johnson | GPU Computing | 15 | 2015-10-13 04:44 |
| settings for cudaLucas | fairsky | GPU Computing | 11 | 2013-11-03 02:08 |
| Trying to run CUDALucas on Windows 8 CP | Rodrigo | GPU Computing | 12 | 2012-03-07 23:20 |