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

Use MPI reduce during image averaging #208

Merged
merged 2 commits into from
Sep 16, 2020
Merged

Use MPI reduce during image averaging #208

merged 2 commits into from
Sep 16, 2020

Conversation

phyy-nx
Copy link

@phyy-nx phyy-nx commented Aug 5, 2020

Fixes #207

Includes test for mpi (if available).

@phyy-nx
Copy link
Author

phyy-nx commented Aug 5, 2020

Looking for a reviewer :) You can install mpi using

conda install mpi4py mpich -c conda-forge

Then average a dataset using:

mpirun -n 32 dxtbx.image_average --mpi=True <dataset>

@phyy-nx phyy-nx force-pushed the mpi_average_fixes branch 2 times, most recently from ebe510a to 8165e80 Compare August 28, 2020 00:36
@phyy-nx phyy-nx merged commit 3826ad8 into master Sep 16, 2020
@phyy-nx phyy-nx deleted the mpi_average_fixes branch September 16, 2020 22:57
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.

Error in dxtbx.image_average
1 participant