A GPU version of Enigma software

Message boards : Number crunching : A GPU version of Enigma software

To post messages, you must log in.

Previous · 1 . . . 5 · 6 · 7 · 8 · 9 · 10 · 11 . . . 12 · Next

AuthorMessage
JugNut

Send message
Joined: 16 Mar 13
Posts: 24
Credit: 125,506,046
RAC: 0
Message 5863 - Posted: 16 Jul 2017, 16:52:47 UTC - in response to Message 5861.  
Last modified: 16 Jul 2017, 17:13:39 UTC

Yea my stderr looks the same as yours, but regardless of what it says the 2 WU's only run on just one of the GPU's. Tomorrow I'll do some more fiddling and try that test you mentioned too. But for now it's time to hit the hay, it's 2.45am here in the great land down under.

This is the host in question. hostid=150749 I'm not sure of how much value it will be as all the latest results will show all the WU running on d 0, thats because i've now reverted back to using d 1 with another project until a fix is found.

Thanks again


PS: Does anyone else have 2 or more of the same Nvidia GPU's crunching correctly?
IE: By correctly I mean each GPU being used should be under load. Check using GPU monitoring apps like MSI afterburner, GPU-z, Nvidia inspector, ect.
ID: 5863 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
mmonnin

Send message
Joined: 2 Jul 16
Posts: 26
Credit: 67,848,645
RAC: 0
Message 5865 - Posted: 17 Jul 2017, 0:07:57 UTC

Latest version brought back the 3 second computational errors again:
http://www.enigmaathome.net/result.php?resultid=282146854
ID: 5865 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
Dzordzik

Send message
Joined: 11 Mar 17
Posts: 13
Credit: 46,891,270
RAC: 0
Message 5867 - Posted: 17 Jul 2017, 4:26:41 UTC - in response to Message 5853.  

This version WORKS for me. THX very much for solve this problem! Will be there some patch to how to work on more that 1 GPU simultaneously directly from BOINC wo any non standard steps?
ID: 5867 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
Profile TJM
Project administrator
Project developer
Project scientist
Avatar

Send message
Joined: 25 Aug 07
Posts: 843
Credit: 267,994,998
RAC: 0
Message 5869 - Posted: 17 Jul 2017, 6:39:18 UTC - in response to Message 5867.  

It should work already, if it does not I'd like to see stderr output from a BOINC client running the app on two or more GPUs.
Just let it run more than one task for a while, then you can abort them.
M4 Project homepage
M4 Project wiki
ID: 5869 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
JugNut

Send message
Joined: 16 Mar 13
Posts: 24
Credit: 125,506,046
RAC: 0
Message 5870 - Posted: 17 Jul 2017, 10:24:40 UTC - in response to Message 5869.  
Last modified: 17 Jul 2017, 10:46:31 UTC

http://www.enigmaathome.net/result.php?resultid=282563763
http://www.enigmaathome.net/result.php?resultid=282563584
Both ran on GPU 0

Later i'll try a reset to see if downloading fresh apps makes any difference.
ID: 5870 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
Profile TJM
Project administrator
Project developer
Project scientist
Avatar

Send message
Joined: 25 Aug 07
Posts: 843
Credit: 267,994,998
RAC: 0
Message 5871 - Posted: 17 Jul 2017, 12:21:19 UTC - in response to Message 5870.  
Last modified: 17 Jul 2017, 12:23:43 UTC

According to stderr, wrapper correctly sets -d to 0 or 1.

wrapper [26118 765 +dev#]: starting (GPU #1)
19:49:20 (13592): wrapper: running enigma_cuda.exe (-d 1 -R -o results.txt 04trigr.cur 04unigr.cur 04ciphertext)
20:12:22 (13592): called boinc_finish

wrapper [26118 765 +dev#]: starting (GPU #0)
19:48:32 (10808): wrapper: running enigma_cuda.exe (-d 0 -R -o results.txt 04trigr.cur 04unigr.cur 04ciphertext)
20:11:38 (10808): called boinc_finish

Could you try .bat files from this zip package ?
https://s3.eu-central-1.amazonaws.com/enigma4/test_runs/multigpu.zip

I suspect that the app somehow ignores -d option, as it runs with -d 1 on my single GPU system.
M4 Project homepage
M4 Project wiki
ID: 5871 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
Alex VE3NEA

Send message
Joined: 22 Oct 16
Posts: 36
Credit: 128,745
RAC: 0
Message 5872 - Posted: 17 Jul 2017, 13:02:18 UTC

On my system with one GPU, if started with -d 1, the program returns "GPU 1 not found. Terminating."
ID: 5872 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
Profile TJM
Project administrator
Project developer
Project scientist
Avatar

Send message
Joined: 25 Aug 07
Posts: 843
Credit: 267,994,998
RAC: 0
Message 5873 - Posted: 17 Jul 2017, 13:14:06 UTC - in response to Message 5872.  

I think it ignores -d combined with -R.

this stops with GPU not found:
enigma-cuda -d 1 -M M3 -n 30 -a -f B:423:AA:AAA -t B:423:ZZ:ZZZ -g 023 00trigr.86v1 00bigr.86v1 fhpqx100

but this runs on GPU #0 even if #1 is specified:
enigma-cuda -d 1 -R -o results.txt 00trigr.41v1 00unigr.41v1 fhpqx100
M4 Project homepage
M4 Project wiki
ID: 5873 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
Alex VE3NEA

Send message
Joined: 22 Oct 16
Posts: 36
Credit: 128,745
RAC: 0
Message 5874 - Posted: 17 Jul 2017, 13:30:21 UTC

Right, the code was clearing all settings before reading the Resume file. Fixed now, other command line options included with -R now also work. Please download the exe's.
ID: 5874 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
JugNut

Send message
Joined: 16 Mar 13
Posts: 24
Credit: 125,506,046
RAC: 0
Message 5875 - Posted: 17 Jul 2017, 14:27:35 UTC - in response to Message 5874.  

On mine when I run "device_0.bat" it runs as it should do on d 0
When I then try to run "device_1.bat" nothing happens. Output = DONE: 0 passes in 00:00:00

The only way to get either bat file to run again is to unpack the zip file to a fresh directory.

After unpacking to a fresh directory and then running "device_1.bat" it does run but only on d 0 (not d 1)
ID: 5875 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
Profile TJM
Project administrator
Project developer
Project scientist
Avatar

Send message
Joined: 25 Aug 07
Posts: 843
Credit: 267,994,998
RAC: 0
Message 5876 - Posted: 17 Jul 2017, 14:35:32 UTC - in response to Message 5875.  

Abort all the tasks assigned to app version 1.08 and try with the 1.09 that was just released.
M4 Project homepage
M4 Project wiki
ID: 5876 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
JugNut

Send message
Joined: 16 Mar 13
Posts: 24
Credit: 125,506,046
RAC: 0
Message 5877 - Posted: 17 Jul 2017, 14:49:35 UTC - in response to Message 5876.  
Last modified: 17 Jul 2017, 15:48:19 UTC

BINGO!!!!!! Well done fella's it's fixed :)

Both your efforts are very much appreciated. Cheers.....



EDIT: The estimate has blown out a tad from 10.5mins to 2hrs 50 min but aside from that small matter all seems well.
ID: 5877 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
JugNut

Send message
Joined: 16 Mar 13
Posts: 24
Credit: 125,506,046
RAC: 0
Message 5878 - Posted: 17 Jul 2017, 15:35:14 UTC - in response to Message 5877.  
Last modified: 17 Jul 2017, 16:01:52 UTC

Good news!! As an unexpected side effect of the new settings my pair of GTX 580's have started crunching too!!!

How fast? Now that's another matter entirely, but it's still good news for those with older cards :)

I'll post a link as soon as one finishes.

EDIT: 26mins not bad for a card of it's age. *Link to WU*
ID: 5878 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
Dzordzik

Send message
Joined: 11 Mar 17
Posts: 13
Credit: 46,891,270
RAC: 0
Message 5879 - Posted: 17 Jul 2017, 15:39:36 UTC - in response to Message 5876.  

Hi, on my dual Xeon, dual 1080Ti PC works ok from 1.09. It computing correctly on both GPU. Well done and thx very much for fix!
ID: 5879 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
JugNut

Send message
Joined: 16 Mar 13
Posts: 24
Credit: 125,506,046
RAC: 0
Message 5880 - Posted: 17 Jul 2017, 15:54:04 UTC - in response to Message 5879.  

Hi, on my dual Xeon, dual 1080Ti PC works ok from 1.09. It computing correctly on both GPU. Well done and thx very much for fix!


Good to hear Dzordzik, those 1080ti's will chew through WU's like there's no tomorrow. Your numbers should shoot up like a rocket now.
ID: 5880 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
mmonnin

Send message
Joined: 2 Jul 16
Posts: 26
Credit: 67,848,645
RAC: 0
Message 5891 - Posted: 18 Jul 2017, 2:46:54 UTC

What's with these 14-20 second tasks?
ID: 5891 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
Dzordzik

Send message
Joined: 11 Mar 17
Posts: 13
Credit: 46,891,270
RAC: 0
Message 5928 - Posted: 19 Jul 2017, 13:01:09 UTC - in response to Message 5880.  

Right, for few years of computing 250 000 credits. Now after one and half day 2,5 milion credits :-)
ID: 5928 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
mmonnin

Send message
Joined: 2 Jul 16
Posts: 26
Credit: 67,848,645
RAC: 0
Message 5945 - Posted: 19 Jul 2017, 18:21:15 UTC - in response to Message 5928.  

Right, for few years of computing 250 000 credits. Now after one and half day 2,5 milion credits :-)


Yeah I crunched away on my tablet, which actually had pretty good RAC for a tablet, to get to 500k and a badge level. I saw the future news about a GPU app and waited for it as I knew it would blow away all previous work. 3 more days and I'll be at 10mil.
ID: 5945 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
forretrio
Avatar

Send message
Joined: 25 Dec 14
Posts: 9
Credit: 5,541,534
RAC: 0
Message 5952 - Posted: 20 Jul 2017, 5:41:32 UTC

Had a cheap tablet crunching enigma for 3 years --- 500k credit
Laptop GPU for a week - 1M credit

Kinda feel bad for my tablet :(
ID: 5952 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
Empie

Send message
Joined: 5 Mar 10
Posts: 12
Credit: 40,797,951
RAC: 0
Message 5955 - Posted: 20 Jul 2017, 14:28:10 UTC

Are there issues with work distribution? I haven't gotten any new wu's since this morning.
ID: 5955 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
Previous · 1 . . . 5 · 6 · 7 · 8 · 9 · 10 · 11 . . . 12 · Next

Message boards : Number crunching : A GPU version of Enigma software




Copyright © 2024 TJM