compilation - John the Ripper 1.8.0 OpenMPI support -
i made vpn network between vps's , wanted them run jtr tasks. followed this manual, since 1.8.0 version jtr's makefile has no such lines
cc = mpicc -dhave_mpi -djohn_mpi_barrier -djohn_mpi_abort` mpiobj = john-mpi.o
there's legacy makefile, tried compile with, has
cc = mpicc -dhave_mpi
part, gives lots of errors when compiling one.
how can enable openmpi support in jtr? thanks.
don't use makefile. this:
./configure --enable-mpi
see if report gave yes openmpi then:
make -s
Comments
Post a Comment