lanl / Draco

An object-oriented component library supporting radiation transport applications.
Other
55 stars 44 forks source link

make origin and target write size match in the mpi_put call #1117

Closed clevelam closed 3 years ago

clevelam commented 3 years ago

Background

Purpose of Pull Request

Description of changes

Status

KineticTheory commented 3 years ago

@alexrlongne Can you review this change?

KineticTheory commented 3 years ago

I'm curios to see if this change will fix the test failure on MSVC. I'll try it now.

codecov[bot] commented 3 years ago

Codecov Report

Merging #1117 (a6a6456) into develop (fc46b6d) will decrease coverage by 0.0%. The diff coverage is 100.0%.

@@            Coverage Diff            @@
##           develop   #1117     +/-   ##
=========================================
- Coverage     89.0%   88.9%   -0.1%     
=========================================
  Files          373     373             
  Lines        19573   19568      -5     
=========================================
- Hits         17420   17415      -5     
  Misses        2153    2153             
alexrlongne commented 3 years ago

LGTM

alexrlongne commented 3 years ago

I don't understand the drop in coverage so I'm good to merge whenever.

KineticTheory commented 3 years ago

I don't understand the drop in coverage so I'm good to merge whenever.

I don't like the way CodeCov does this. The PR has 5 less lines of code and so it has 5 fewer lines 'hit' by the coverage checker. This equates to a loss of coverage.

KineticTheory commented 3 years ago

I'm curios to see if this change will fix the test failure on MSVC. I'll try it now.

It still fails. We'll omit the 3 rank tests when using MSVC.