Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Wed, 13 Apr 2011 10:18:19 +0200
From: Nicolas Devillers <devillers.nicolas@...il.com>
To: john-dev@...ts.openwall.com
Subject: Re: updated OpenCL patch

Hi Dhiru,

thanks for updating the patch

I'm not sure about what you meant with 1) ?

I don't know if it's relevant but I can compile it for a GTX 460 by
doing the following change in the Makefile:

-- adding cuda/include containing ocl headers
< CFLAGS = -g -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include
$(OMPFLAGS) $(DEBUG)
---
> CFLAGS = -g -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -I/usr/local/cuda/include $(OMPFLAGS) $(DEBUG)

-- Fixing patch of cuda toolkit to add path of the lib (lib64 for my x86_64 ver)
> NVIDIA_CUDA = /usr/local/cuda

< LDFLAGS = -L/usr/local/lib -L/usr/local/ssl/lib
-L$(ATISTREAMSDKROOT)/lib/x86_64 -lcrypto -lm $(OMPFLAGS)
---
> LDFLAGS = -L/usr/local/lib -L/usr/local/ssl/lib -L$(NVIDIA_CUDA)/lib64 -lcrypto -lm $(OMPFLAGS)

2011/4/12 Dhiru Kholia <dhiru.kholia@...il.com>:
> Hi,
>
> I have updated the OpenCL patch to apply on top of john-1.7.6-jumbo-12
> cleanly. Please download it from the wiki
> (http://openwall.info/wiki/john/patches).
>
> Following things are on my todo list:
>
> 1. NT OpenCL stuff seems to broken on NVIDIA (bug in porting patch?)
> 2. Solar Designer pointed out 2 bugs. (position of password in word
> list bug, parallel operation leads to failure bug)
> 3. Integrate Samuele Giovanni's latest patch
> (john-1.7.6-jumbo-12-opencl-11.diff.bz2) from February 22, 2011.
>
> At some point, above things will be done and new patches will be
> uploaded to the wiki.
>
> --
> Cheers,
> Dhiru
>

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.