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

parallelise dials.find_rotation_axis #2160

Merged
merged 4 commits into from
Jul 20, 2022
Merged

parallelise dials.find_rotation_axis #2160

merged 4 commits into from
Jul 20, 2022

Conversation

dagewa
Copy link
Member

@dagewa dagewa commented Jul 5, 2022

With the test case mentioned in #2149, before:

real	2m23.129s
user	2m16.283s
sys	0m6.830s

after (with nproc=16 chosen automatically):

real	0m22.866s
user	3m46.497s
sys	0m13.990s

dagewa and others added 4 commits July 5, 2022 12:27
Fixes #2149

Removes the ability to plot at each step of the search, which was
anyway not being used by the command line program.
@codecov
Copy link

codecov bot commented Jul 5, 2022

Codecov Report

Merging #2160 (d2d9022) into main (6cefa4f) will decrease coverage by 0.00%.
The diff coverage is 82.35%.

@@            Coverage Diff             @@
##             main    #2160      +/-   ##
==========================================
- Coverage   80.59%   80.58%   -0.01%     
==========================================
  Files         585      585              
  Lines       66211    66220       +9     
  Branches     9341     9345       +4     
==========================================
+ Hits        53360    53366       +6     
- Misses      10802    10803       +1     
- Partials     2049     2051       +2     

@dagewa dagewa merged commit 94b202c into main Jul 20, 2022
@dagewa dagewa deleted the fra-parallel branch July 20, 2022 15:19
dagewa added a commit that referenced this pull request Sep 21, 2022
ndevenish pushed a commit that referenced this pull request Oct 31, 2022
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.

None yet

2 participants