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

parallel-gauss-solver #26

Open
mcguigan228 opened this issue Feb 25, 2021 · 2 comments
Open

parallel-gauss-solver #26

mcguigan228 opened this issue Feb 25, 2021 · 2 comments

Comments

@mcguigan228
Copy link

Tilman, I have written a new solver that does the gaussian elimination in parallel. Furthermore, I believe it is possible to create a solver that operates asynchronously and distributed over a wide network while the congruences are collected. I am hoping to get some collaboration as integrating it (for demonstrations purposes, it will still be in the single java VM). I haven't been able to find your email so I'm hopping you'll write me at [email protected]. I'd like to get your thoughts. Dave McGuigan

@TilmanNeumann
Copy link
Owner

Hi Dave, that sounds interesting. I will contact you soon.

@TilmanNeumann
Copy link
Owner

Dave's parallel Gauss solver turned out to be really cool and has been integrated into this project. With 20 threads on a Ryzen 3900X it beats the Block-Lanczos solver until about 375 bit. Could be a few bits more for the new PSIQS_U2.

Integration into class CombinedFactorAlgorithm is still open.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants