|
|
Message-ID: <bac871b29572827d18375a06c8455594@smtp.hushmail.com>
Date: Tue, 30 Apr 2013 11:11:00 +0200
From: magnum <john.magnum@...hmail.com>
To: john-dev@...ts.openwall.com
Subject: Re: Node support
On 30 Apr, 2013, at 10:59 , Solar Designer <solar@...nwall.com> wrote:
> On Tue, Apr 30, 2013 at 10:44:24AM +0200, magnum wrote:
>> Now node 1/n loads first 1/n consecutive words.
>
> Huh? No, this is not the behavior I implemented.
No, sorry... I must have looked at a session using rules %-)
This looks perfectly right:
$ perl -e 'foreach (0..100) { print "$_\n" }' > words
$ ../run/john -stdout -wo:words -node=1-3/33
Node numbers 1-3 of 33
0
1
2
33
34
35
66
67
68
99
100
11p 0:00:00:00 100% 1100p/s 100
$ cat words | ../run/john -stdout -stdin -node=1-3/33
Node numbers 1-3 of 33
0
1
2
33
34
35
66
67
68
99
100
11p 0:00:00:00 1100p/s 100
Core seems AOK. Bleeding is buggy right now, at least with -pipe. I'm on it.
magnum
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.