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

Make solve_ΩplusK MPI-compatible #1005

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

Technici4n
Copy link
Contributor

Only the dot and norm in the CG solver had to be made MPI-compatible.

Some quick numbers from benchmarking an operation dominated by solve_ΩplusK on my computer:

MPI processes running time
1 97.7s
2 49.4s
4 27.5s

@antoine-levitt
Copy link
Member

Nice! Can you move mpi_dot and mpi_norm to mpi.jl? (potentially we should audit the code base to see if there are other places that could use it as well) Also not worth documenting the mpi in that file (things are already complicated enough and the mpi is pretty simple here).

@Technici4n
Copy link
Contributor Author

Done.

potentially we should audit the code base to see if there are other places that could use it as well

I just did a quick search for mpi_sum and did not find other places :)

@mfherbst mfherbst enabled auto-merge (squash) October 24, 2024 09:45
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

Successfully merging this pull request may close these issues.

3 participants