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

Fixes issue #146 where vectorized hydro_p has an extra momentum update. #147

Merged
merged 1 commit into from
Oct 13, 2021

Conversation

SVLuedtke-LANL
Copy link
Collaborator

I was able to create a test that showed a difference in output between unvectorized and v4. The difference goes away with this fix.

@codecov
Copy link

codecov bot commented Oct 13, 2021

Codecov Report

Merging #147 (596b7fa) into master (f29f154) will decrease coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #147      +/-   ##
==========================================
- Coverage   83.14%   83.11%   -0.03%     
==========================================
  Files         118      118              
  Lines        7268     7267       -1     
  Branches     1120     1120              
==========================================
- Hits         6043     6040       -3     
- Misses        753      754       +1     
- Partials      472      473       +1     
Impacted Files Coverage Δ
src/util/pipelines/pipelines_thread.cc 61.68% <0.00%> (-2.81%) ⬇️
src/sf_interface/pipeline/reduce_array_pipeline.cc 74.41% <0.00%> (+1.69%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f29f154...596b7fa. Read the comment docs.

@SVLuedtke-LANL SVLuedtke-LANL merged commit cd46b8a into master Oct 13, 2021
@SVLuedtke-LANL SVLuedtke-LANL deleted the fix_hydro_p_pipelines branch October 13, 2021 19:42
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

1 participant