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

Parallelize the LSS pipeline #61

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

Parallelize the LSS pipeline #61

wants to merge 2 commits into from

Conversation

ljgray
Copy link
Contributor

@ljgray ljgray commented Sep 13, 2024

Ongoing PR to parallelize and speed up the LSS tasks.

Most tasks are already quite fast - the only bottleneck is signal.corrfunc.corr_to_clarray, with the main bottleneck there being the calls to util.cubicspline.SinhInterpolator. The interpolator is already openmp parallel, so adding MPI parallelization requires using multiple nodes to get any speed-up.

@ljgray ljgray marked this pull request as ready for review October 4, 2024 13:47
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.

1 participant