-
Notifications
You must be signed in to change notification settings - Fork 67
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
Is it possible to parallelize class_group(K, grh=false) #1248
Comments
Where would you have liked to see it mentioned? |
In
would be good I think! (I assume that would show up in the online doc then) |
OK. I am on it! I will check whether we can parallelize it easily. |
There are some improvements in the latest version ( |
Hi Tommy, this is great thank you! I had to use |
It also appears that they continue running if I interrupt the original! |
I saw
when I ended my julia process, I'll restart it now and try and keep a closer eye on it |
Hm, seems that it is still not thread safe. I will try and see if I can reproduce it. |
I'd like to compute some class groups without GRH, the built in progress estimator says around 20h, can this be parallelized easily?
Also I was quite surprised that
class_group
uses GRH by default with no indication of this in the doc that I could seeThe text was updated successfully, but these errors were encountered: