|
Message-id: <A92ABE01-E93C-40D3-BC93-80E61269C741@erols.com>
Date: Mon, 24 Oct 2011 17:38:47 -0400
From: Erik Winkler <ewinkler@...ls.com>
To: john-dev@...ts.openwall.com
Subject: Re: new DES key setup
On Oct 24, 2011, at 1:57 PM, Solar Designer wrote:
> On Mon, Oct 24, 2011 at 11:56:46AM -0400, Erik Winkler wrote:
>> Builds and runs fine with OpenMP flags on my 2.4Ghz Core2Duo Macbook for gcc-4.2.1 and gcc-4.6.1.
>
> Thank you for testing!
I also tested it on Quad Corei7 (2.8 Ghz). Note the difference in performance with OpenMP vs. Standard. These were compiled using gcc 4.6.1.
Standard (no OpenMP):
../run/john -test -format:DES
Benchmarking: Traditional DES [128/128 BS SSE2-16]... DONE
Many salts: 4985K c/s real, 4985K c/s virtual
Only one salt: 4780K c/s real, 4780K c/s virtual
../run/john -test -format:LM
Benchmarking: LM DES [128/128 BS SSE2-16]... DONE
Raw: 66462K c/s real, 66462K c/s virtual
OpenMP (default is 8 threads):
../run/john -test -format:DES
Benchmarking: Traditional DES [128/128 BS SSE2-16]... DONE
Many salts: 13284K c/s real, 2128K c/s virtual
Only one salt: 11862K c/s real, 2011K c/s virtual
OMP_NUM_THREADS=1 ../run/john -test -format:DES
Benchmarking: Traditional DES [128/128 BS SSE2-16]... DONE
Many salts: 4569K c/s real, 4569K c/s virtual
Only one salt: 4318K c/s real, 4327K c/s virtual
OMP_NUM_THREADS=2 ../run/john -test -format:DES
Benchmarking: Traditional DES [128/128 BS SSE2-16]... DONE
Many salts: 8554K c/s real, 4302K c/s virtual
Only one salt: 7875K c/s real, 4072K c/s virtual
OMP_NUM_THREADS=4 ../run/john -test -format:DES
Benchmarking: Traditional DES [128/128 BS SSE2-16]... DONE
Many salts: 13385K c/s real, 3505K c/s virtual
Only one salt: 11714K c/s real, 3303K c/s virtual
../run/john -test -format:LM
Benchmarking: LM DES [128/128 BS SSE2-16]... DONE
Raw: 71899K c/s real, 28759K c/s virtual
OMP_NUM_THREADS=1 ../run/john -test -format:LM
Benchmarking: LM DES [128/128 BS SSE2-16]... DONE
Raw: 55342K c/s real, 55342K c/s virtual
OMP_NUM_THREADS=2 ../run/john -test -format:LM
Benchmarking: LM DES [128/128 BS SSE2-16]... DONE
Raw: 69042K c/s real, 47354K c/s virtual
OMP_NUM_THREADS=4 ../run/john -test -format:LM
Benchmarking: LM DES [128/128 BS SSE2-16]... DONE
Raw: 75694K c/s real, 38777K c/s virtual
Content of type "text/html" skipped
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.