|
Message-ID: <e4d51f632bf754d93f71f9010fe51431@smtp.hushmail.com> Date: Sun, 13 Sep 2015 22:06:51 +0200 From: magnum <john.magnum@...hmail.com> To: john-dev@...ts.openwall.com Subject: Re: Agnieszka's GSoC formats On 2015-09-13 21:04, Agnieszka Bielec wrote: > I did PR but it's not ideal. > additionally Lyra2-opencl using new computations of gws and lws > doesn't work on 960m > and --test using different passwords doesn't work - BENCHMARK_LENGTH > 1000 or -1000 or -1001 didn't work > --test was hunging up when BENCHMARK_LENGTH=1000 > and speed using -1000 or -1001 wasn't the same as using my version for > making password random, was the same like BENCHMARK_LENGTH=0 Thanks. We can look into these problems later, but there are much worse problems to deal with before we can merge this at all: All our various build-bots errored out (and there's non-fatal warnings as well, they should be addressed too). https://github.com/magnumripper/JohnTheRipper/pull/1754#issuecomment-139911894 Are you not getting any warnings at all when building? The problems are likely trivial. For example, Lyra2_plug.c simply needs to have its "#include <omp.h>" wrapped with #ifdef _OPENMP...#endif 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.