Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Wed, 21 May 2014 13:14:02 +0200
From: magnum <john.magnum@...hmail.com>
To: john-users@...ts.openwall.com
Subject: Re: Jumbo just got autoconf

On 2014-05-21 04:15, Michael Samuel wrote:
> [ Note: this is probably applies to Fedora-like systems only ]
>
> On 21 May 2014 11:23, magnum <john.magnum@...hmail.com> wrote:
>> Just doing "./configure --enable-mpi" without setting MPICC works on Cygwin,
>> OSX and Ubuntu. Not sure what's wrong in your case. Where is libmpi.so.1
>> located?
>
> Ok, I've got it:
>
> /usr/lib64/openmpi/bin/mpiexec ./configure --enable-mpi &&
> /usr/lib64/openmpi/bin/mpiexec make -s

Something like this should also work (but ldconfig still needs the fix 
per below) and would be a more normal invocation of ./configure:

./configure --enable-mpi CC=/usr/lib64/openmpi/bin/mpicc 
LDFLAGS=-L/usr/lib64/openmpi/lib

> Then john must be run with:
> /usr/lib64/openmpi/bin/mpiexec ./john

To fix that you probably just need to add /usr/lib64/openmpi/lib (or 
something like that, check what's there) to your /etc/ld.so.conf and run 
ldconfig.

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.