fplll / g6k

The General Sieve Kernel
GNU General Public License v2.0
99 stars 30 forks source link

g6k install and work problem. #91

Open liweiyuan-git opened 3 years ago

liweiyuan-git commented 3 years ago

on the ubuntu system ,there is a problem "illegal instruction",but on the centos system ,it work well.however ,when run the multi thread on jump function(sieving),it occur the something wrong:nothing print .But when run the singal thread,it work well again.Why ?

malb commented 3 years ago

Looks like you need to compile from source. But in any case, you'd need to give us the steps you took to arrive at this problem, your description is a bit too vague.

liweiyuan-git commented 3 years ago

thanks for your respondence! I have install the g6k library on the centos and i run the lwe_challenge.py adding the parameters --threads ,then ,it start the process ,and when step in the pnj-BKZ stage ,it stop there and print nothing .