Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

single core case (concerning pull request #24) #25

Closed
drazioti opened this issue Feb 11, 2020 · 5 comments
Closed

single core case (concerning pull request #24) #25

drazioti opened this issue Feb 11, 2020 · 5 comments
Labels
bug Something isn't working

Comments

@drazioti
Copy link
Owner

drazioti commented Feb 11, 2020

[single core case] #24

./a.out 5 1 1 1 1 1 --ham 15 -b 20 -f 1
Lambda is : 99984595647159336960000
hamming   : 15
P size is : 1612
looking for Carmichaels with 1597 factors
density of the problem     : 21.743430
Size of I is : 32
h1 = 7
h2 = 8
frag = 1
The first set U1, has been stored in memory
Hashtable size : 3365856

Although the right value for lambda is 480480 and for the P size, 61.

@drazioti drazioti added the bug Something isn't working label Feb 11, 2020
@etiganou
Copy link
Collaborator

κάτι βάζετε λάθος το single core τρέχει σωστά, εγω για το ίδιο παράδειγμα έχω P size 61 και L = 480480

@drazioti
Copy link
Owner Author

drazioti commented Feb 11, 2020

I used the last pull request (24). If you changed anything you have to push and then pull again.

@etiganou
Copy link
Collaborator

Check your inputs in carmi.cpp. You have to hardcode values for H[], r

@etiganou
Copy link
Collaborator

I used this code and it works fine

@drazioti
Copy link
Owner Author

OK. Right. My bad. I forgot that we do not have args in single core.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants